elliptic_text 1.0.1+9 elliptic_text: ^1.0.1+9 copied to clipboard
Includes the EllipticText widget that lets you draw curved text. It comes with all the bells and whistles and is very easy to use.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add elliptic_text
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
elliptic_text: ^1.0.1+9
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:elliptic_text/elliptic_text.dart';