menu_table_switch 0.0.7 copy "menu_table_switch: ^0.0.7" to clipboard
menu_table_switch: ^0.0.7 copied to clipboard

This is a flutter package that allows you to display the menu in the form of a horizontally scrolling table.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add menu_table_switch

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

dependencies:
  menu_table_switch: ^0.0.7

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:menu_table_switch/menu_table_switch.dart';
3
likes
150
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

This is a flutter package that allows you to display the menu in the form of a horizontally scrolling table.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on menu_table_switch