dart_macros 1.0.1 copy "dart_macros: ^1.0.1" to clipboard
dart_macros: ^1.0.1 copied to clipboard

A powerful Dart package that brings C-style macro preprocessing capabilities to Dart.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app.dart';
import 'config/app_config.dart';

void main() {

  AppConfig.initialize();
  // Run the app
  runApp(TaskTrackerApp());
}
2
likes
140
points
69
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Dart package that brings C-style macro preprocessing capabilities to Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, collection, glob, meta, path, source_gen, stack_trace, yaml

More

Packages that depend on dart_macros