Flutter Starter CLI

Introduction While working with the Flutter projects, we have to write the same repetitive code multiple times. Since all of the tests in Flutter share the same fundamental structure, the basic beginning bundle for the Flutter test is provided by thi... https://techblog.geekyants.com/flutter-starter-cli

2022: End of the Beginning

Introduction 2022 was a rollercoaster year for me in terms of my personal life and my career as well. Today, I will share how my 2022 was, the things I learned, the challenges I faced, and my plans as well. Let's know who I am first. I am Ayush Pawar... https://cswithiyush.hashnode.dev/2022-end-of-the-beginning

Accessing iOS settings bundle from Flutter

Overview Sometimes we need to create a settings page to show some information, like app version, environment or just to tweak some knobs inside our apps. We will explore how to create a SettingsBundle (iOS only) and how to access those settings from ... https://croxx5f.hashnode.dev/accessing-ios-settings-bundle-from-flutter

How to fix: Because ... depends on ... which depends on ..., ... is required

You already have your application almost finished, most of the functionalities are developed and tested, you have everything ready to be able to deploy the app to the stores. Then you think on giving a final brush to your app by updating the dependen... https://davidserrano.io/how-to-fix-because-depends-on-which-depends-on-is-required-learn-the-cause-of-this-error-in-flutter-and-how-to-solve-it

Flutter Riverpod: StateProvider, StateNotifier, StateNotifierProvider, FutureProvider, StreamProvider

Previously...

Greetings! Appreciate you taking the time to read this piece. If you have been following the Flutter Riverpod series, you may have read the preceding article on Providers.

In the article before this one, we discussed Providers, develo... https://dhruvnakum.xyz/flutter-riverpod-stateprovider-statenotifier-statenotifierprovider-futureprovider-streamprovider

User Authentication with Flutter and  Node.js Part 1

Why do we need to do this when we can easily use firebase for user authentication? Well, I decided to start this series because recently found out that most tutorials only use firebase authentication and not nodejs whereby when transitioning to such ... https://arnoldnm.hashnode.dev/user-authentication-with-flutter-and-nodejs-part-1

Why and Where Should You Use Flutter for App Development?

Whether you are planning to launch an iOS or Android app, you can use Flutter. Flutter is an open-source software development kit (SDK) that enables you to develop apps across multiple platforms. The best part is that you can write your code once and... https://veronicas.hashnode.dev/why-and-where-should-you-use-flutter-for-app-development

Shared Preferences in Flutter

What are Shared Preferences? Android provides one of the most interesting and easy data storage options: Shared Preferences. It can be used to store and retrieve a small amount of primitive data as Key-Value pairs. Where and how does the data gets st... https://itsadityarathore.hashnode.dev/shared-preferences-in-flutter

User Authentication in Flutter using Provider for State management Part 1

Why do we need to do this when we can easily use firebase for user authentication? Well, I decided to start this series because recently found out that most tutorials only use firebase authentication and not nodejs whereby when transitioning to such ... https://arnoldnm.hashnode.dev/user-authentication-in-flutter-using-provider-for-state-management-part-1

Android Studio Setup for Flutter Development

Install the Flutter and Dart plugins: After the successful installation of Android Studio, you have to install Flutter and Dart plugins. To do so follow the steps mentioned below:

Start Android Studio.

Open plugin preferences (Configure > Plugins a... https://preranablog.dev/android-studio-setup-for-flutter-development


Ricerca