gridview_menu 1.0.6 copy "gridview_menu: ^1.0.6" to clipboard
gridview_menu: ^1.0.6 copied to clipboard

GridView Menu is a null-safe Flutter Menu Widget which allows you to create menu in list and grid format.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gridview_menu

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

dependencies:
  gridview_menu: ^1.0.6

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:gridview_menu/gridview_menu.dart';
7
likes
110
pub points
71%
popularity

Publisher

verified publishertracun.xyz

GridView Menu is a null-safe Flutter Menu Widget which allows you to create menu in list and grid format.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

auto_size_text, flutter, localstorage

More

Packages that depend on gridview_menu