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

Extremely straight-forward string management system for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fast_strings

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

dependencies:
  fast_strings: ^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:fast_strings/fast_strings.dart';
0
likes
110
pub points
0%
popularity

Publisher

verified publishernathans.dev

Extremely straight-forward string management system for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Unlicense (LICENSE)

Dependencies

flutter, yaml

More

Packages that depend on fast_strings