wildness_ui 2.0.0-rc.2 copy "wildness_ui: ^2.0.0-rc.2" to clipboard
wildness_ui: ^2.0.0-rc.2 copied to clipboard

A components with Kind provider for Flutter design systems.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wildness_ui

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

dependencies:
  wildness_ui: ^2.0.0-rc.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:wildness_ui/base/component_theme.dart';
import 'package:wildness_ui/base/wildness_base.dart';
import 'package:wildness_ui/configuration.dart';
import 'package:wildness_ui/library.dart';
import 'package:wildness_ui/theme/custom_default_theme.dart';
import 'package:wildness_ui/wildness.dart';
import 'package:wildness_ui/wildness/wildness_app.dart';
import 'package:wildness_ui/wildness/wildness_properties.dart';
import 'package:wildness_ui/wildness/wildness_provider.dart';
import 'package:wildness_ui/wildness_builder.dart';
4
likes
160
points
480
downloads

Documentation

API reference

Publisher

verified publisheryaminokishi.com

Weekly Downloads

A components with Kind provider for Flutter design systems.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, equatable, flutter, meta, nested

More

Packages that depend on wildness_ui