- Simple flutter Application ,SignIn,SignUp and profile screens
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Make sure finish install Flutter successfully
- Clone this repo by:
git clone https://github.com/mhdkadi/task_first_assignment
- Install all the packages by:
flutter packages get
- Run app on your simulator by:
flutter run
- http: ^0.13.3
- awesome_notifications: ^0.0.6+10
- image_picker: ^0.8.4
- dio: ^4.0.0
- firebase_core: ^1.6.0
- firebase_messaging: ^10.0.6
- shared_preferences: ^2.0.7
- Create Log-In & Sign-Up screens.
- Link the Sign-In and the Sign-up pages with the Swagger UI documents API.
- Save the user object locally using shared_preferences package.
- Create profile screen.
- implement notifications.
If you would like to contribute , feel free and open a pull request.