https://github.com/programmingwormhole/wormhole_button
Custom and modern buttons by Programming Wormhole
https://github.com/programmingwormhole/wormhole_button
Last synced: about 1 month ago
JSON representation
Custom and modern buttons by Programming Wormhole
- Host: GitHub
- URL: https://github.com/programmingwormhole/wormhole_button
- Owner: programmingwormhole
- License: apache-2.0
- Created: 2023-12-01T11:13:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:41:47.000Z (over 1 year ago)
- Last Synced: 2025-01-30T14:18:59.931Z (3 months ago)
- Language: C++
- Size: 270 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Wormhole Button is an modern and unique button widget. You can use it in your project according to you need.
![]()
## 🌐 Socials:
[](https://facebook.com/programmingwormhole) [](https://linkedin.com/company/programming-wormhole) [](https://youtube.com/@programmingwormhole)
## How to use?
Add `wormhole_button:` to your `pubspec.yaml` dependencies then run `flutter pub get`
Add from pub [Stable]
```yaml
dependencies:
wormhole_button:
```Then import the package to use
```dart
import 'package:wormhole_button/wormhole_button.dart';
```## Usage
```dartWormholeButton(
title: 'Hello',
borderRadius: 10,
// more optional property you can use to customize the widget according to you need.
)
```