https://github.com/tensor-programming/flutter_shared_prefs_and_dismissable_tutorial
https://github.com/tensor-programming/flutter_shared_prefs_and_dismissable_tutorial
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensor-programming/flutter_shared_prefs_and_dismissable_tutorial
- Owner: tensor-programming
- Created: 2018-03-20T23:06:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T09:10:53.000Z (almost 8 years ago)
- Last Synced: 2024-12-16T19:03:56.484Z (over 1 year ago)
- Language: Dart
- Size: 111 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter_shared_Prefs_and_dismissable_tutorial
### In this tutorial, We make use of Dismissibles, Shared Preferences and Flexes in Flutter.
### To build this application, you will need the latest version of the flutter preview build and Dart 2.0 SDK for more information, [click here](https://github.com/flutter/flutter/wiki/Trying-the-preview-of-Dart-2-in-Flutter)
### Check out the Youtube Tutorial for this [Dart 2 Flutter Program](https://youtu.be/IvrAAMQnj4k). Here is our [Youtube Channel](https://www.youtube.com/channel/UCYqCZOwHbnPwyjawKfE21wg) Subscribe for more content.
### Check out our blog at [tensor-programming.com](http://tensor-programming.com/).
### Our [Twitter](https://twitter.com/TensorProgram), our [facebook](https://www.facebook.com/Tensor-Programming-1197847143611799/) and our [Steemit](https://steemit.com/@tensor).
*note:* One of my subs pointed out that the original implementation of this application had a infinite loop in it. While this loop is not problematic; it still isn't a great practice. On this sub's advice, I also added a version of this code which uses streams to fetch the data from the shared prefs key/value store. There is both a basic dart example and an RxDart example; just make sure to import RxDart if you want to look at that one. Many thanks to manideep polireddi.