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

Add text to Flutter images with more control. draw_text offers an enriched text drawing function that builds upon the core Image package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add draw_text

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

dependencies:
  draw_text: ^0.0.2

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

Publisher

unverified uploader

Add text to Flutter images with more control. draw_text offers an enriched text drawing function that builds upon the core Image package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, image

More

Packages that depend on draw_text