echo_utils 0.0.1 copy "echo_utils: ^0.0.1" to clipboard
echo_utils: ^0.0.1 copied to clipboard

一些小工具,some small tools

一些简单widget,方便少写代码

Features #

封装了一些简单widget

Getting started #

import 'packages:echo_utils/echo_utils.dart'

Usage #

import 'package:echo_utils/echo_utils.dart';
import 'package:flutter/cupertino.dart';

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

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

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return EchoButton(buttonName: "buttonName", onPressed: (){});
  }
}

Additional information #

欢迎大家使用提出建议

0
likes
0
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

一些小工具,some small tools

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on echo_utils