Flutter device info fetch on android and iOS.

Flutter Device Info : Flutter device info is fetched from the both Android & iOS devices and these information can be used to track the usage of the app and which later on can be helpful to provide better services. Some times few apps provide some offers to the users than may be for new … Read more

Flutter expandable listview tutorial

Flutter Expandable Listview : Flutter expandable listview is used to populate data under various categories according to the variant.For example when you want to show user a list of electronic items to the user you can use this type of listview Under electronics you can further classify items as T.V, Refrigerator,  A.C and many more … Read more

Flutter Swipeable Listview | Slide To Dismiss | Slidable View

Flutter Swipeable : Flutter swipeable listview will make it easier for you to add the options like delete, more, and so on… accessible easily on every row so that user can choose them accordingly. You might have experienced this swipe view in answering calls, and also in applications like gmail where you can delete the … Read more