Month: April 2022

Learning Flutter Widgets, Widget 9 – Table

Learning Flutter Widgets, Widget 9 – Table

Table class A widget that uses the table layout algorithm for its children. Each child of a page view is forced to be the same size as the viewport. You can use a PageController to control which page is visible in the view. In addition to being able to control the pixel offset of the content inside the PageView,…

Flutter GETX, Shopping Cart Example (Getx Obx, Obs)

Flutter GETX, Shopping Cart Example (Getx Obx, Obs)

Flutter is most popular infant in the mobile application and cross platform application development world. Flutter is small in age but very big and vast in term of features, and this is the big reason every mobile application developer is adopting flutter development. Flutter have very large number of libraries and plugins available to use,…