flutterx_live_data 1.0.1-dev flutterx_live_data: ^1.0.1-dev copied to clipboard
LiveData is a data holder class that can be observed. This is a Flutter implementation of LiveData in Android Jetpack library
flutterx_live_data #
LiveData is a data holder class that can be observed. This is a Flutter implementation of LiveData in Android Jetpack library.
Install #
Add a line like this to your package's pubspec.yaml (and run dart pub get):
dependencies:
flutterx_live_data: ^1.0.1-dev
Import #
Import the library like this:
import 'package:flutterx_live_data/flutterx_live_data.dart';
Usage #
Check the documentation in the desired source file of this library