Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.68 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.68 KB

Flutter Grid UI

Pub

This package allows you to work with data tables like Excel.

BuyMeACoffee

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

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.