menu_table_switch 0.0.1
menu_table_switch: ^0.0.1 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 Dart:
$ dart pub add menu_table_switchWith Flutter:
$ flutter pub add menu_table_switchThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
menu_table_switch: ^0.0.1Alternatively, your editor might support dart pub get or 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';