draw_text 0.0.1 copy "draw_text: ^0.0.1" to clipboard
draw_text: ^0.0.1 copied to clipboard

retracted

The draw_text package provides an enhanced draw_text function for drawing text on images in Flutter applications. It Based on Image pacakge, offering additional features and customization options for [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add draw_text

With Flutter:

 $ flutter pub add draw_text

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  draw_text: ^0.0.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:draw_text/draw_text.dart';
3
likes
0
pub points
52%
popularity

Publisher

unverified uploader

The draw_text package provides an enhanced draw_text function for drawing text on images in Flutter applications. It Based on Image pacakge, offering additional features and customization options for text. Features Customizable text styles (color, font, size, etc.) unicode support Specify exact coordinates for text positioning Easy integration with Flutter projects Useful for creating memes, adding watermarks, or any scenario where you need to draw text on images.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, image

More

Packages that depend on draw_text