snippet_coder_utils 1.0.15 copy "snippet_coder_utils: ^1.0.15" to clipboard
snippet_coder_utils: ^1.0.15 copied to clipboard

SnippetCoderUtils is a Utility package built with Flutter SDK to make Flutter development easier and more enjoyable than ever.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add snippet_coder_utils

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

dependencies:
  snippet_coder_utils: ^1.0.15

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:snippet_coder_utils/FormHelper.dart';
import 'package:snippet_coder_utils/ProgressHUD.dart';
import 'package:snippet_coder_utils/hex_color.dart';
import 'package:snippet_coder_utils/list_helper.dart';
import 'package:snippet_coder_utils/multi_images_utils.dart';
157
likes
110
pub points
94%
popularity

Publisher

verified publishersnippetcoder.com

SnippetCoderUtils is a Utility package built with Flutter SDK to make Flutter development easier and more enjoyable than ever.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, image_picker

More

Packages that depend on snippet_coder_utils