In this post I will show you how to create a simple animated background from scratch using the Animated Backgrounds package available at https://pub.dartlang.org/packages/animated_background/, created by me.
By the end of this post we will have an app with a background looking like this:
Note that this background is interactive and you can pop the bubbles before they reach their maximum size. Also note that this post may be too detailed for new users. If you just want to check the code, go to my GitHub at https://github.com/AndreBaltazar8/animated_background_example.
1. Getting Started
If you are new to Flutter go to the Flutter website to download it. This should take you 5 to 10 minutes and you will be ready to develop applications in Flutter. I also suggest you to take some time to learn some basic concepts on their website.