image/svg+xml

Subscribe here

Receive our newsletter every monday with articles, tutorials, videos, and much more.



Newsletter Issue 60

October 12, 2020

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

Navigation done right: a case for hierarchical routing with Flutter. An interesting article by Yaroslav Shevchuk on how to architect your app’s navigation.

Tutorials

Flutter Riverpod tutorial: Counter app. The counter app is like the Hello World of Flutter apps. In this tutorial by Surgch, we learn the basics of setting up Riverpod, a state management library, in Flutter.

Hero Animations In Flutter. Hero Animations are an easy way to make your applications come more alive. In this tutorial by Naveen Srivastava, we learn how to use this built-in Flutter widget.

Performance testing on the web. Performance is important in any app. In this article, Tianguang Zhang describes a way to test a Flutter app’s performance in Chrome.

Explore Lottie Animation In Flutter. A great tutorial by Shaiq khan on how to use Lottie animations in our Flutter apps.

Videos

sqflite (Package of the Week). Sometimes, your app needs to save important data on the device. If it’s structured data, chances are you want to use a SQL database. SQLite is a SQL database engine that is available on almost any device, including mobile phones. One of the best cross-platform SQLite packages for Flutter is package:sqflite — the topic of this video.

Flutter File Structure for Big Projects. Flutter File Structure for Big Projects When working with bigger projects, you need a well organized project. If you don’t your code will be hard to maintain and scale.

Flutter Testing For Beginners - The Ultimate Guide. By Robert Brunhage. Testing is hard to get into in the beginning. So by starting small we will learn all the basics to get started with testing in Flutter!

Packages

flutter-cmoon_icons Flutter Icons package Insipred by Font Awesome package, his package contains more than 2000 icons. pub.dev.

miniplayer A lightweight flutter package to simplify the creation of a miniplayer. pub.dev.

infinite-scroll_pagination Load and display pages of items as the user scrolls down your screen. pub.dev.


Flutter Tap © 2023, Built with Gatsby