Hao Zhenghaoz.hashnode.dev·19 hours agoType safe routing with auto_routeIntroduction Navigating between screens is a fundamental aspect of mobile app development. In development, efficient routing and navigation can greatly impact the user experience and development process. To simplify this, Flutter has quite a few rout...DiscussFlutter
Umair Abbasiumairabbasi7.hashnode.dev·Sep 24, 2023Flutter Toast Package: Adding User-Friendly Toast Notifications to Your AppIntroduction In the world of mobile app development, providing feedback to users is crucial for a positive user experience. One effective way to do this is by using toast notifications. Toasts are unobtrusive messages that appear briefly on the scree...Discusstoast notifications
Raman Tankraman04.hashnode.dev·Sep 20, 2023Using setState for Simple State Management in FlutterWhen diving into the world of Flutter, one of the first challenges developers encounter is managing the state of their application. State management is a critical aspect of building robust and responsive Flutter apps. While Flutter provides various s...DiscussHashnode
Omprakash Chauhanom-chauhan.hashnode.dev·Sep 18, 2023Maximize Full Screen for Flutter Desktop Software in Flutter 3.13.3 without any Package or PluginFlutter is a popular open-source UI toolkit developed by Google that allows developers to create visually appealing and high-performance applications for multiple platforms, including desktops. One of the most common requirements for desktop applicat...Discuss·31 readsFlutter Examples
Raman Tankraman04.hashnode.dev·Sep 17, 2023Unveiling the Magic of AnimatedBuilder in FlutterHello, Flutter aficionados! We're back with another exciting Flutter topic that's sure to elevate your app development skills. Today, we're diving into the captivating world of AnimatedBuilder. This widget is a game-changer when it comes to crafting ...DiscussHashnode
Raman Tankraman04.hashnode.dev·Sep 15, 2023Mastering Flutter Animations: A Guide to AnimatedContainerAs a Flutter developer, I'm sure you've come across apps with stunning animations. Have you ever wondered how to add that extra layer of interactivity to your own apps? If so, you're in the right place! In this blog post, I'm going to walk you throug...DiscussHashnode
Raman Tankraman04.hashnode.dev·Sep 13, 2023Customizing the App Theme and Using Custom Fonts in FlutterAs Flutter developers, we not only aim to create powerful and functional apps but also strive to make them visually appealing and unique. One effective way to achieve this is by customizing the app theme and incorporating custom fonts. In this blog p...DiscussHashnode
Rasha abdulrazzakrasha.hashnode.dev·Sep 13, 2023How to Get User's Location in Flutter with Geolocator PackageIf you want to obtain the user's location in Flutter, you can utilize the Geolocator package. This package offers a simple method to retrieve the current user's location. Additionally, it provides other details such as the most recent known location,...DiscussFlutter
Raman Tankraman04.hashnode.dev·Sep 12, 2023Completed the Building Text-to-Speech (TTS) in Your Flutter AppAs Flutter developers, we always aim to enhance the user experience of our apps. One way to do this is by adding text-to-speech (TTS) capabilities, allowing your app to speak out loud the text it displays. In this tutorial, I'll guide you through the...DiscussFlutter TTSHashnode
Raman Tankraman04.hashnode.dev·Sep 10, 2023Implementing Buttons and Handling User Gestures in Flutterey there, fellow Flutter enthusiasts! Today, I'm diving into the exciting world of buttons and user gestures in Flutter. Whether you're new to Flutter or just looking to enhance your UI skills, this blog will guide you through the process. So, let's ...DiscussWeMakeDevs