A new Package of the week, about one of the most important packages!
https://www.youtube.com/watch?v=Ymw9xfRucK0&pp=sAQA
https://www.youtube.com/watch?v=Ymw9xfRucK0&pp=sAQA
YouTube
Collection (Flutter Package of the Week)
Learn more about Collection→ https://goo.gle/pub-dev-collection
Tired of doing all the work on your own and just want some help dealing with lists, maps, and sets in your app? package:collection lets you check if two collections contain other collections…
Tired of doing all the work on your own and just want some help dealing with lists, maps, and sets in your app? package:collection lets you check if two collections contain other collections…
Learn how to use Firebase on your Flutter project with this oficial vídeo by Firebase
https://youtu.be/sXBJZD0fBa4?list=PLl-K7zZEsYLnJVX_0zbKytptZGugPIbJR
https://youtu.be/sXBJZD0fBa4?list=PLl-K7zZEsYLnJVX_0zbKytptZGugPIbJR
YouTube
The Firebase Realtime Database and Flutter - Firecasts
Let's add the Firebase Realtime Database to your Flutter app! This tutorial will cover basics like installing the library, writing and updating data, and reading your data in realtime, and then it will cover other important topics like using the Realtime…
Fully understand what goes into your
https://medium.com/flutter-community/whats-the-pubspec-lock-file-in-a-flutter-project-64a22e1b03f4
pubspec.lock
whats inside and why, read all about it here:https://medium.com/flutter-community/whats-the-pubspec-lock-file-in-a-flutter-project-64a22e1b03f4
Because not all languages are Left to Right (LTR) so learn how to avoid the pitfall and get your code ready for RTL. Learn all about it in this article.
https://medium.com/@carlolucera/flutter-and-directionality-d9ac42197fb8
https://medium.com/@carlolucera/flutter-and-directionality-d9ac42197fb8
A GitHub repo that touches every necessary point of Flutter development a good and quick read through with nice tips
https://github.com/antz22/ultimate-guide-to-flutter
https://github.com/antz22/ultimate-guide-to-flutter
GitHub
GitHub - antz22/ultimate-guide-to-flutter: A comprehensive guide on learning how to code cross platform mobile applications with…
A comprehensive guide on learning how to code cross platform mobile applications with the Flutter framework, from the ground up. - antz22/ultimate-guide-to-flutter
If you are a podcast person and would like to follow some about Flutter, here is a nice short list of Flutter Podcasts
https://www.freecodecamp.org/news/best-podcasts-for-flutter-developers/
https://www.freecodecamp.org/news/best-podcasts-for-flutter-developers/
freeCodeCamp.org
Best Podcasts for Flutter Developers
Podcasts are a great way to consume digital information. They've become quite popular because you can listen to them anywhere, any time. Podcasts deliver educational, entertaining, and engaging content on all kinds of topics – tech topics included. The hosts…
Help Flutter Team by answering the "Flutter User Surver: Q3 2021"
https://google.qualtrics.com/jfe/form/SV_29TBJ9zC8WO49Su
https://google.qualtrics.com/jfe/form/SV_29TBJ9zC8WO49Su
Qualtrics
Qualtrics Survey | Qualtrics Experience Management
The most powerful, simple and trusted way to gather experience data. Start your journey to experience management and try a free account today.
Take advantage of the amazing power of Flutter animations, learn about it in this next article
https://blog.logrocket.com/adding-animations-to-your-flutter-app/
https://blog.logrocket.com/adding-animations-to-your-flutter-app/
LogRocket Blog
Adding animations to your Flutter app - LogRocket Blog
Everything you need to know about animations in Flutter, including implicit vs. explicit animations and how to choose the right widget.
The new article by Filip focused on there thread performance. That articles are always important to read so we can avoid the same mistakes before even starting to code.
https://medium.com/flutter/raster-thread-performance-optimization-tips-e949b9dbcf06
https://medium.com/flutter/raster-thread-performance-optimization-tips-e949b9dbcf06
Medium
Raster thread performance optimization tips
Recently, I sat down to tweak the performance of FlutterFolio, an app that was built as a design showcase for Flutter Engage. With a…