flutter_grid_ui 1.0.4 flutter_grid_ui: ^1.0.4 copied to clipboard
Flutter Grid UI implementation with `dart_grid`. This package allows you to work with data tables like Excel, while saving only real data (empty data is only generated).
Flutter Grid UI #
This package allows you to work with data tables like Excel.
Flutter Grid UI implementation with dart_grid
#
Getting Started #
To use this package, add flutter_grid_ui
as a dependency in your pubspec.yaml file.
dependencies:
flutter_grid_ui: <latest_version>
Using #
import 'package:flutter_grid_ui/flutter_grid_ui.dart';
Example #
Sponsoring #
I'm working on my packages on my free-time, but I don't have as much time as I would. If this package or any other package I created is helping you, please consider to sponsor me so that I can take time to read the issues, fix bugs, merge pull requests and add features to these packages.
Contributions #
Feel free to contribute to this project.
If you find a bug or want a feature, but don't know how to fix/implement it, please fill an issue.
If you fixed a bug or implemented a feature, please send a pull request.