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

Backend contracts, PagedList, cacheFor, and repository patterns for Lemsa Flutter apps. Vendor SDKs live in adapter packages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_data_kit

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

dependencies:
  flutter_data_kit: ^1.0.0

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:flutter_data_kit/flutter_data_kit.dart';
0
likes
150
points
--
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Backend contracts, PagedList, cacheFor, and repository patterns for Lemsa Flutter apps. Vendor SDKs live in adapter packages.

Repository (GitHub)
View/report issues

Topics

#flutter #pagination #riverpod #repository

License

MIT (license)

Dependencies

flutter, flutter_riverpod, lemsa_core_kit

More

Packages that depend on flutter_data_kit