pv_grid_edit 0.0.1 copy "pv_grid_edit: ^0.0.1" to clipboard
pv_grid_edit: ^0.0.1 copied to clipboard

building snapped grid editors with draggable and resizable shapes.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'src/example_app.dart';

/// Boots the multi-page example application.
void main() {
  runApp(const MyApp());
}

/// Exposes the package example application for runtime and tests.
class MyApp extends StatelessWidget {
  /// Creates the example application root widget.
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const ExampleApp();
  }
}
0
likes
160
points
9
downloads

Documentation

API reference

Publisher

verified publisherpathverse.ca

Weekly Downloads

building snapped grid editors with draggable and resizable shapes.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bloc, flutter, flutter_bloc

More

Packages that depend on pv_grid_edit