Issue 73 - Flutter Tap Weekly Newsletter - Tutorials, videos, packages!
Flutter Tap
Subscriber thank you for subscribing to Flutter Tap, I created this newsletter to keep track of all the news, tutorials, tools and, articles of Flutter development. I hope you enjoy it!.
If you have any ideas for this newsletter please send me a DM on Twitter @fluttertap. And if you can please share the newsletter with your friends.
If you have any work offer for Flutter or mobile developers send me the link and I will publish it next week.
Newsletter Issue 73 - February 01, 2021
Remember comment, rate, claps, or any other recognition that you want to those who write these fantastic articles, tutorials, packages, and videos.
If you have any remote conference about Flutter or Dart that you want me to share, please send a message on Twitter @fluttertap. Also, if you have any important message, I will do my best to share it. We have to help each other in this situation.
Are you building something in Flutter this month? Please share it with me on twitter @fluttertap.
Articles
Today starts 30 Days of Flutter. Over the next 30 days, we hope you learn something new about Flutter, make new friends in the community, and have something exciting to look forward to every day!
7 most important Flutter updates for 2020 you cannot miss. What were the top updates of Flutter in 2020? Robert OdrowÄ Å¼-Sypniewski tells us in this article.
Tutorials
Code Analysis & Linting in Flutter and Dart. Linting is perhaps one of the easiest and overlooked ways to maintain a clean and uniform code. In this tutorial by Max Weber, we learn how to use linting rules to our advantage to make better Flutter apps.
Flutter Freezed â Working with Immutables. Immutability can make your code more robust and easy to maintain. In this tutorial, Barttje shows us how to make our code immutable on Flutter.
Bezier Animations â UI elements to Flutter Widgets (Part 1). A great tutorial by Kamalesh Basu, here we learn how to make amazing animations using bezier curves.
Flutter Secure your sensitive data. Security is an important part of any system. This tutorial by David Gonzalez shows us how to encrypt sensitive data in our Flutter app.
Videos
PhysicalModel (Flutter Widget of the Week). PhysicalModel allows you to add custom shadow effects to your app and customize its color and shape. Learn how to set up the widget and troubleshoot common errors.
Flutter Navigator 2.0 for Beginners. Kilo Loco goes over the easiest way to get up and running with navigation in Flutter using the Navigator 2.0. In this tutorial, he will cover how to navigate to and from pages, as well as how to detect which page has been popped.
Flutter Tutorial - Stateful Widget Lifecycle - Flutter State For Beginners. Letâs explore how the Stateful Widget Lifecycle works in detail and how to react to changes of widgets in Flutter.
Packages
just_audio Audio player for files, assets, URLs and DASH/HLS streams supporting gapless looping, shuffling, concatenating, clipping. Works with audioservice to play audio in the background. [pub.dev](https://pub.dev/packages/justaudio).
stack A package for stack data structure. have the push, pop, size, length, and top functionalities.pub.dev.
nice_button A Flutter package for Android and IOS to design nice buttons with no hassle in your app. pub.dev.