willow_data 0.0.2 copy "willow_data: ^0.0.2" to clipboard
willow_data: ^0.0.2 copied to clipboard

A comprehensive Flutter utility package providing reusable UI components, string manipulation utilities, color management, and Material 3 theming support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add willow_data

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

dependencies:
  willow_data: ^0.0.2

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:willow_data/app_theme.dart';
import 'package:willow_data/common.dart';
0
likes
105
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter utility package providing reusable UI components, string manipulation utilities, color management, and Material 3 theming support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

archive, characters, file_picker, filesize, flutter, flutter_math_fork, follow_the_leader, overlord, path, plugin_platform_interface, provider, shared_preferences, string_scanner, super_editor, unicode, window_manager

More

Packages that depend on willow_data

Packages that implement willow_data