elliptic_text 1.0.1+9 copy "elliptic_text: ^1.0.1+9" to clipboard
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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
18
likes
150
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.19 - 2025.04.03

Includes the EllipticText widget that lets you draw curved text. It comes with all the bells and whistles and is very easy to use.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on elliptic_text