Onboarding with Flutter and AWS Amplify

Dzień dobry 👋👋. Today I'll show how to easily implement onboarding by customizing AWS Amplify's Authenticator widget I introducted you recently and by using the Flutter package flutter_onboarding_slider.

Prerequisites You configured Amplify Auth i... https://blog.krolmic.dev/onboarding-with-flutter-and-aws-amplify

Understanding the Files and Folders Generated by a New Flutter Project

When you create a new Flutter project, whether it’s with the command-line interface (CLI) or a tool like Visual Studio Code, an app is automatically generated. This app is just a simple Flutter demo app, but it gives you a taste of what a real Flutte... https://https://behealthywithsili.wordpress.com//understanding-the-files-and-folders-generated-by-a-new-flutter-project

Why Choose Flutter in 2024: Unleashing the Power of Cross-Platform Development

Introduction Flutter, an open-source UI software development kit created by Google, has been making waves in the developer community since its inception. As you embark on your journey into mobile app development in 2024, you'll be delighted to know t... https://developersway.live/why-choose-flutter-in-2024-unleashing-the-power-of-cross-platform-development

React Native vs. Flutter: A Comprehensive Comparison in 2023

In the world of mobile app development, React Native and Flutter are two dominant players, each offering a unique approach to cross-platform app development. If you're looking to create a mobile app in 2023, you might be wondering which framework is ... https://theanandraj.hashnode.dev/react-native-vs-flutter-a-comprehensive-comparison-in-2023

React Native vs. Flutter: Your Guide to Choosing the Right Framework in 2023

Once upon a time, in the ever-evolving world of mobile app development, two reigning champions emerged to help developers build stunning cross-platform apps. These champions are React Native and Flutter. If you're stepping into the exciting realm of ... https://storiesbyanand.hashnode.dev/react-native-vs-flutter-your-guide-to-choosing-the-right-framework-in-2023

Flutter Setup on Mac OS

In the previous article, I explained how to set up Flutter SDK in a Windows environment. In this article, I'll teach you how to set up Flutter SDK in the MacOS environment. here are the minimum system requirements of the Mac Operating System to set u... https://dilshan97.hashnode.dev/flutter-setup-on-mac-os

Working with minLines and maxLines properties in Flutter TextField

Text input in Flutter is simple to use. But when we want certain behaviors to occur each property, e.g. maxline and minline, when combined, has some unpredictable behavior when we try to understand their usage for the first time. In this article, I w... https://blog.khaninstudio.com/working-with-minlines-and-maxlines-properties-in-flutter-textfield

MaterialApp: The Foundation of Flutter Design

MaterialApp is not just a collection of Material Design widgets; it represents the essence of Flutter itself. Developed by Google, Material Design is a holistic approach to visual, motion, and interaction design spanning various platforms and devices... https://sajjadrahman.hashnode.dev/materialapp-flutter

Understanding Dart Variables and Data Types

Dart is a versatile and modern programming language known for its ability to create web and mobile applications. Knowing variables and data types is essential as you explore the world of Dart. Just like in any programming language, variables act as t... https://dawn.hashnode.dev/understanding-dart-variables-and-data-types

All About Dart Language 🎯

Introduction Hola Amigos! Hope you'll are doing amazing. This is the 2nd blog in the series "Learn Flutter". In this series, I'm documenting all of my learning of Flutter through my blogs. In this blog, I'm covering "Dart Language" like what is Dart,... https://maharshisinha.hashnode.dev/all-about-dart-language


Search