Text Arc Text Widget for Flutter Jun 01, 2020 1 min read Flutter Arc Text Renders text along the arc. View Demo Download Source 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, startAngleAlignment: StartAngleAlignment.start, placement: Placement.outside, direction: Direction.clockwise ); } Dart Example See example project. GitHub https://github.com/ookami-kb/flutter_arc_text TextWidgetsCircle
Text A text widget that focuses on a specific paragraph or phrase A text widget that focuses on a specific paragraph or phrase 16 June 2023
Text A customizable Flutter widget that allows users to swipe through a text A customizable Flutter widget that allows users to swipe through a text 13 April 2023