Flutter Render Latex

Flutter Render Latex

July 3, 2020 totosugito 0

flutter_tex Contents About Demo Video Screenshots How to use? Android iOS Web Examples Quick Example TeXView Document TeXView Markdown TeXView Quiz TeXView Custom Fonts TeXView […]

Flutter Money Formatter

Flutter Money Formatter

June 23, 2020 totosugito 0

FlutterMoneyFormatter FlutterMoneyFormatter is a Flutter extension to formatting various types of currencies according to the characteristics you like, without having to be tied to any […]

Flutter Arc Text Widget

Flutter Arc Text Widget

June 14, 2020 totosugito 0

Flutter Arc Text Renders text along the arc. See demo. The story behind the plugin is here. Basic usage class MyApp extends StatelessWidget { @override […]

Dart Text To Path Maker

Dart Text To Path Maker

February 11, 2020 totosugito 0

Text to Path Maker This is a pure Flutter and Dart package that allows you to convert text–both characters and icons–into paths. It can generate […]

Flutter Text Animation

Flutter Text Animation

February 10, 2020 totosugito 0

Animated Text Kit animated_text_kit is a Flutter Text Animation Package. A flutter package which contains a collection of some cool and awesome text animations. Table […]

Flutter Circular Text Widget

Flutter Circular Text Widget

February 10, 2020 totosugito 0

Circular Text Widget This widget show how to create Circular Text Widget with Flutter Installation Add dependency in pubspec.yaml: dependencies: flutter_circular_text: "^0.3.0" Import in your […]