luoyi_flutter_base 2.4.1 copy "luoyi_flutter_base: ^2.4.1" to clipboard
luoyi_flutter_base: ^2.4.1 copied to clipboard

discontinued

my flutter base library.

example/lib/main.dart

import 'package:flutter/material.dart';

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

class _App extends StatelessWidget {
  const _App();

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Example'),
        ),
        body: Container(),
      ),
    );
  }
}
0
likes
0
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

my flutter base library.

Homepage

License

unknown (license)

Dependencies

flutter, luoyi_dart_base

More

Packages that depend on luoyi_flutter_base