flutter_flavorizr 2.3.0 copy "flutter_flavorizr: ^2.3.0" to clipboard
flutter_flavorizr: ^2.3.0 copied to clipboard

A flutter utility to easily create flavors in your flutter application

example/lib/main.dart

import 'dart:async';

import 'package:flutter/material.dart';
import 'package:flutter/services.dart';

import 'app.dart';
import 'flavors.dart';

void main() {
  F.appFlavor = Flavor.values.firstWhere(
    (element) => element.name == appFlavor,
  );

  runApp(const App());
}
copied to clipboard
839
likes
150
points
91.2k
downloads

Publisher

verified publisherangelocassano.it

Weekly Downloads

2024.09.26 - 2025.04.10

A flutter utility to easily create flavors in your flutter application

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, args, checked_yaml, collection, flutter, image, io, json_annotation, sprintf, xml, yaml

More

Packages that depend on flutter_flavorizr