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

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
140
points
143
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

archive, collection, crypto, logger, path, uuid

More

Packages that depend on luoyi_dart_base