Further reading
The obvious suggestion for this chapter is to explore the pub.dev site more deeply. Get a feel for how to identify well-supported plugins and see the breadth of plugins available.
Perhaps take a look at the GitHub repositories for a couple of the popular plugins and investigate how bugs are reported and dealt with.
Some active ones that are worth exploring are as follows:
- Firebase, known as FlutterFire: https://github.com/firebase/flutterfire/issues
- Device info plus: https://github.com/fluttercommunity/plus_plugins/issues
- And one I really love – the percent indicator project: https://pub.dev/packages/percent_indicator
Finally, run the flutter pub outdated
command on your Hello World! app and see if you can understand the output and how to resolve any outdated plugin references.