Suneelblog.suneeldk.me·Dec 12, 2024A Comprehensive Guide to Using url_launcher in FlutterFlutter is one of the most popular frameworks for cross-platform mobile development, allowing developers to build beautiful apps with a single codebase. But what if your app needs to open a web page, email, or even a dialer? This is where the url_lau...Flutter
Ravi Patelravipatel.hashnode.dev·Oct 9, 2024Seamlessly Open URLs in Flutter with the url_launcher PackageIn today’s mobile applications, it’s common to allow users to access external websites, social media platforms, or even open emails directly from the app. The url_launcher package in Flutter will enable developers to launch a URL in a mobile browser ...URL launcher package
Pratiksha kadamlastoyster.hashnode.dev·Oct 2, 2024Building Design System in FlutterEmbracing the fundamental principle of clean code is essential for any successful software development project. One of the key principles to follow is the DRY principle - Don't Repeat Yourself. This rule emphasizes the importance of avoiding redundan...Flutter
Hafsa Abiddevwithflutter.hashnode.dev·May 7, 2024Flutter Power-Ups: Essential Packages for Modern App DevelopmentFlutter, Google's open-source UI software development toolkit, has taken the mobile app development world by storm. One of the reasons for its popularity is its robust ecosystem of packages and libraries that extend its capabilities and make developm...cupertino
Ratul Hasan Ruhanratulhasanruhan.hashnode.dev·Mar 22, 2024Flutter Package Power: Share Your CreationsImportant things about Flutter package development. Simply create a flutter project. But set the Project Type to package. Android Studio => New Flutter Project *** And the project will be created. Here don't have any Android, iOS or other folders. M...1 likeFlutter
Ratul Hasan Ruhanratulhasanruhan.hashnode.dev·Mar 22, 2024Flutter easy onboardingWhy need an onboarding screen in the app? Onboarding screens in apps introduce features, familiarize users, set expectations, promote engagement, personalize experiences, build trust, and reduce churn. gone_board https://pub.dev/packages/gone_board...Flutter
Prabesh Bhattaraicodeflutterblog.hashnode.dev·Feb 15, 2024Change Image in FlutterPicking up image is one of the important thing in any application. User want to select various image, upload it and various other reasons. Making a functionality for picking image is one of the crucial part of mobile development and also for other pl...Flutter
Ashutosh Mishrathescriptrailoth.hashnode.dev·Feb 5, 2024FeaturedBuilding and Publishing Your First Flutter Package: A Beginner’s GuideIn this blog, I will guide you through the step-by-step process of building your Flutter package and publishing it on pub.dev. Imagine creating something or publishing something that others can use, contribute to, and celebrate. This blog is not just...51 likes·954 readsFlutter package
Tomic Riedelhashnode.tomicriedel.com·Feb 4, 2024Elevate Your Flutter App Accessibility without the hassleLet's talk about making our apps more inclusive and accessible. Accessibility might seem daunting at first, but with the right tools, it's totally manageable—and incredibly rewarding. Today, I'm excited to introduce you to a gem in the Flutter ecosys...Flutter
Manav Sarkarwww.allaboutflutter.com·Dec 4, 2023Flutter: 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...879 readsFlutter