flutterx_live_data 1.9.6 copy "flutterx_live_data: ^1.9.6" to clipboard
flutterx_live_data: ^1.9.6 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 Flutter:

 $ flutter pub add flutterx_live_data

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

dependencies:
  flutterx_live_data: ^1.9.6

Alternatively, your editor might support 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';
12
likes
130
pub points
73%
popularity

Publisher

unverified uploader

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

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on flutterx_live_data