flip_widget_flutter 1.0.2-pre copy "flip_widget_flutter: ^1.0.2-pre" to clipboard
flip_widget_flutter: ^1.0.2-pre copied to clipboard

outdated

Bug fixing

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.0.2-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.dart';
import 'package:flip_widget_flutter/main.dart';