flip_widget_flutter 1.2.1-pre flip_widget_flutter: ^1.2.1-pre copied to clipboard
Adding dynamic direction in flip class
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flip_widget_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flip_widget_flutter: ^1.2.1-pre
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:flip_widget_flutter/flip_widget_flutter.dart';