Create Random Colours in Flutter

Choosing a colour from a wide range of Colours is sometimes time-consuming. Also during debugging, we may need to generate random colours for different purposes. A good example would be we want different colours for notes application. So we can gener... https://www.allaboutflutter.com/create-random-colours-in-flutter

Flutter: ReorderableListView Widget Tutorial

ReorderableListView is a list of widgets that the user can drag at their own choice and can change their order. This widget is provided by the Flutter framework and no plugin is needed to be installed. This widget is appropriate for a small number of... https://www.allaboutflutter.com/flutter-reorderablelistview-widget-tutorial

Share option in Flutter: share_plus

Sharing content is a very common action across social, quiz, videos, etc. applications. The sharing icon is very common to us and appears to be weird if it is not present. Flutter doesn't provide an easy functionality for sharing content. In this art... https://www.allaboutflutter.com/share-option-in-flutter-shareplus

Card View and ListView of Cards using Flutter and Dart. Easy tutorial for Beginners.

Cards are material panels with slightly round corners. The cards make simple apps looks good and easy to use interface. Many apps you come daily across use here and their cards. And with the Flutter framework, we can easily make beautiful cards with ... https://www.allaboutflutter.com/card-view-and-listview-of-cards-using-flutter-and-dart-easy-tutorial-for-beginners

Gesture Detector in Flutter

It is a widget that detects gestures in Flutter. All the different types of gestures can be detected with the help of the GestureDetector Widget. GestureDetector is used where we want the application to take some action when the user taps on the widg... https://www.allaboutflutter.com/gesture-detector-in-flutter

Flutter: SharedPreferences tutorial | How to setup SharedPreferences ?

Data saving and storing is a common practice in applications. We have many options like SQL, NoSQL and SharedPreference. The first two options are mainly focused on large amounts of data with large transactions with constant efficiency. If you want o... https://www.allaboutflutter.com/flutter-sharedpreferences-tutorial-how-to-setup-sharedpreferences

Animated Navigation in Flutter

By default, Flutter has no animation when navigating from one Screen to another Screen. But in this tutorial, we are going to learn how to animate the Screen Transition. Project Setup Before directly applying to your existing project, practice the co... https://www.allaboutflutter.com/animated-navigation-in-flutter

Firebase Crashlytics Setup for Flutter (iOS and Android)

A quick guide to Firebase Crashlytics in a Flutter app [iOS and Android] Firebase Crashlytics is a powerful tool for tracking and analyzing crashes in your Flutter app. Follow this guide to integrate Firebase Crashlytics into your Flutter project for... https://atuoha.hashnode.dev/firebase-crashlytics-setup-for-flutter-ios-and-android

Integration of Razorpay in Flutter

In the dynamic world of mobile app development, providing a seamless and secure payment experience is crucial. Flutter, known for its cross-platform capabilities, has found a formidable ally in Razorpay — a leading fintech solution. The integration o... https://develop-with-aditi.hashnode.dev/integration-of-razorpay-in-flutter

Breaking Barriers: Unveiling the Power of Internationalization and Localization in Flutter

Introduction: In a world that's more connected than ever, mobile app developers are faced with the challenge of reaching a global audience with diverse languages, cultures, and preferences. Flutter, the versatile UI toolkit developed by Google, comes... https://kevinmiller.hashnode.dev/breaking-barriers-unveiling-the-power-of-internationalization-and-localization-in-flutter


Chercher