Member-only story
10 Dart Packages That Every Beginner Should Know with Examples
This is another Flutter knowledge-sharing article about another 10 Dart packages/plugins. We should know about these Dart packages because that will ease your developments. I have written a collection of Flutter plugins with examples, and I will put those links below. There has no doubt this knowledge will be helpful in the future for you. Let’s go over each one with an introduction and example. Here I am sharing my experience with these Flutter packages.
1. Firebase Remote Config
This is my first package to introduce you that’s Firebase Remote Config. One of the reasons I love Flutter is these awesome firebase integrations because they are super easy and much beneficial for your Flutter journey.
You can test it using limited users when you update and deploy changes. But in current practices, your update will notify all users. If it gives a wrong impression, you need to change it to the previous one, It’s possible, but the impression has already gone to the users. I experienced it on Instagram, and they vertically added the story view to the right side. But after a few days, they changed it to the previous version as It is. So in Flutter, you are not facing that issue if you are using this package.