An open API service indexing awesome lists of open source software.

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

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.