How to use external packages in Flutter
An external package allows us to quickly achieve the functionality we need without writing code from scratch.
In this example, I am using use an open-source package named quotes , which contains top 500 English quotes as of now.
You can find the qu...
blog.altmash.me2 min read