trash_component 0.0.3 copy "trash_component: ^0.0.3" to clipboard
trash_component: ^0.0.3 copied to clipboard

A well written collection of Flutter component that will solve some problem when the user need to copy and paste dart code

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add trash_component

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

dependencies:
  trash_component: ^0.0.3

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:trash_component/components.dart';
import 'package:trash_component/components/expandable_card.dart';
import 'package:trash_component/components/global_components.dart';
2
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A well written collection of Flutter component that will solve some problem when the user need to copy and paste dart code

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on trash_component