flavor_builder 0.1.3 copy "flavor_builder: ^0.1.3" to clipboard
flavor_builder: ^0.1.3 copied to clipboard

Generate any file related to flavors in flutter

example/lib/main.dart

import 'package:example/flavor.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MainApp());
}

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text(Flavor.name),
        ),
      ),
    );
  }
}
3
likes
110
points
71
downloads

Publisher

verified publishermatheer.com

Weekly Downloads

Generate any file related to flavors in flutter

Repository (GitHub)
View/report issues

Topics

#flavor #flavorizr #flutter-native-splash #builder #generation

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

freezed_annotation, json2yaml, json_annotation, recase

More

Packages that depend on flavor_builder