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

A Flutter package that provides custom-styled buttons for your Flutter applications.

MyCustomButton là một package Flutter cung cấp một Button tùy chỉnh với giao diện được thiết kế sẵn cho các ứng dụng Flutter. Package này cho phép bạn dễ dàng thêm Button với nhiều tính năng tùy chỉnh, bao gồm màu sắc, kích thước và hành vi khi được nhấn.

Features #

Button custom

Getting started #

pub get my_custom_button

Usage #

import 'package:my_custom_button/my_custom_button.dart';

MyCustomButton(
text: 'Click Me',
onPressed: () {
// Xử lý sự kiện khi nút được nhấn
},
);

Additional information #

TODO: Custom widget button

1
likes
120
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides custom-styled buttons for your Flutter applications.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_button_hai