ext_plus 0.0.8 copy "ext_plus: ^0.0.8" to clipboard
ext_plus: ^0.0.8 copied to clipboard

A Flutter package providing utility methods and extensions for String manipulations and validations with comprehensive null check handling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ext_plus

With Flutter:

 $ flutter pub add ext_plus

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

dependencies:
  ext_plus: ^0.0.8

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:ext_plus/ext_plus.dart';
0
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing utility methods and extensions for String manipulations and validations with comprehensive null check handling.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, flutter, flutter_smart_dialog, fluttertoast, http, shared_preferences

More

Packages that depend on ext_plus