text_in_shap 0.1.3+3
text_in_shap: ^0.1.3+3 copied to clipboard
Package To Put Text Inside Shape which can use it to put some text inside shape you want like heart ,wave ,etc ...
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add text_in_shap
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
text_in_shap: ^0.1.3+3
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:text_in_shap/TextInShap/drawer_shapes.dart';
import 'package:text_in_shap/TextInShap/shapes_genrator.dart';
import 'package:text_in_shap/TextInShap/text_in_shape.dart';
import 'package:text_in_shap/text_shape.dart';