curved_text_codespark 0.0.1
curved_text_codespark: ^0.0.1 copied to clipboard
Render text along circular, spiral, wave, elliptical, or custom paths with full animation, interactivity, and styling. A modern curved text widget for Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add curved_text_codespark
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
curved_text_codespark: ^0.0.1
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:curved_text_codespark/curved_text_codespark.dart';