avatarJelena Jovanoski

Summarize

DISCOVER FLUTTER — WEEK #23

My February Recommendations for Flutter Packages

The best packages that I discovered in January 2021

Photo by Joshua Earle on Unsplash

It’s time for my February recommendations for Flutter packages. Here are my top five discoveries related to this topic.

1. Monitor Your Progress Easily With Progress Bar

Monitoring any type of progress is essential for growth. A great library that provides a highly customizable circular slider/progress bar and spinner is the sleek_circular_slider Flutter package.

https://pub.dev/packages/sleek_circular_slider

2. Input Stepper Is Important

An input stepper is always an inevitable input control that helps users to place an order, turn the sound volume up or down, and increase or decrease a particular value.

Their importance in the world of mobile apps is reflected in the fact that they are very easy to use and scan from the user’s perspective.

https://github.com/Rahiche/stepper_touch

3. Nav Bar in Google Style

If you are a fan of the modern look of the Google nav bar, then this is the package for you.

https://pub.dev/packages/google_nav_bar

4. Make Widget Dough

As a big fan of the Trello platform, this package seemed interesting to me because it can be used to provide a fun way to drag cards from one list to another. Meet the dough Flutter package.

https://pub.dev/packages/dough

5. Timelines Are Essential

Timelines are very helpful in organizing your work because they provide a simple visual overview. Taking that into account, it is always a great option to place timelines if your app is suitable for them.

https://pub.dev/packages/timeline_tilehttps://pub.dev/packages/timeline_tile

Conclusion

If you’re a fan of short, interesting articles covering various Flutter topics and you want to get into the habit of learning Flutter with me over the next seven weeks, you can read my articles every Tuesday.

If you have any questions or comments about this article, let me know in the comments section.

For those who want to jump into our Flutter journey, links from the previous weeks can be found below:

  • Week #20 — “My January Recommendations for Flutter Packages”
  • Week #21 — “Top 5 Reasons to Learn Flutter in 2021”
  • Week #22 — “Change Screen Orientation In Flutter”

See you next week, don’t break the streak!

Programming
Flutter
Dart
iOS
Android
Recommended from ReadMedium