Member-only story
Top 10 Trending Flutter Packages In 2022
Build beautiful Android and iOS apps
To design beautiful native apps Google introduced the Flutter UI in 2017. This Cross-Plattform UI Kit can be used to build web, Android, iOS, or desktop apps from a single codebase.
Flutter is written in C++ but uses the Dart Language for programming. It has a growing community and nice support from Google itself including YouTube Videos about reusable widgets.
With the website pub.dev, the Flutter team makes it possible to publish and share reusable packages to program Dart and Flutter apps.
This article lists one of the most liked and popular packages to demonstrate the huge possibilities of the flutter framework.
1. get/ GetX
URL: https://pub.dev/packages/get
Supported Platforms: Android, iOS, Linux, macOS, Web, Windows
Popularity: 5,788 likes
GetX is the all-rounder among the packages. It tries to simplify the entire process of app development by providing support for processes like dependency, injection, and state and route management. It also offers a variety of utilities that can be used to simplify validation, theming, internationalization, and more.