dartlcemodel 0.1.2 dartlcemodel: ^0.1.2 copied to clipboard
A Dart library for data loading with reactive cache and loading state.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dartlcemodel
With Flutter:
$ flutter pub add dartlcemodel
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
dartlcemodel: ^0.1.2
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:dartlcemodel/dartlcemodel_cache.dart';
import 'package:dartlcemodel/dartlcemodel_lce.dart';
import 'package:dartlcemodel/dartlcemodel_model.dart';
import 'package:dartlcemodel/dartlcemodel_utils.dart';