Skip to content

beccccaboo/Birthday-Wish-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

Birthday Wish App

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!

Prerequistes

  • Android SDK / Android Studio
  • Flutter
  • Text editor like VS Code

How to Use

  • All you got to do is make changes in the data.json file

image

  • 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

image

The Result

  • The home screen consists a list view of all images

image

  • On clicking a particular image, the message of the respective person is shown

image

How to Build

For minimizing app size use following commands to build the app :

>flutter clean
>flutter build appbundle --target-platform android-arm,android-arm64

Additional Notes

  • 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.

Authors

  • Myron Carvalho
  • Neha Patil
  • Rebecca Biju

About

A birthday app showing photos and wishes of friends and family

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 85.7%
  • Kotlin 7.0%
  • Swift 6.7%
  • Objective-C 0.6%