Issue 189 - Flutter Tap Weekly Newsletter
Supercharge your Flutter projects with building and marketing apps, learning Flutter and Dart, publishing Windows applications, executing CRUD operations with Firebase, and exploring new packages.
Let's dive into this week's content, waiting to supercharge your Flutter projects:
Articles
GG: The Journey of Building and Marketing an App. A fantastic article from Ikram Hasan on how he built a successful app using Flutter and Firebase. You can even find the source code here: https://github.com/ikramhasan/GG-Games-and-Giveaways.
Tutorials
Raising the Dead: How to Learn Flutter and Dart by Reviving Old Examples 👻. Chris Mercredi gives us a lot of thought in this Halloween inspired article. The key ideas are leveraging forgotten code to learn, updating it to current best practices, and making this a collaborative holiday tradition for the Dart/Flutter community. What do you think?
How to publish a Flutter Windows application outside the Microsoft Store 🥳🥳🥳. Tom tells us about the struggles of publishing a Windows desktop app with Flutter and how he used a helpful tool.
Flutter — Server-less CRUD operations with Firebase. Rawaha Muhammad introduces us to executing the Firebase CRUD operation in our Flutter app.
Videos
Why is this game made with Flutter?. By Filip Hráček. My weekly snippets. Go to https://filiph.net/ for more info about me and my projects. Currently working on https://giantrobotgame.com/.
firebase_auth (Package of the Week). @Firebase Authentication allows you to integrate robust authentication services with just a few lines of code! Whether you need classic email and password logins, OAuth logins like Google Sign in, or MFA, firebase_auth is here to help.
Observable Flutter: FlutterFlow. Watch as Craig Labenz is joined by Pooja Bhaumik, Flutter and Dart GDE and Developer Advocate at FlutterFlow, to learn all the FlutterFlow platform has to offer.
Flutter Provider Simplified. By Flutter Mapp. This is how you can learn to use Provider with Flutter. This tutorial gets straight to the point, and you won't require any other beginner's tutorial on Provider after this one. Provider is a popular and powerful state management solution for Flutter applications. It simplifies the process of managing and sharing state between different parts of your Flutter app. Provider is used to create and manage data models (usually by extending ChangeNotifier), which can then be accessed and updated throughout your app.
Packages
flutter_local_notifications. A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform.
flutter_spinkit. A collection of loading indicators animated with flutter. Heavily inspired by @tobiasahlin's SpinKit.
flutter_slidable. A Flutter implementation of slidable list item with directional slide actions that can be dismissed.