flutter_code_combiner 1.0.1-dev.1 copy "flutter_code_combiner: ^1.0.1-dev.1" to clipboard
flutter_code_combiner: ^1.0.1-dev.1 copied to clipboard

A Flutter package to combine all Flutter project files into a single file for AI tools

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_code_combiner

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_code_combiner: ^1.0.1-dev.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_code_combiner/flutter_code_combiner.dart';
2
likes
150
points
42
downloads

Publisher

verified publisherpubb.dev

Weekly Downloads

A Flutter package to combine all Flutter project files into a single file for AI tools

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, logging, path, yaml

More

Packages that depend on flutter_code_combiner