animated_float_action_button 1.0.4 copy "animated_float_action_button: ^1.0.4" to clipboard
animated_float_action_button: ^1.0.4 copied to clipboard

Allows you to create a collapsible list of float buttons.

example/main.dart

import 'package:flutter/material.dart';
import 'example.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(primaryColor: Colors.blue, hintColor: Colors.red),
      home: ExamplePage(title: 'Example'),
    );
  }
}
37
likes
130
points
762
downloads

Publisher

unverified uploader

Weekly Downloads

Allows you to create a collapsible list of float buttons.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on animated_float_action_button