Gmail Application UI Clone in Flutter
APKStep 1: Download or clone this repo by using the link below:
https://github.com/Yogeshk4124/Gmail-UI-Clone.git
Step 2: Go to project root and execute the following command in console to get the required dependencies:
flutter pub get
Step 3: Run the project in Android Studio or any IDE you prefer or run the command:
flutter run <DART_FILE> or Run the project in android studio
Step 4: To build the flutter project:
flutter build
I welcome and encourage all pull requests. Here are some basic rules to follow to ensure timely addition of your request:
- Match coding style (braces, spacing, etc.) This is best achieved using
Reformat Code
feature of Android StudioCMD
+Option
+L
on Mac andCTRL
+ALT
+L
on Linux + Windows . - If its a feature, bug fix, or anything please only change code to what you specify.
- Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
- Pull requests must be made against
develop
branch. Any other branch (unless specified by the maintainers) will get rejected. - Check for existing issues first, before filing an issue.
- Make sure you follow the set standard as all other projects in this repo do
- Have fun!
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
For more contact me @Gmail,
In case you face any problem or need any help write me in issues section.