gputext 0.1.0-dev.1 copy "gputext: ^0.1.0-dev.1" to clipboard
gputext: ^0.1.0-dev.1 copied to clipboard

unlisted

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 gputext

This 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.1

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:gputext/gputext.dart';
6
likes
120
points
23
downloads

Documentation

API reference

Publisher

verified publisherzennn.dev

Weekly Downloads

GPU-accelerated vector text for Flutter. Analytic coverage shaders via Flutter GPU, with HarfBuzz shaping for complex scripts and bidirectional text.

Repository (GitHub)
View/report issues

Topics

#flutter #text #gpu #rendering #fonts

License

MIT (license)

Dependencies

characters, code_assets, ffi, flutter, flutter_gpu, flutter_gpu_shaders, hooks, logging, native_toolchain_c, vector_math

More

Packages that depend on gputext