willow_data 0.0.1
willow_data: ^0.0.1 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_dataThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
willow_data: ^0.0.1Alternatively, 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';