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

FlKit is a CLI tool to export Flutter projects as zip files. More features like code optimization coming soon!

example/main.dart

import 'package:flutter/material.dart';

void main() => runApp(const MyApp());

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Material App',
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Material App Bar'),
        ),
        body: const Center(
          child: Text('Hello World'),
        ),
      ),
    );
  }
}
1
likes
160
points
37
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

FlKit is a CLI tool to export Flutter projects as zip files. More features like code optimization coming soon!

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flkit