Collection of Flutter sample projects. Each project folder contains a link to a Medium post.
-
google_drive_backup : Local DB backup & load through Google Drive.
-
localdb : Basic local DB usage implemented with
sqflite
. -
social_login : Google Sign-In & Apple Sign-In implemented.
-
night_light_theme : Togglable Dark & Light Them. It saves & loads the theme via
SharedPreference
. -
modify_png_metadata : Edit PNG image metadata (
tEXt
type chunk data). -
compress_image : Compress the image with
flutter_image_compress
. ( When compressed to 50%, 2MB -> 0.3MB efficiency )