diff --git a/lib/main.dart b/lib/main.dart index 67af3b5..d355fed 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -20,7 +20,7 @@ import 'utils/app_scrolling_behavior.dart'; void main() async { WidgetsFlutterBinding.ensureInitialized(); - await dotenv.load(fileName: '.env'); + // await dotenv.load(fileName: '.env'); Logger.root.level = Level.FINER; Logger.root.onRecord.listen((event) { diff --git a/pubspec.yaml b/pubspec.yaml index 43ee0ea..a0904e4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -52,9 +52,9 @@ dev_dependencies: flutter: uses-material-design: true - assets: + # assets: # Add assets from the images directory to the application. - - .env + #- .env parts: uet-lms: source: .