loading_btn 1.0.3 copy "loading_btn: ^1.0.3" to clipboard
loading_btn: ^1.0.3 copied to clipboard

An animated loading button package that allows you to create beautiful loadding button with lots of customized properties.

example/lib/main.dart

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

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: HomePage(),
    );
  }
}
28
likes
140
points
263
downloads

Publisher

unverified uploader

Weekly Downloads

An animated loading button package that allows you to create beautiful loadding button with lots of customized properties.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on loading_btn