You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am trying to use your project but face this problem.
`Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
Invalid depfile: D:\Work\tthkr.dart_tool\flutter_build\1024968b7629da67b21c8fbfbb610857\kernel_snapshot.d
Invalid depfile: D:\Work\tthkr.dart_tool\flutter_build\1024968b7629da67b21c8fbfbb610857\kernel_snapshot.d
Error: Couldn't resolve the package 'app_lock_flutter' in 'package:app_lock_flutter/services/init.dart'.
Error: Couldn't resolve the package 'app_lock_flutter' in 'package:app_lock_flutter/services/themes.dart'.
Error: Couldn't resolve the package 'app_lock_flutter' in 'package:app_lock_flutter/screens/home.dart'.
lib/main.dart:3:8: Error: Not found: 'package:app_lock_flutter/services/init.dart'
import 'package:app_lock_flutter/services/init.dart';
^
lib/main.dart:4:8: Error: Not found: 'package:app_lock_flutter/services/themes.dart'
import 'package:app_lock_flutter/services/themes.dart';
^
lib/screens/splash.dart:3:8: Error: Not found: 'package:app_lock_flutter/screens/home.dart'
import 'package:app_lock_flutter/screens/home.dart';
^
lib/main.dart:10:9: Error: Method not found: 'initialize'.
await initialize();
^^^^^^^^^^
lib/main.dart:21:14: Error: The getter 'CustomTheme' isn't defined for the class 'MyApp'.
'MyApp' is from 'package:tthkr/main.dart' ('lib/main.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'CustomTheme'.
theme: CustomTheme.dark,
^^^^^^^^^^^
lib/screens/splash.dart:20:39: Error: Couldn't find constructor 'HomePage'.
builder: (context) => const HomePage(),
^^^^^^^^
Unhandled exception:
FileSystemException(uri=org-dartlang-untranslatable-uri:package%3Aapp_lock_flutter%2Fservices%2Finit.dart; message=StandardFileSystem only supports file:* and data:* URIs)
#0 StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:34) Plans on offering a pre-built binary? #1 asFileUri (package:vm/kernel_front_end.dart:748) Installation issue #2 writeDepfile (package:vm/kernel_front_end.dart:886)
Hi, i am trying to use your project but face this problem.
`Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
Invalid depfile: D:\Work\tthkr.dart_tool\flutter_build\1024968b7629da67b21c8fbfbb610857\kernel_snapshot.d
Invalid depfile: D:\Work\tthkr.dart_tool\flutter_build\1024968b7629da67b21c8fbfbb610857\kernel_snapshot.d
Error: Couldn't resolve the package 'app_lock_flutter' in 'package:app_lock_flutter/services/init.dart'.
Error: Couldn't resolve the package 'app_lock_flutter' in 'package:app_lock_flutter/services/themes.dart'.
Error: Couldn't resolve the package 'app_lock_flutter' in 'package:app_lock_flutter/screens/home.dart'.
lib/main.dart:3:8: Error: Not found: 'package:app_lock_flutter/services/init.dart'
import 'package:app_lock_flutter/services/init.dart';
^
lib/main.dart:4:8: Error: Not found: 'package:app_lock_flutter/services/themes.dart'
import 'package:app_lock_flutter/services/themes.dart';
^
lib/screens/splash.dart:3:8: Error: Not found: 'package:app_lock_flutter/screens/home.dart'
import 'package:app_lock_flutter/screens/home.dart';
^
lib/main.dart:10:9: Error: Method not found: 'initialize'.
await initialize();
^^^^^^^^^^
lib/main.dart:21:14: Error: The getter 'CustomTheme' isn't defined for the class 'MyApp'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'CustomTheme'.
theme: CustomTheme.dark,
^^^^^^^^^^^
lib/screens/splash.dart:20:39: Error: Couldn't find constructor 'HomePage'.
builder: (context) => const HomePage(),
^^^^^^^^
Unhandled exception:
FileSystemException(uri=org-dartlang-untranslatable-uri:package%3Aapp_lock_flutter%2Fservices%2Finit.dart; message=StandardFileSystem only supports file:* and data:* URIs)
#0 StandardFileSystem.entityForUri (package:front_end/src/api_prototype/standard_file_system.dart:34)
Plans on offering a pre-built binary? #1 asFileUri (package:vm/kernel_front_end.dart:748)
Installation issue #2 writeDepfile (package:vm/kernel_front_end.dart:886)
FAILURE: Build failed with an exception.
Execution failed for task ':app:compileFlutterBuildDebug'.
BUILD FAILED in 27s
Error: Gradle task assembleDebug failed with exit code 1
Exited (1).
`
The text was updated successfully, but these errors were encountered: