gputext 0.1.0-dev.1
gputext: ^0.1.0-dev.1 copied to clipboard
GPU-accelerated vector text for Flutter. Analytic coverage shaders via Flutter GPU, with HarfBuzz shaping for complex scripts and bidirectional text.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gputextThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gputext: ^0.1.0-dev.1Alternatively, 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:gputext/gputext.dart';