view_matrix 1.2.0 copy "view_matrix: ^1.2.0" to clipboard
view_matrix: ^1.2.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 Flutter:

 $ flutter pub add view_matrix

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

dependencies:
  view_matrix: ^1.2.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:view_matrix/view_matrix.dart';
3
likes
160
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, intl

More

Packages that depend on view_matrix