flutter_arc_text 0.1.1 copy "flutter_arc_text: ^0.1.1" to clipboard
flutter_arc_text: ^0.1.1 copied to clipboard

outdated

Flutter widget that renders text along the arc.

Flutter Arc Text #

Renders text along the arc.

Basic usage #

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) => ArcText(
        radius: 100,
        text: 'Hello, Flutter!',
        textStyle: TextStyle(fontSize: 18, color: Colors.black),
        startAngle: -pi / 2,
      );
}

Example #

See example project.

41
likes
0
pub points
88%
popularity

Publisher

verified publisherookamikb.dev

Flutter widget that renders text along the arc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_arc_text