mini_tools 0.1.1 copy "mini_tools: ^0.1.1" to clipboard
mini_tools: ^0.1.1 copied to clipboard

outdated

A pure dart tool class, including string tools, network tools, etc.

example/lib/main.dart

import 'package:flutter/material.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('Package example app'),
        ),
        body: Center(
          child: Text(''),
        ),
      ),
    );
  }
}
0
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A pure dart tool class, including string tools, network tools, etc.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, flutter_image_compress, path_provider, shared_preferences, synchronized, url_launcher, uuid

More

Packages that depend on mini_tools