collect 1.1.0 copy "collect: ^1.1.0" to clipboard
collect: ^1.1.0 copied to clipboard

A Flutter package providing reusable UI components, type extensions, custom types and Material 3 theming support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add collect

With Flutter:

 $ flutter pub add collect

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

dependencies:
  collect: ^1.1.0

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:collect/collect.dart';
2
likes
0
points
437
downloads

Publisher

verified publisherrecollect.cc

Weekly Downloads

A Flutter package providing reusable UI components, type extensions, custom types and Material 3 theming support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, unicode

More

Packages that depend on collect

Packages that implement collect