Flutter widgets and React components go by different names but they are built and behave the same. I played around few widget initially and then started implementing the first page of application Homepage/Dashboard.
There are many good flutter packages available for quick building of your App, which one can customize based on their applications requirements. Following are the packages that I used to implement the Homepage/Dashboard.
- Charts : syncfusion_flutter_charts.
They have many options in the charts and the customization was quite easy. - Navigation and Routing: go_router
For Navigation Bar you I implemented two different Navigation Bar based on screen sizes
- BottomNavigationBar : A material widget that's displayed at the bottom of an app used for Mobile or tablet only.
- NavigationRail : The navigation rail is meant for layouts with wide viewports, such as a desktop web or tablet landscape layout
0 comments:
Post a Comment