strgad 0.1.0+1 copy "strgad: ^0.1.0+1" to clipboard
strgad: ^0.1.0+1 copied to clipboard

A helper library providing various functions to assist with string manipulation and formatting.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add strgad

With Flutter:

 $ flutter pub add strgad

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

dependencies:
  strgad: ^0.1.0+1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:strgad/strgad.dart';
1
likes
160
points
6
downloads

Publisher

verified publisherjhubi1.com

Weekly Downloads

A helper library providing various functions to assist with string manipulation and formatting.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on strgad