luoyi_dart_base 1.13.0 copy "luoyi_dart_base: ^1.13.0" to clipboard
luoyi_dart_base: ^1.13.0 copied to clipboard

unlisted

my dart base library, It's just my private repository, not developed externally.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'pages/home.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(home: HomePage());
  }
}
0
likes
0
points
158
downloads

Publisher

unverified uploader

Weekly Downloads

my dart base library, It's just my private repository, not developed externally.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, collection, crypto, logger, path, uuid

More

Packages that depend on luoyi_dart_base