A simple Flutter App that let's the user add and save all the important and frequently needed addresses at one place in their mobile device.
My motivation behind working on this app !? In simple words, I didn't want my friends (or anyone for that matter) to give me spoilers when sending me gifts just because they dont have my address saved anywhere, which happened around the same time when I was looking to work on some Flutter project using a state management technique. So, both these situations combined gave way to the development of this app (which btw, I "return gifted" my friends on my birthday 😎).
So, if you resonate with this, then continue reading on how you can do your part by contributing to this project 🤖🚀
- Dart (coding language used for this project)
- Flutter (framework for the development of UI)
- provider (flutter package for app wide state management)
- sqflite (SQLite plugin for Flutter)
- image_picker (flutter plugin for clicking image or selecting one from the gallery)
- Display all the addresses. Add the address clicking on '+' icon on the app bar.
- User can enter the 'title' (for eg., who's address is it)
- Then, user can add the address of the place.
- User can take any relevant picture as well. Like for eg., the picture of that place.
- User can then add and save the address clicking on "Add Address" button.
- Address gets added and saved and is displayed in the list of addresses.
Any kind of contribution that helps improve this project is welcome. Make sure to read the Contribution Guide before contributing to the project.
You can find the code of conduct here.