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

A flexible and extensible Flutter framework for rendering list and grid views with unified API and local data handling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add view_matrix

With Flutter:

 $ flutter pub add view_matrix

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

dependencies:
  view_matrix: ^1.0.0

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:view_matrix/view_matrix.dart';
3
likes
0
points
6
downloads

Publisher

verified publisherronak-vasoliya.devservers.site

Weekly Downloads

A flexible and extensible Flutter framework for rendering list and grid views with unified API and local data handling.

Homepage

License

unknown (license)

Dependencies

flutter, http, intl

More

Packages that depend on view_matrix