geraldtt47 / flutter_shared_preference_sample_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version build style community action

Flutter Shared Preference Sample App

Description

This is a Flutter app that is using shared_preference plugin.

3rd Party Services & Packages

We used the following services and packages for this project:

  1. shared_preferences - this package is used to storing persistent data without disk write guarantees so this plugin must not be used for storing critical persistent data.

How to update and add more content

Inorder to update content you have to update files inside lib/utils/

  1. After installing the package, create set and get methods in the app_shared_preferences.dart file
  2. Note that the app has the package initialized in the main() function

Happy Coding!

About


Languages

Language:C++ 44.7%Language:CMake 37.0%Language:Dart 8.9%Language:HTML 3.7%Language:C 2.8%Language:Swift 2.5%Language:Kotlin 0.3%Language:Objective-C 0.1%