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 Download Progress Bar | Progress Indicator

  Flutter download progress : Flutter download progress bar indicates the status of the file being downloaded, a linear progress indicator is in sync with the download status so that user will know the timely updates. Some task we perform in app level need to be known by the user example downloading a file, audio … 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