flutter_darix 0.0.5 copy "flutter_darix: ^0.0.5" to clipboard
flutter_darix: ^0.0.5 copied to clipboard

outdated

A Simple Flutter package that help to create buttons with inner progres-bar indicator.

pub license: MIT

A Simple Flutter package that help to create buttons with inner progres-bar indicator. This package contains 4 button types: TextButton, ElevatedButton, FilledButton, and OutlinedButton.

Preview #

Flutter Buttons with progressbar indicators

Getting started #

To use this package, add flutter_darix as a dependency in your pubspec.yaml file. Then import the package like this:

import 'package:flutter_darix/flutter_darix.dart';

Usage #

This is Simple example:

DariXFilledButton(
onPressed: () => null,
buttonText: 'push me!',
width: 140,
height: 45,
),
5
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Simple Flutter package that help to create buttons with inner progres-bar indicator.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_darix