A Small Info App using Flutter
Hey people, If there is one technology that’s literally giving me goosebumps, it’s Flutter. One language for all platforms: desktop, web, iOS and Android. Google has really done something incredible creating this. I strongly believe this tech will take over and really soon if it hasn’t already since its inception around two years ago.
So this week I really wanted to try my hands on me as I was experimenting with various things I thought it would be a good idea to share my experience with everyone.
I tried to cover most of the basic things like image and audio integration, decoration and etc, using this application.
The Things that I implemented are :
1.Creating a flutter application.
2.Giving it capability to use Local as well as Network(online) assets.
3. It can play music using local asset as well as using the url of the audio.
4. Created Buttons for playing music and also gave it capability to stop on a long press.
So this is a simple page in which Information cards of different genres are showed to be accessed. Clicking on any card takes you to the details page of the clicked genre, So this list have multiple pages linked.
This is the detail page that opens up after clicking on the Sanitizer card from the homepage, As soon as the page is opened , A serene calming music plays that is related to the topic/genre of the card. and can be controlled(pause and stop) using the music button below.
For smooth transitioning between all the route window is smooth and also have some animations in it.
Some of the more sample images are below:
I am thinking to personalize the app even more to make a worthwhile experience while browsing the app with many new features as I explore more on the topic.