frideosapps / data_examples

An example app showing different ways to pass to and share data with widgets and pages.

Home Page:https://medium.com/flutter-community/simple-ways-to-pass-to-and-share-data-with-widgets-pages-f8988534bd5b

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass and share data example

An example app showing different ways to pass to and share data with widgets and pages.

  • Passing data through constructor
  • Getting data from Navigator.pop
  • InheritedWidget
  • InheritedWidget and streams
  • InheritedWidget generic provider
  • Singleton
  • Global singleton BLoC
  • Callbacks

A detailed explanation on this article on Medium: https://medium.com/flutter-community/simple-ways-to-pass-to-and-share-data-with-widgets-pages-f8988534bd5b

Packages used:

Screenshots

Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot r

About

An example app showing different ways to pass to and share data with widgets and pages.

https://medium.com/flutter-community/simple-ways-to-pass-to-and-share-data-with-widgets-pages-f8988534bd5b

License:MIT License


Languages

Language:Dart 97.4%Language:Objective-C 1.7%Language:Java 0.9%