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

outdated

A new Flutter plugin about Tools that are convenient for developers want to use, come on we are the best, it is my pleasure to provide the Flutter plugin for everyone.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:luhenchang_plugin/XToast.dart';
void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body:XToast().getText(),
      ),
    );
  }
}
0
likes
0
pub points
50%
popularity

Publisher

unverified uploader

A new Flutter plugin about Tools that are convenient for developers want to use, come on we are the best, it is my pleasure to provide the Flutter plugin for everyone.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on luhenchang_plugin