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

outdated

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: ^0.0.2

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
30
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

License

Apache-2.0 (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on array_object_adapter