async_button_core 0.0.1+8 copy "async_button_core: ^0.0.1+8" to clipboard
async_button_core: ^0.0.1+8 copied to clipboard

Contains the core models and docs for the packages async_button_hook and async_button_builder

example/example.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: const Center(
          child: Text('A simple flutter example\n'),
        ),
      ),
    );
  }
}
0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

Contains the core models and docs for the packages async_button_hook and async_button_builder

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, freezed_annotation

More

Packages that depend on async_button_core