flutter_custom_components 0.0.1 copy "flutter_custom_components: ^0.0.1" to clipboard
flutter_custom_components: ^0.0.1 copied to clipboard

Componentes para flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_custom_components

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

dependencies:
  flutter_custom_components: ^0.0.1

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:flutter_custom_components/button/container_button.dart';
import 'package:flutter_custom_components/button/label_button.dart';
import 'package:flutter_custom_components/button/primary_button.dart';
import 'package:flutter_custom_components/button/secondary_button.dart';
import 'package:flutter_custom_components/button/tertiary_button.dart';
0
likes
130
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Componentes para flutter.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_custom_components