pm_core_button 0.0.1
pm_core_button: ^0.0.1 copied to clipboard
A flutter widget for the core button
Core Buttons #
A flutter widget for the core button
Supported platforms #
- Flutter Android
- Flutter iOS
Installation #
- Add the latest version of the package to your pubspec.yaml (and run
dart pub get):
dependencies:
pm_core_button: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:pm_core_button/pm_core_button.dart';
Features #
There are several properties that you can modify:
- height
- width
- title
- Enable - Disable functionality
- border-color
- text color
- font family
- shape
Usage #
|
[] |
Next Goals #
-
Add gradient buttons and animated buttons for functions. Now, you can get easily gradient buttons and animated buttons.
-
Add more buttons and functionality to the package.