This is a perfect app for making your friend's birthday (especially in quarantine) a memorable one! An app that shows a collection of images and birthday wishes!
- Android SDK / Android Studio
- Flutter
- Text editor like VS Code
- All you got to do is make changes in the data.json file
-
Edit the name, msg and imgurl fields as per your desired content.
-
Make sure you save the images in the images directory and ensure that the correct name is used in data.json under imgurl
- The home screen consists a list view of all images
- On clicking a particular image, the message of the respective person is shown
For minimizing app size use following commands to build the app :
>flutter clean
>flutter build appbundle --target-platform android-arm,android-arm64- For security and privacy purposes one may use offline images.
- A 512x512 resolution image looks clear and image size will merely be ~150KB
- This won't make the app bulky, and the complete app can be <10MB by excluding extra bundles.
- Myron Carvalho
- Neha Patil
- Rebecca Biju


