text_in_shap 0.1.1+1 copy "text_in_shap: ^0.1.1+1" to clipboard
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_shap

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 dart pub get):

dependencies:
  text_in_shap: ^0.1.1+1

Alternatively, 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';