tx_edu_toggle 0.0.3
tx_edu_toggle: ^0.0.3 copied to clipboard
This is a new toggle package. You can use a this widget. All package informations in README.md and usage part in pub.dev.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tx_edu_toggleThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tx_edu_toggle: ^0.0.3Alternatively, 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:tx_edu_toggle/tx_edu_toggle.dart';