ren 0.1.0 copy "ren: ^0.1.0" to clipboard
ren: ^0.1.0 copied to clipboard

A static analysis tool that measures the performance weight of each feature in your Flutter app — detecting costly AST patterns and reporting a gravity score per feature.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'features/home/home_page.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Ren Example',
      home: const HomePage(),
    );
  }
}
1
likes
160
points
--
downloads

Documentation

API reference

Publisher

verified publishergearscrafter.dev

Weekly Downloads

A static analysis tool that measures the performance weight of each feature in your Flutter app — detecting costly AST patterns and reporting a gravity score per feature.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

analyzer, args, path

More

Packages that depend on ren