array_object_adapter 1.1.0 copy "array_object_adapter: ^1.1.0" to clipboard
array_object_adapter: ^1.1.0 copied to clipboard

Adapter that is similar to the ObjectAdapter (ArrayObjectAdapter) from the Android Leanback support library.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add array_object_adapter

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

dependencies:
  array_object_adapter: ^1.1.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:array_object_adapter/array_object_adapter.dart';
4
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Adapter that is similar to the ObjectAdapter (ArrayObjectAdapter) from the Android Leanback support library.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on array_object_adapter