flutter_devstat 1.3.5 copy "flutter_devstat: ^1.3.5" to clipboard
flutter_devstat: ^1.3.5 copied to clipboard

A CLI tool to analyze Flutter project structure and annotate Dart files with their lib/ paths.

example/example.dart

// example/example.dart

import '../bin/flutter_devstat.dart';

void main() async {
  print('Running Flutter DevStat Example...');

  // Example: Analyze the current project
  // Make sure you run this from a Flutter project directory.
  final analyzer = FlutterProjectAnalyzer(showPaths: true, annotate: false);

  await analyzer.analyze();

  print('\nāœ… Example run complete.');
}
1
likes
160
points
49
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A CLI tool to analyze Flutter project structure and annotate Dart files with their lib/ paths.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

path, yaml

More

Packages that depend on flutter_devstat