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
copied to clipboard

With Flutter:

 $ flutter pub add livedatax
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
1
likes
130
points
27
downloads

Publisher

verified publisher3p-cups.com

Weekly Downloads

2024.09.25 - 2025.04.09

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)

Documentation

API reference

License

MIT (license)

More

Packages that depend on livedatax