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
1)Your application could not be compiled, because its dependencies could not be established.
The following Dart file:
/Users/heyong/StudioProjects/GSYGithubAppFlutter/lib/common/dao/UserDao.dart
...refers, in an import, to the following library:
/Users/heyong/StudioProjects/GSYGithubAppFlutter/lib/common/config/ignoreConfig.dart
Unfortunately, that library does not appear to exist on your file system.
2)lib/common/dao/UserDao.dart:36:20: Error: Getter not found: 'NetConfig'.
"client_id": NetConfig.CLIENT_ID,
^^^^^^^^^
lib/common/dao/UserDao.dart:37:24: Error: Getter not found: 'NetConfig'.
"client_secret": NetConfig.CLIENT_SECRET
The text was updated successfully, but these errors were encountered:
1)Your application could not be compiled, because its dependencies could not be established.
The following Dart file:
/Users/heyong/StudioProjects/GSYGithubAppFlutter/lib/common/dao/UserDao.dart
...refers, in an import, to the following library:
/Users/heyong/StudioProjects/GSYGithubAppFlutter/lib/common/config/ignoreConfig.dart
Unfortunately, that library does not appear to exist on your file system.
2)lib/common/dao/UserDao.dart:36:20: Error: Getter not found: 'NetConfig'.
"client_id": NetConfig.CLIENT_ID,
^^^^^^^^^
lib/common/dao/UserDao.dart:37:24: Error: Getter not found: 'NetConfig'.
"client_secret": NetConfig.CLIENT_SECRET
The text was updated successfully, but these errors were encountered: