flutter_reorderable_grid_view 0.1.0 copy "flutter_reorderable_grid_view: ^0.1.0" to clipboard
flutter_reorderable_grid_view: ^0.1.0 copied to clipboard

outdated

Reordering all children inside ReorderableGridView. By default the reorder is animated.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_reorderable_grid_view

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

dependencies:
  flutter_reorderable_grid_view: ^0.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:flutter_reorderable_grid_view/entities/grid_item_entity.dart';
import 'package:flutter_reorderable_grid_view/reorderable_grid_view.dart';
import 'package:flutter_reorderable_grid_view/utils/reorderable_grid_utils.dart';
import 'package:flutter_reorderable_grid_view/widgets/animated_draggable_item.dart';
import 'package:flutter_reorderable_grid_view/widgets/draggable_item.dart';
145
likes
0
pub points
95%
popularity

Publisher

verified publisherkarvulf.com

Reordering all children inside ReorderableGridView. By default the reorder is animated.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_reorderable_grid_view