kseg 1.0.0 copy "kseg: ^1.0.0" to clipboard
kseg: ^1.0.0 copied to clipboard

A Flutter package that detects and segments different scripts within a string (e.g., Khmer and Latin), enabling distinct styling for each script.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kseg

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

dependencies:
  kseg: ^1.0.0

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:kseg/kseg.dart';
2
likes
150
points
25
downloads

Publisher

verified publishersovanken.space

Weekly Downloads

A Flutter package that detects and segments different scripts within a string (e.g., Khmer and Latin), enabling distinct styling for each script.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_fonts

More

Packages that depend on kseg