Originally published on Medium
We will compare the usage of three packages by making a simple Joke app.
The app will use the public Joke API.
We will also use glass_kit for the glassmorphic design and flutter_spinkit for the custom spinning loader.
D...