Flutter Riverpod

flutter riverpod

Flutter Riverpod : In this part of the tutorial we will be covering riverpod implementation in flutter app.We will be going through the easiest way to implement state management in flutter. Flutter Riverpod is a state management library for Flutter, which is designed to simplify the way developers handle state in their apps. It’s an … Read more

GetX Post Api Call in Flutter

getx post

GetX Post : GetX Post api call implementation in flutter app is discussed in this blog with a real time api. Post api calls are almost used in every app and library’s to send the data. These POST api’s sometimes require encoding and why do we require encoding of api call do all the api … Read more

Flutter deeplink Enhance | Go Router

Flutter deeplink : Flutter deeplink, A deeplink point’s to a specific page in website or mobile app rather than opening up the basic home page or initial screen in mobile app. We have seen few tutorials previously based on deeplink integration in flutter may visit them for getting in depth knowledge on implementation in your … Read more

Flutter SegmentedButton | Movie Ticket Booking

Flutter SegmentedButton : Flutter SegmentedButton concept is explained in this blog with the help of a movie ticket booking example. In Flutter, a segmented button is a UI element that presents a set of options to the user in a segmented control format. Segmented buttons are similar to radio buttons but have a different visual … Read more

Show Buttons
Hide Buttons