Open fadhlimaulidri opened 3 years ago
Came to the same conclusion. The driver doesn't run in the Flutter context. I think this package uses dart:ui
for Color
and whatnot.
You can use its upstream via flutter pub add -d dotenv
, this one is for dart and doesn't use Flutter dependencies, so you can use it in the driver safely.
flutter version : 2.2.0 flutter_dotenv version : 5.0.0
i use flutter_dotenv for data preparation automation testing use flutter driver. i have use as documentation but i get error like bellow
this my code