text_in_shap 0.1.1+1
text_in_shap: ^0.1.1+1 copied to clipboard
Package To Put Text Inside Shape
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add text_in_shapWith Flutter:
$ flutter pub add text_in_shapThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
text_in_shap: ^0.1.1+1Alternatively, your editor might support dart pub get or 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';