livedatax 1.0.0 copy "livedatax: ^1.0.0" to clipboard
livedatax: ^1.0.0 copied to clipboard

LiveDataX is a Dart package that brings the original LiveData, MutableLiveData and ViewModel classes from native Android code to Dart. It helps implement the MVVM pattern in Dart applications, followi [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add livedatax

With Flutter:

 $ flutter pub add livedatax

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

dependencies:
  livedatax: ^1.0.0

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:livedatax/livedatax.dart';
1
likes
130
points
13
downloads

Publisher

verified publisher3p-cups.com

Weekly Downloads

LiveDataX is a Dart package that brings the original LiveData, MutableLiveData and ViewModel classes from native Android code to Dart. It helps implement the MVVM pattern in Dart applications, following Google's clean architecture principles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on livedatax