flutterx_live_data 1.7.8-dev copy "flutterx_live_data: ^1.7.8-dev" to clipboard
flutterx_live_data: ^1.7.8-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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutterx_live_data

With Flutter:

 $ flutter pub add flutterx_live_data

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutterx_live_data: ^1.7.8-dev

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutterx_live_data/flutterx_live_data.dart';
13
likes
0
points
792
downloads

Publisher

unverified uploader

Weekly Downloads

LiveData is a data holder class that can be observed. This is a Flutter implementation of LiveData in Android Jetpack library

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on flutterx_live_data