![Create Random Colours in Flutter](https://www.cdn5.niftycent.com/d/k/A/P/3/K/K/create-random-colours-in-flutter.webp)
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](https://www.cdn5.niftycent.com/d/1/q/A/w/v/W/flutter-reorderablelistview-widget-tutorial.webp)
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](https://www.cdn5.niftycent.com/d/1/V/8/v/O/z/share-option-in-flutter-share-plus.webp)
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.](https://www.cdn5.niftycent.com/d/D/Z/M/7/K/Z/card-view-and-listview-of-cards-using-flutter-and-dart-easy-tutorial-for-beginners.webp)
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](https://www.cdn5.niftycent.com/d/D/m/Z/p/w/Y/gesture-detector-in-flutter.webp)
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 ?](https://www.cdn5.niftycent.com/d/D/P/z/V/j/Y/flutter-sharedpreferences-tutorial-how-to-setup-sharedpreferences.webp)
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](https://www.cdn5.niftycent.com/d/k/z/6/w/l/w/animated-navigation-in-flutter.webp)
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)](https://www.cdn5.niftycent.com/d/D/3/6/b/3/Q/firebase-crashlytics-setup-for-flutter-ios-and-android.webp)
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](https://www.cdn5.niftycent.com/d/e/7/0/l/8/4/integration-of-razorpay-in-flutter.webp)
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](https://www.cdn5.niftycent.com/d/k/l/A/O/2/b/breaking-barriers-unveiling-the-power-of-internationalization-and-localization-in-flutter.webp)
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