Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.99 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.99 KB

Flutter Samples

Collection of Flutter sample projects. Each project folder contains a link to a Medium post.

Samples

  • google_drive_backup : Local DB backup & load through Google Drive.

    GIF

    demo

  • localdb : Basic local DB usage implemented with sqflite.

    GIF

    demo

  • social_login : Google Sign-In & Apple Sign-In implemented.

    GIF

    demo

  • night_light_theme : Togglable Dark & Light Them. It saves & loads the theme via SharedPreference.

    GIF

    demo

  • modify_png_metadata : Edit PNG image metadata (tEXt type chunk data).

    GIF

    demo

  • compress_image : Compress the image with flutter_image_compress. ( When compressed to 50%, 2MB -> 0.3MB efficiency )

    GIF

    demo