A Shorten URL App
This project is a to shorten the given url.
This project can be run from android studio or vs code by typing this command in terminal
or you can directly run this project from the IDE action.
This project is using Bloc architecture to manage the state of whole application,
I have used flutter_svg to load the local SVG, sqfLite to store the data locally in the device and sizer package to handle the screen resolution.