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

outdated

Flutter AdaptiveButton

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
points
475
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter AdaptiveButton

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on adaptive_button