kopia lustrzana https://gitlab.com/mysocialportal/relatica
Disable dotenv stuff until needed
rodzic
a0decfe822
commit
9b68e26a25
|
@ -20,7 +20,7 @@ import 'utils/app_scrolling_behavior.dart';
|
||||||
|
|
||||||
void main() async {
|
void main() async {
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
await dotenv.load(fileName: '.env');
|
// await dotenv.load(fileName: '.env');
|
||||||
Logger.root.level = Level.FINER;
|
Logger.root.level = Level.FINER;
|
||||||
|
|
||||||
Logger.root.onRecord.listen((event) {
|
Logger.root.onRecord.listen((event) {
|
||||||
|
|
|
@ -52,9 +52,9 @@ dev_dependencies:
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
uses-material-design: true
|
uses-material-design: true
|
||||||
assets:
|
# assets:
|
||||||
# Add assets from the images directory to the application.
|
# Add assets from the images directory to the application.
|
||||||
- .env
|
#- .env
|
||||||
parts:
|
parts:
|
||||||
uet-lms:
|
uet-lms:
|
||||||
source: .
|
source: .
|
||||||
|
|
Ładowanie…
Reference in New Issue