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

Flutter game button

Game Button is an modern and unique button widget. You can use it in your project according to you need

[Game Button]

How to use? #

Add game_button: to your pubspec.yaml dependencies then run flutter pub get

Add from pub [Stable]

  dependencies:
   game_play_button:

Then import the package to use #

    import 'package:game_play_button/game_button.dart';

Usage #

GamePlayButton(
title: 'Play Offline',
// onTap: () {},
// backColor: Colors.deepPurple,
// gradientColors: [
//   Colors.purple,
//   Colors.purpleAccent
// ],
// textColor: Colors.blue,
// textStokeColor: Colors.white,
// textStokeWidth: 3,
// fontWeight: FontWeight.w100,
// stokeColor: Colors.black,
// stokeWidth: 3,
)
2
likes
140
points
211
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter game button

Homepage

License

Apache-2.0 (license)

Dependencies

flutter, google_fonts

More

Packages that depend on game_play_button