coding_programming_tabview 1.0.1
coding_programming_tabview: ^1.0.1 copied to clipboard
TabView/NavigationBar for our FBLA Coding & Programming app submission.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add coding_programming_tabview
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
coding_programming_tabview: ^1.0.1
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:coding_programming_tabview/main.dart';
import 'package:coding_programming_tabview/navigation.dart';