Flutter_shared_Prefs_and_dismissable_tutorial

Stars
6

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

Check out the Youtube Tutorial for this Dart 2 Flutter Program. Here is our Youtube Channel Subscribe for more content.

Check out our blog at tensor-programming.com.

Our Twitter, our facebook and our Steemit.

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.