elliptic_text 1.0.1+7 elliptic_text: ^1.0.1+7 copied to clipboard
This package includes the EllipticText widget that lets you draw curved text along the perimiter of an ellipse or circle. It comes with all the bells and whistles and alignment options that you'd hope [...]
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+7
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';