Where can I find plugins?
The Flutter community has a very easy way to find the plugins that you may need via the https://pub.dev site that they maintain. This is where all plugins are registered and the primary way that developers find plugins.
This site not only allows you to search for plugins but also includes useful sections such as the following:
- Flutter favorites: Plugins that demonstrate the highest levels of quality.
- Most popular packages: The most downloaded plugins.
- Package of the week: This is a series of animated videos that introduce some of the plugins available. Flutter has been very successful in the use of short videos to introduce the widget of the week and has rolled out the concept of package of the week.
Now, let’s take a look at the individual entries for a plugin at pub.dev.
Plugin entry
One of my favorite plugins is the one that introduces a new widget – the AutoSizeText
widget. Just like its name suggests, this...