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

discontinued
outdated

This packege help you for develop applications fast and clean.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_button

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

dependencies:
  flutter_button: ^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_button/3dButtons/3d_button.dart';
import 'package:flutter_button/FABS/custom_fab.dart';
import 'package:flutter_button/FABS/star_fab.dart';
import 'package:flutter_button/customButtons/anime_press_button.dart';
import 'package:flutter_button/customButtons/hover_button.dart';
import 'package:flutter_button/customButtons/like_button.dart';
import 'package:flutter_button/customButtons/opacity_button.dart';
import 'package:flutter_button/socialButtons/facebook_auth_button.dart';
import 'package:flutter_button/socialButtons/google_auth_button.dart';
import 'package:flutter_button/textButtons/gradient_text_button.dart';
import 'package:flutter_button/textButtons/text_button.dart';
35
likes
0
pub points
66%
popularity

Publisher

unverified uploader

This packege help you for develop applications fast and clean.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cached_network_image, flutter, font_awesome_flutter

More

Packages that depend on flutter_button