polygon_button

Creator: coderz1093

Last updated:

0 purchases

polygon_button Image
polygon_button Images
Add to Cart

Description:

polygon button

Flutter Polygon Button #
A simple Flutter package for creating buttons with polygon shapes. Easily integrate polygon buttons into your Flutter apps.
Installation #
Add to your pubspec.yaml:
dependencies:
flutter_polygon_button: 1.0.0
copied to clipboard
Usage #
import 'package:flutter_polygon_button/polygon_button.dart';

PolygonButton(
onPressed: () {},
vertices: const [
Offset(100, 0),
Offset(100, 200),
Offset(0, 100),
Offset(40, 100)
],
makeConvex: false,
child: Text("Click Me!"),
)
copied to clipboard
Developer Information #
Developed and published by:
Blunix GmbH
Glogauer Straße 21
10999 Berlin
Germany
copied to clipboard
Web: https://www.blunix.com
For inqueries please contact: [email protected]
Lead Developer: Nikoloz Miruashvili
License #
Apache 2.0

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.