adaptive_button 0.1.4 copy "adaptive_button: ^0.1.4" to clipboard
adaptive_button: ^0.1.4 copied to clipboard

While AdaptiveButton is compatible with the platform, it disables the clicking feature of the button for your asynchronous operations and displays a widget on the button while waiting.

AdaptiveButton #

While AdaptiveButton is compatible with the platform, it disables the clicking feature of the button for your asynchronous operations and displays a widget on the button while waiting.

Getting Started #

Import the following package.

import 'package:adaptive_button/adaptive_button.dart';

iOS Example

@override
Widget build(BuildContext context) {
  return Scaffold(
      body: Container(
        child: AdaptiveButton(
            child: Text("AdaptiveButton"),
            onPressed: () async {}
        ),
      ));
}
1
likes
0
pub points
36%
popularity

Publisher

unverified uploader

While AdaptiveButton is compatible with the platform, it disables the clicking feature of the button for your asynchronous operations and displays a widget on the button while waiting.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on adaptive_button