
Flutter InteractiveViewer
You must have came across a use case where a widget can be of bigger size than the device size. Or you wanted an image of a bigger size to fit into screen, and user can zoom-in or zoom-out to see the details of the image. Or case where you wanted to drag-drop a widget. … Continue reading Flutter InteractiveViewer

Future of SnackBars – ScaffoldMessenger
Problem with current SnackBars: To understand the need of ScaffoldMessenger, lets take an example of food ordering app. You added several items in cart, and you go on checkout screen. On checkout screen, you do the payment and click on some “Confirm Order” button, which will call some backend API to post these order details, … Continue reading Future of SnackBars – ScaffoldMessenger

Flutter – Internationalization using easy_localization package
While developing your mobile app, you do care about users of the app and to provide better user experience, you can think about providing internationalization in the app i.e. having an option to switch between languages. Because users will love to see your app in their native languages, rather than keeping it limited to English. … Continue reading Flutter – Internationalization using easy_localization package

Flutter – Material Buttons and their Theme Update
Flutter 1.22 brings new universe of material buttons, that helps custamizing app wide theme of the buttons.
Loading…
Something went wrong. Please refresh the page and/or try again.