flutter_env_switch 1.1.0
flutter_env_switch: ^1.1.0 copied to clipboard
A lightweight, type-safe runtime environment & config switcher for Flutter apps. Supports multi-.env file loading, enum-driven switching, persistence, a gesture-triggered debug panel, and optional Dio [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_env_switchWith Flutter:
$ flutter pub add flutter_env_switchThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_env_switch: ^1.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_env_switch/flutter_env_switch.dart';