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 firestore tutorial | Game Points Example

  Flutter Firestore : Flutter firestore is a cloud based database for storing data using NoSQL database, even a beginner can easy maintain a database using firebase firestore. Why flutter firestore because we need not handle server side coding, maintain hardware required and most important aspect is this operations are performed on cloud based can … Read more

Flutter gridview implementation

  Flutter Gridview : Flutter gridview let’s you arrange the data in terms of rows and column, you can assign multiple rows based on the screen size and also orientation (portrait and landscape). In previous blogs we are seen the usage of flutter listview now similarly we see the usage of gridview, there exists a … Read more

Flutter retrofit network call implementation

  Flutter retrofit : Flutter Retrofit is a powerful combination for efficient network requests and API integration in Flutter applications. Leveraging Retrofit, a robust HTTP client library, enhances the capability to seamlessly communicate with APIs and handle data effortlessly. This integration empowers Flutter developers to streamline the networking aspect of their projects, resulting in cleaner … Read more

Show Buttons
Hide Buttons