prisma_env 0.0.0
prisma_env: ^0.0.0 copied to clipboard
This package is used to read the environment configuration required by Prisma set via Dart --define.
example/prisma_env_example.dart
import 'package:prisma_env/prisma_env.dart';
void main() {
print(PrismaEnv.debug);
}