flutter_artist_2d_scrollables 0.9.0
flutter_artist_2d_scrollables: ^0.9.0 copied to clipboard
An identity-driven, strictly stateless 2D scrolling layout engine built on top of Google's two_dimensional_scrollables for the FlutterArtist ecosystem.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_artist_2d_scrollablesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_artist_2d_scrollables: ^0.9.0Alternatively, 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_artist_2d_scrollables/flutter_artist_2d_scrollables.dart';