- You can see 3 screens in below attached image
- Onboarding
- Home
- Orders
-
Developers have to replicate any two.
-
All the assets needed to complete task can be found in assets directory.
- Developers have to use BLoC for state management
- Application should be responsive and performant
- Developers have to use reusable components
- Developers can integrate any package to use icons
graph TD;
Onboarding-->Home;
Home-->Orders;
Home-->Notifications;
Home-->Settings;