ge/GeneratedPluginRegistrant finish

lvxinquan
LRC 3 years ago
parent f0fd62bd98
commit 91450f8f58

@ -3,6 +3,14 @@
// Generated file. Do not edit.
//
// @dart = 2.13
// ignore_for_file: type=lint
void registerPlugins() {}
import 'package:shared_preferences_web/shared_preferences_web.dart';
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
void registerPlugins([final Registrar? pluginRegistrar]) {
final Registrar registrar = pluginRegistrar ?? webPluginRegistrar;
SharedPreferencesPlugin.registerWith(registrar);
registrar.registerMessageHandler();
}

@ -43,6 +43,18 @@
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "ffi",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/ffi-2.1.0",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "file",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/file-6.1.4",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "flutter",
"rootUri": "file:///C:/SDKs/Flutter/flutter_windows_3.13.2-stable/flutter/packages/flutter",
@ -61,6 +73,12 @@
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "flutter_web_plugins",
"rootUri": "file:///C:/SDKs/Flutter/flutter_windows_3.13.2-stable/flutter/packages/flutter_web_plugins",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "lints",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/lints-2.1.1",
@ -91,6 +109,78 @@
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "path_provider_linux",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/path_provider_linux-2.2.1",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "path_provider_platform_interface",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/path_provider_platform_interface-2.1.1",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "path_provider_windows",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/path_provider_windows-2.2.1",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "platform",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/platform-3.1.2",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "plugin_platform_interface",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/plugin_platform_interface-2.1.6",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "shared_preferences",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences-2.2.1",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "shared_preferences_android",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_android-2.2.1",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "shared_preferences_foundation",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_foundation-2.3.4",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "shared_preferences_linux",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_linux-2.3.1",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "shared_preferences_platform_interface",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_platform_interface-2.3.1",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "shared_preferences_web",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_web-2.2.1",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "shared_preferences_windows",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_windows-2.3.1",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "sky_engine",
"rootUri": "file:///C:/SDKs/Flutter/flutter_windows_3.13.2-stable/flutter/bin/cache/pkg/sky_engine",
@ -145,6 +235,18 @@
"packageUri": "lib/",
"languageVersion": "3.1"
},
{
"name": "win32",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/win32-5.0.8",
"packageUri": "lib/",
"languageVersion": "3.0"
},
{
"name": "xdg_directories",
"rootUri": "file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/xdg_directories-1.0.3",
"packageUri": "lib/",
"languageVersion": "2.19"
},
{
"name": "timemanagerapp",
"rootUri": "../",
@ -152,7 +254,7 @@
"languageVersion": "3.1"
}
],
"generated": "2023-09-20T10:23:59.121387Z",
"generated": "2023-09-21T01:20:33.790944Z",
"generator": "pub",
"generatorVersion": "3.1.0"
}

@ -10,6 +10,10 @@ flutter_test
3.0
file:///C:/SDKs/Flutter/flutter_windows_3.13.2-stable/flutter/packages/flutter_test/
file:///C:/SDKs/Flutter/flutter_windows_3.13.2-stable/flutter/packages/flutter_test/lib/
flutter_web_plugins
3.0
file:///C:/SDKs/Flutter/flutter_windows_3.13.2-stable/flutter/packages/flutter_web_plugins/
file:///C:/SDKs/Flutter/flutter_windows_3.13.2-stable/flutter/packages/flutter_web_plugins/lib/
async
2.18
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/async-2.11.0/
@ -38,6 +42,14 @@ fake_async
2.12
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/fake_async-1.3.1/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/fake_async-1.3.1/lib/
ffi
3.0
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/ffi-2.1.0/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/ffi-2.1.0/lib/
file
2.12
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/file-6.1.4/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/file-6.1.4/lib/
flutter_lints
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/flutter_lints-2.0.3/
@ -62,6 +74,54 @@ path
2.12
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/path-1.8.3/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/path-1.8.3/lib/
path_provider_linux
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/path_provider_linux-2.2.1/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/path_provider_linux-2.2.1/lib/
path_provider_platform_interface
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/path_provider_platform_interface-2.1.1/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/path_provider_platform_interface-2.1.1/lib/
path_provider_windows
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/path_provider_windows-2.2.1/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/path_provider_windows-2.2.1/lib/
platform
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/platform-3.1.2/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/platform-3.1.2/lib/
plugin_platform_interface
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/plugin_platform_interface-2.1.6/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/plugin_platform_interface-2.1.6/lib/
shared_preferences
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences-2.2.1/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences-2.2.1/lib/
shared_preferences_android
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_android-2.2.1/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_android-2.2.1/lib/
shared_preferences_foundation
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_foundation-2.3.4/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_foundation-2.3.4/lib/
shared_preferences_linux
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_linux-2.3.1/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_linux-2.3.1/lib/
shared_preferences_platform_interface
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_platform_interface-2.3.1/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_platform_interface-2.3.1/lib/
shared_preferences_web
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_web-2.2.1/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_web-2.2.1/lib/
shared_preferences_windows
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_windows-2.3.1/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences_windows-2.3.1/lib/
source_span
2.18
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/source_span-1.10.0/
@ -94,8 +154,16 @@ web
3.1
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/web-0.1.4-beta/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/web-0.1.4-beta/lib/
win32
3.0
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/win32-5.0.8/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/win32-5.0.8/lib/
xdg_directories
2.19
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/xdg_directories-1.0.3/
file:///C:/Users/L/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/xdg_directories-1.0.3/lib/
timemanagerapp
3.1
file:///D:/Myprogramfile/Flutter/timemanagerapp/
file:///D:/Myprogramfile/Flutter/timemanagerapp/lib/
file:///D:/Myprogramfile/Flutter/TimeManager/src/timemanagerapp/
file:///D:/Myprogramfile/Flutter/TimeManager/src/timemanagerapp/lib/
2

@ -1,6 +0,0 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="main.dart" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="filePath" value="$PROJECT_DIR$/lib/main.dart" />
<method />
</configuration>
</component>

@ -2,10 +2,21 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="c05b8a8d-d805-4e13-a87e-db77479b20ae" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.dart_tool/dartpad/web_plugin_registrant.dart" beforeDir="false" afterPath="$PROJECT_DIR$/.dart_tool/dartpad/web_plugin_registrant.dart" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.dart_tool/package_config.json" beforeDir="false" afterPath="$PROJECT_DIR$/.dart_tool/package_config.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.dart_tool/package_config_subset" beforeDir="false" afterPath="$PROJECT_DIR$/.dart_tool/package_config_subset" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/runConfigurations/main_dart.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/204ea416f1812abf3cc545dddda97605.cache.dill.track.dill" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/lib/util/GetCourseByLogin.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/util/GetCourseByLogin.dart" afterDir="false" />
<change beforePath="$PROJECT_DIR$/timemanagerapp.iml" beforeDir="false" afterPath="$PROJECT_DIR$/timemanagerapp.iml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java" beforeDir="false" afterPath="$PROJECT_DIR$/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/android/local.properties" beforeDir="false" afterPath="$PROJECT_DIR$/android/local.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/android/timemanagerapp_android.iml" beforeDir="false" afterPath="$PROJECT_DIR$/android/timemanagerapp_android.iml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/ios/Runner/GeneratedPluginRegistrant.m" beforeDir="false" afterPath="$PROJECT_DIR$/ios/Runner/GeneratedPluginRegistrant.m" afterDir="false" />
<change beforePath="$PROJECT_DIR$/lib/main.dart" beforeDir="false" afterPath="$PROJECT_DIR$/lib/main.dart" afterDir="false" />
<change beforePath="$PROJECT_DIR$/lib/util/GetCourseByLogin.dart" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/macos/Flutter/GeneratedPluginRegistrant.swift" beforeDir="false" afterPath="$PROJECT_DIR$/macos/Flutter/GeneratedPluginRegistrant.swift" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pubspec.lock" beforeDir="false" afterPath="$PROJECT_DIR$/pubspec.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pubspec.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/pubspec.yaml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/test/GetCourseByLogin_test.dart" beforeDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -13,8 +24,20 @@
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="INCOMING_CHECK_STRATEGY" value="Never" />
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
</component>
<component name="HighlightingSettingsPerFile">
<setting file="file://$PROJECT_DIR$/lib/tests/Setting_test.dart" root0="FORCE_HIGHLIGHTING" />
<setting file="file://C:/SDKs/Flutter/flutter_windows_3.13.2-stable/flutter/bin/cache/pkg/sky_engine/lib/core/date_time.dart" root0="SKIP_INSPECTION" />
<setting file="file://$USER_HOME$/AppData/Local/Pub/Cache/hosted/pub.flutter-io.cn/shared_preferences-2.2.1/lib/shared_preferences.dart" root0="SKIP_INSPECTION" />
<setting file="file://$PROJECT_DIR$/lib/wighets/AddCourseFormWidget.dart" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/lib/wighets/RegisterWidget.dart" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/lib/setting/Setting.dart" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/pubspec.yaml" root0="FORCE_HIGHLIGHTING" />
<setting file="file://C:/SDKs/Flutter/flutter_windows_3.13.2-stable/flutter/bin/cache/pkg/sky_engine/lib/core/string.dart" root0="SKIP_INSPECTION" />
<setting file="file://$PROJECT_DIR$/lib/main.dart" root0="FORCE_HIGHLIGHTING" />
</component>
<component name="ProjectId" id="2VesZPmDCku5WeFpM29PfTh2Lgz" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="1" id="Add" />
@ -36,24 +59,35 @@
<option name="showVisibilityIcons" value="true" />
</component>
<component name="PropertiesComponent">
<property name="ToolWindowRun.ShowToolbar" value="false" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="dart.analysis.tool.window.force.activate" value="true" />
<property name="dart.analysis.tool.window.visible" value="false" />
<property name="io.flutter.reload.alreadyRun" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/lib" />
<property name="project.structure.last.edited" value="Project" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/lib/util" />
<property name="node.js.detected.package.eslint" value="true" />
<property name="node.js.detected.package.tslint" value="true" />
<property name="node.js.selected.package.eslint" value="(autodetect)" />
<property name="node.js.selected.package.tslint" value="(autodetect)" />
<property name="nodejs_package_manager_path" value="npm" />
<property name="project.structure.last.edited" value="Modules" />
<property name="project.structure.proportion" value="0.0" />
<property name="project.structure.side.proportion" value="0.0" />
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
<property name="settings.editor.selected.configurable" value="vcs.Git" />
<property name="show.migrate.to.gradle.popup" value="false" />
</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="D:\Myprogramfile\Flutter\TimeManager\src\timemanagerapp\lib\util" />
<recent name="D:\Myprogramfile\Flutter\TimeManager\src\timemanagerapp\lib" />
</key>
<key name="MoveFile.RECENT_KEYS">
<recent name="D:\Myprogramfile\Flutter\TimeManager\src\timemanagerapp\lib\util" />
<recent name="D:\Myprogramfile\Flutter\TimeManager\src\timemanagerapp\lib\test" />
</key>
</component>
<component name="RunManager" selected="Dart Command Line App.GetCourseByLogin_test.dart">
<component name="RunManager" selected="Dart Command Line App.GetCourseByLogin.dart">
<configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
<option name="arquillianRunConfiguration">
<value>
@ -70,21 +104,59 @@
<option name="workingDirectory" value="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<configuration name="GetCourseByLogin_test.dart" type="DartCommandLineRunConfigurationType" factoryName="Dart Command Line Application" temporary="true" nameIsGenerated="true">
<option name="filePath" value="$PROJECT_DIR$/lib/GetCourseByLogin_test.dart" />
<configuration name="GetCourseByLogin.dart" type="DartCommandLineRunConfigurationType" factoryName="Dart Command Line Application" temporary="true" nameIsGenerated="true">
<option name="filePath" value="$PROJECT_DIR$/lib/util/GetCourseByLogin.dart" />
<option name="workingDirectory" value="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<configuration name="GetCourseByLogin.dart" type="DartCommandLineRunConfigurationType" factoryName="Dart Command Line Application" temporary="true" nameIsGenerated="true">
<option name="filePath" value="$PROJECT_DIR$/lib/util/GetCourseByLogin.dart" />
<option name="workingDirectory" value="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<configuration name="tests in GetCourseByLogin_test.dart" type="FlutterTestConfigType" factoryName="Flutter Test" temporary="true" nameIsGenerated="true">
<option name="testFile" value="$PROJECT_DIR$/test/GetCourseByLogin_test.dart" />
<configuration name="curse_test.dart" type="DartCommandLineRunConfigurationType" factoryName="Dart Command Line Application" temporary="true" nameIsGenerated="true">
<option name="filePath" value="$PROJECT_DIR$/lib/tests/curse_test.dart" />
<option name="workingDirectory" value="$PROJECT_DIR$" />
<method v="2" />
</configuration>
<configuration name="main.dart" type="FlutterRunConfigurationType" factoryName="Flutter" temporary="true">
<option name="filePath" value="$PROJECT_DIR$/lib/main.dart" />
<method v="2" />
</configuration>
<configuration name="tests in main_test.dart" type="FlutterTestConfigType" factoryName="Flutter Test" temporary="true" nameIsGenerated="true">
<option name="testFile" value="$PROJECT_DIR$/test/main_test.dart" />
<option name="useRegexp" value="false" />
<method v="2" />
</configuration>
<configuration name="main" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
<module name="timemanagerapp" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<envs>
<env name="PYTHONUNBUFFERED" value="1" />
</envs>
<option name="SDK_HOME" value="" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/lib/util" />
<option name="IS_MODULE_SDK" value="true" />
<option name="ADD_CONTENT_ROOTS" value="true" />
<option name="ADD_SOURCE_ROOTS" value="true" />
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/lib/util/main.py" />
<option name="PARAMETERS" value="" />
<option name="SHOW_COMMAND_LINE" value="false" />
<option name="EMULATE_TERMINAL" value="false" />
<option name="MODULE_MODE" value="false" />
<option name="REDIRECT_INPUT" value="false" />
<option name="INPUT_FILE" value="" />
<method v="2" />
</configuration>
<recent_temporary>
<list>
<item itemvalue="Dart Command Line App.GetCourseByLogin_test.dart" />
<item itemvalue="Flutter Test.tests in GetCourseByLogin_test.dart" />
<item itemvalue="Dart Command Line App.GetCourseByLogin.dart" />
<item itemvalue="Dart Command Line App.curse_test.dart" />
<item itemvalue="Python.main" />
<item itemvalue="Flutter.main.dart" />
<item itemvalue="Flutter Test.tests in main_test.dart" />
</list>
</recent_temporary>
</component>
@ -98,6 +170,14 @@
<updated>1695207944684</updated>
<workItem from="1695207948527" duration="68000" />
<workItem from="1695208047127" duration="657000" />
<workItem from="1695209069987" duration="2257000" />
<workItem from="1695220647490" duration="1187000" />
<workItem from="1695254290910" duration="520000" />
<workItem from="1695254903357" duration="1893000" />
<workItem from="1695257017289" duration="1859000" />
<workItem from="1695259402228" duration="4322000" />
<workItem from="1695263813760" duration="4711000" />
<workItem from="1695274467645" duration="7772000" />
</task>
<servers />
</component>
@ -110,4 +190,25 @@
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
<option name="oldMeFiltersMigrated" value="true" />
</component>
<component name="VcsManagerConfiguration">
<ignored-roots>
<path value="$PROJECT_DIR$/../.." />
</ignored-roots>
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />
<select />
</component>
</project>

@ -15,5 +15,10 @@ import io.flutter.embedding.engine.FlutterEngine;
public final class GeneratedPluginRegistrant {
private static final String TAG = "GeneratedPluginRegistrant";
public static void registerWith(@NonNull FlutterEngine flutterEngine) {
try {
flutterEngine.getPlugins().add(new io.flutter.plugins.sharedpreferences.SharedPreferencesPlugin());
} catch (Exception e) {
Log.e(TAG, "Error registering plugin shared_preferences_android, io.flutter.plugins.sharedpreferences.SharedPreferencesPlugin", e);
}
}
}

@ -1,2 +1,5 @@
sdk.dir=D:\\exe_Data\\Android_Studio\\sdk
flutter.sdk=C:\\SDKs\\Flutter\\flutter_windows_3.13.2-stable\\flutter
flutter.sdk=C:\\SDKs\\Flutter\\flutter_windows_3.13.2-stable\\flutter
flutter.buildMode=debug
flutter.versionName=1.0.0
flutter.versionCode=1

@ -20,8 +20,8 @@
<sourceFolder url="file://$MODULE_DIR$/app/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
</content>
<orderEntry type="jdk" jdkName="Android API 29 Platform" jdkType="Android SDK" />
<orderEntry type="jdk" jdkName="Android API 33 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Flutter for Android" level="project" />
</component>
</module>
</module>

@ -6,9 +6,16 @@
#import "GeneratedPluginRegistrant.h"
#if __has_include(<shared_preferences_foundation/SharedPreferencesPlugin.h>)
#import <shared_preferences_foundation/SharedPreferencesPlugin.h>
#else
@import shared_preferences_foundation;
#endif
@implementation GeneratedPluginRegistrant
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
[SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]];
}
@end

@ -1,5 +1,17 @@
import 'dart:ffi';
class Course {
int id = -1;
Course(
{this.id = "",
this.name = "",
this.credit = -1,
this.teacher = "",
this.location = "",
required this.start ,
required this.end});
String id = "";
String name = "";
double credit = -1;
String teacher = "";

@ -1,7 +1,16 @@
import 'package:flutter/material.dart';
import 'package:timemanagerapp/setting/Setting.dart';
import 'package:timemanagerapp/util/GetCourseByLogin.dart';
import 'package:timemanagerapp/wighets/AddCourseFormWidget.dart';
import 'package:timemanagerapp/wighets/LoginWidget.dart';
void init(){
Setting.init();
}
void main() {
GetCourseByLogin().run();
runApp(MyApp());
}

@ -0,0 +1,31 @@
import 'package:shared_preferences/shared_preferences.dart';
class Setting {
static Future<SharedPreferences>? prefs_future;
static SharedPreferences? prefs;
static DateTime startdate_init = DateTime(2021, 8, 30);
static init() async {
//
print("初始化");
prefs = await SharedPreferences.getInstance();
print("初始化成功");
}
static DateTime getStartDate() {
//
prefs_future!.then((value) => prefs = value);
String res = prefs!.getString("startdate")!;
if (res == Null) {
saveStartDate(startdate_init);
return startdate_init;
} else {
return DateTime.parse(prefs!.getString("startdate")!);
}
}
static saveStartDate(DateTime startdate) {
//
prefs?.setString("startdate", startdate.toString());
}
}

@ -0,0 +1,11 @@
import '../setting/Setting.dart';
import 'dart:ui' as ui;
void init(){
Setting.init();
}
void main() {
init();
print(Setting.getStartDate());
}

@ -0,0 +1,62 @@
List<String> parseComplexTime(String time) {
//
time = time.replaceAll(RegExp(r'\{.*?\}'), '');
//
time = time.replaceAll(RegExp(r'星期[一二三四五六日]'), '');
//
time = time.replaceAll('', '').replaceAll('', '');
//
time = time.replaceAll(RegExp(r'\s+'), ' ').trim();
//
final segments = time.split('');
//
final parsedSegments = <String>[];
for (final segment in segments) {
//
final parts = segment.split('{');
final timePart = parts[0].trim();
final weekPart = parts.length > 1 ? parts[1].replaceAll('}', '').trim() : '';
if (weekPart.isEmpty) {
parsedSegments.add(timePart);
} else {
final weekRanges = weekPart.split(',');
for (final range in weekRanges) {
final weeks = range.split('-');
if (weeks.length == 2) {
final startWeek = int.tryParse(weeks[0]);
final endWeek = int.tryParse(weeks[1]);
if (startWeek != null && endWeek != null) {
for (int week = startWeek; week <= endWeek; week++) {
parsedSegments.add('$timePart {第$week周}');
}
}
} else if (weeks.length == 1) {
final week = int.tryParse(weeks[0]);
if (week != null) {
parsedSegments.add('$timePart {第$week周}');
}
}
}
}
}
return parsedSegments;
}
void main() {
//
String time1 = '星期一第5-6节{16周}、星期二第5-6节{7-9周}、星期四第3-4节{1-11周,13-16周}';
//
final parsedTimes = parseComplexTime(time1);
for (final parsedTime in parsedTimes) {
print(parsedTime);
}
}

@ -1,55 +0,0 @@
import 'dart:io';
import 'dart:convert';
import 'package:timemanagerapp/entity/Course.dart';
class GetCourseByLogin {
String id = ""; //
String passwd = ""; //
String year = "2023"; //
String term = "1"; //
var courses = List<Course>; //
var pythonScriptPath =
r'D:\Myprogramfile\Flutter\TimeManager\src\timemanagerapp\lib\util\GetCourseByLogin.dart'; //Python;
Future<String> getRawString() async {
final file = File(pythonScriptPath);
String res = "";
if (!file.existsSync()) {
print('Python脚本文件不存在: $pythonScriptPath');
return "";
}
final process = await Process.start('python', [pythonScriptPath]);
process.stdin.writeln('$id');
process.stdin.writeln('$passwd');
process.stdin.writeln('$year');
process.stdin.writeln('$term');
process.stdout.transform(utf8.decoder).listen((data) {
print('Python Output: $data');
res += data;
});
process.stderr.transform(utf8.decoder).listen((data) {
// print('Python Error: $data');
res += data;
});
final exitCode = await process.exitCode;
return res;
}
dealRawString(String rawStr) {}
run() {
getRawString().then((value) {
dealRawString(value);
});
return courses;
}
}
void main() {
GetCourseByLogin().run();
}

@ -1,14 +1,49 @@
import zfnew
# example.py
import base64
import os
import sys
from zfnew import GetInfo, Login
from pprint import pprint
import sys
from zfn_api import Client
sys.stdout = open(sys.stdout.fileno(), mode='w', encoding='utf-8', buffering=1)
cookies = {}
base_url = 'http://jwgl.cauc.edu.cn'
raspisanie = []
ignore_type = []
detail_category_type = []
timeout = 5
stu = Client(cookies=cookies, base_url=base_url, raspisanie=raspisanie, ignore_type=ignore_type, detail_category_type=detail_category_type, timeout=timeout)
sys.stdout.reconfigure(encoding='utf-8')
if cookies == {}:
lgn = stu.login(input(), input())
if lgn["code"] == 1001:
verify_data = lgn["data"]
with open(os.path.abspath("kaptcha.png"), "wb") as pic:
pic.write(base64.b64decode(verify_data.pop("kaptcha_pic")))
verify_data["kaptcha"] = input("输入验证码:")
ret = stu.login_with_kaptcha(**verify_data)
if ret["code"] != 1000:
pprint(ret)
sys.exit()
pprint(ret)
elif lgn["code"] != 1000:
pprint(lgn)
sys.exit()
base_url = 'http://jwgl.cauc.edu.cn/xtgl/login_slogin.html'
# result = stu.get_info('210340156') # 获取个人信息
# # result = stu.get_grade(2021, 2) # 获取成绩信息,若接口错误请添加 use_personal_info=True只填年份获取全年
# result = stu.get_schedule(2022, 2) # 获取课程表信息
# # result = stu.get_academia() # 获取学业生涯数据
# # result = stu.get_notifications() # 获取通知消息
result = stu.get_selected_courses(int(input()), int(input())) # 获取已选课程信息
# # result = stu.get_block_courses(2021, 1, 1) # 获取选课板块课列表
pprint(result)
lgn = Login(base_url=base_url)
lgn.login(input(), input())
cookies = lgn.cookies # cookies获取方法
person = GetInfo(base_url=base_url, cookies=cookies)
schedule = person.get_schedule(input(), input()) # eg. 2022年、第1学期(1 or 2)
print(schedule)
# # file_result = stu.get_academia_pdf()["data"] # 获取学业生涯学生成绩总表PDF文件
# file_result = stu.get_schedule_pdf(2022, 1)["data"] # 获取课程表PDF文件
# with open(os.path.abspath("preview.pdf"), "wb") as f:
# f.write(file_result)

@ -0,0 +1,46 @@
# example.py
import base64
import os
import sys
from pprint import pprint
from zfn_api import Client
cookies = {}
base_url = 'http://jwgl.cauc.edu.cn'
raspisanie = []
ignore_type = []
detail_category_type = []
timeout = 5
stu = Client(cookies=cookies, base_url=base_url, raspisanie=raspisanie, ignore_type=ignore_type, detail_category_type=detail_category_type, timeout=timeout)
if cookies == {}:
lgn = stu.login("210340156", "123111@qaq")
if lgn["code"] == 1001:
verify_data = lgn["data"]
with open(os.path.abspath("kaptcha.png"), "wb") as pic:
pic.write(base64.b64decode(verify_data.pop("kaptcha_pic")))
verify_data["kaptcha"] = input("输入验证码:")
ret = stu.login_with_kaptcha(**verify_data)
if ret["code"] != 1000:
pprint(ret)
sys.exit()
pprint(ret)
elif lgn["code"] != 1000:
pprint(lgn)
sys.exit()
# result = stu.get_info('210340156') # 获取个人信息
# # result = stu.get_grade(2021, 2) # 获取成绩信息,若接口错误请添加 use_personal_info=True只填年份获取全年
# result = stu.get_schedule(2022, 2) # 获取课程表信息
# # result = stu.get_academia() # 获取学业生涯数据
# # result = stu.get_notifications() # 获取通知消息
result = stu.get_selected_courses(2022, 2) # 获取已选课程信息
# # result = stu.get_block_courses(2021, 1, 1) # 获取选课板块课列表
pprint(result)
# # file_result = stu.get_academia_pdf()["data"] # 获取学业生涯学生成绩总表PDF文件
# file_result = stu.get_schedule_pdf(2022, 1)["data"] # 获取课程表PDF文件
# with open(os.path.abspath("preview.pdf"), "wb") as f:
# f.write(file_result)

File diff suppressed because it is too large Load Diff

@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import shared_preferences_foundation
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}

Binary file not shown.

@ -57,6 +57,22 @@ packages:
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.1"
ffi:
dependency: transitive
description:
name: ffi
sha256: "7bf0adc28a23d395f19f3f1eb21dd7cfd1dd9f8e1c50051c069122e6853bc878"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.0"
file:
dependency: transitive
description:
name: file
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
url: "https://pub.flutter-io.cn"
source: hosted
version: "6.1.4"
flutter:
dependency: "direct main"
description: flutter
@ -75,6 +91,11 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_web_plugins:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
lints:
dependency: transitive
description:
@ -115,6 +136,102 @@ packages:
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.8.3"
path_provider_linux:
dependency: transitive
description:
name: path_provider_linux
sha256: f7a1fe3a634fe7734c8d3f2766ad746ae2a2884abe22e241a8b301bf5cac3279
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.2.1"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
sha256: "94b1e0dd80970c1ce43d5d4e050a9918fce4f4a775e6142424c30a29a363265c"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.1"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
sha256: "8bc9f22eee8690981c22aa7fc602f5c85b497a6fb2ceb35ee5a5e5ed85ad8170"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.2.1"
platform:
dependency: transitive
description:
name: platform
sha256: ae68c7bfcd7383af3629daafb32fb4e8681c7154428da4febcff06200585f102
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.1.2"
plugin_platform_interface:
dependency: transitive
description:
name: plugin_platform_interface
sha256: da3fdfeccc4d4ff2da8f8c556704c08f912542c5fb3cf2233ed75372384a034d
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.6"
shared_preferences:
dependency: "direct main"
description:
name: shared_preferences
sha256: b7f41bad7e521d205998772545de63ff4e6c97714775902c199353f8bf1511ac
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.2.1"
shared_preferences_android:
dependency: transitive
description:
name: shared_preferences_android
sha256: "8568a389334b6e83415b6aae55378e158fbc2314e074983362d20c562780fb06"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.2.1"
shared_preferences_foundation:
dependency: transitive
description:
name: shared_preferences_foundation
sha256: "7bf53a9f2d007329ee6f3df7268fd498f8373602f943c975598bbb34649b62a7"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.3.4"
shared_preferences_linux:
dependency: transitive
description:
name: shared_preferences_linux
sha256: c2eb5bf57a2fe9ad6988121609e47d3e07bb3bdca5b6f8444e4cf302428a128a
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.3.1"
shared_preferences_platform_interface:
dependency: transitive
description:
name: shared_preferences_platform_interface
sha256: d4ec5fc9ebb2f2e056c617112aa75dcf92fc2e4faaf2ae999caa297473f75d8a
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.3.1"
shared_preferences_web:
dependency: transitive
description:
name: shared_preferences_web
sha256: d762709c2bbe80626ecc819143013cc820fa49ca5e363620ee20a8b15a3e3daf
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.2.1"
shared_preferences_windows:
dependency: transitive
description:
name: shared_preferences_windows
sha256: f763a101313bd3be87edffe0560037500967de9c394a714cd598d945517f694f
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.3.1"
sky_engine:
dependency: transitive
description: flutter
@ -184,5 +301,22 @@ packages:
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.1.4-beta"
win32:
dependency: transitive
description:
name: win32
sha256: c97defd418eef4ec88c0d1652cdce84b9f7b63dd7198e266d06ac1710d527067
url: "https://pub.flutter-io.cn"
source: hosted
version: "5.0.8"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
sha256: "589ada45ba9e39405c198fe34eb0f607cddb2108527e658136120892beac46d2"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.0.3"
sdks:
dart: ">=3.1.0 <4.0.0"
flutter: ">=3.7.0"

@ -30,6 +30,7 @@ environment:
dependencies:
flutter:
sdk: flutter
shared_preferences: ^2.2.1
# The following adds the Cupertino Icons font to your application.

@ -1,55 +0,0 @@
import 'dart:io';
import 'dart:convert';
import 'package:timemanagerapp/entity/Course.dart';
class GetCourseByLogin {
String id = ""; //
String passwd = ""; //
String year = "2023"; //
String term = "1"; //
var courses = List<Course>; //
var pythonScriptPath =
r'D:\Myprogramfile\Flutter\timemanagerapp\lib\util\getschedule.py'; //Python;
Future<String> getRawString() async {
final file = File(pythonScriptPath);
String res = "";
if (!file.existsSync()) {
print('Python脚本文件不存在: $pythonScriptPath');
return "";
}
final process = await Process.start('python', [pythonScriptPath]);
process.stdin.writeln('$id');
process.stdin.writeln('$passwd');
process.stdin.writeln('$year');
process.stdin.writeln('$term');
process.stdout.transform(utf8.decoder).listen((data) {
print('Python Output: $data');
res += data;
});
process.stderr.transform(utf8.decoder).listen((data) {
// print('Python Error: $data');
res += data;
});
final exitCode = await process.exitCode;
return res;
}
dealRawString(String rawStr) {}
run() {
getRawString().then((value) {
dealRawString(value);
});
return courses;
}
}
void main() {
GetCourseByLogin().run();
}

@ -0,0 +1,31 @@
import 'package:flutter/material.dart';
import 'package:timemanagerapp/setting/Setting.dart';
import 'package:timemanagerapp/wighets/AddCourseFormWidget.dart';
import 'package:timemanagerapp/wighets/LoginWidget.dart';
void init(){
Setting.init();
}
void main() {
WidgetsFlutterBinding.ensureInitialized();
init();
print("-------------test--------" + Setting.getStartDate().toString());
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
appBar: AppBar(
title: Text('添加课程'),
),
body: AddCourseFormWidget(),
),
);
}
}

@ -9,6 +9,30 @@
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/.pub" />
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows/build" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows/.pub" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/.pub" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/example/build" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows/.pub" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows/build" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux/build" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux/.pub" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/build" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/.pub" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows/example/.pub" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows/example/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows/example/build" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows/example/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows/example/.pub" />
<excludeFolder url="file://$MODULE_DIR$/windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows/example/build" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux/example/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux/example/.pub" />
<excludeFolder url="file://$MODULE_DIR$/linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux/example/build" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />

@ -1,6 +1,6 @@
# Generated code do not commit.
file(TO_CMAKE_PATH "C:\\SDKs\\Flutter\\flutter_windows_3.13.2-stable\\flutter" FLUTTER_ROOT)
file(TO_CMAKE_PATH "D:\\Myprogramfile\\Flutter\\timemanagerapp" PROJECT_DIR)
file(TO_CMAKE_PATH "D:\\Myprogramfile\\Flutter\\TimeManager\\src\\timemanagerapp" PROJECT_DIR)
set(FLUTTER_VERSION "1.0.0+1" PARENT_SCOPE)
set(FLUTTER_VERSION_MAJOR 1 PARENT_SCOPE)
@ -11,14 +11,14 @@ set(FLUTTER_VERSION_BUILD 1 PARENT_SCOPE)
# Environment variables to pass to tool_backend.sh
list(APPEND FLUTTER_TOOL_ENVIRONMENT
"FLUTTER_ROOT=C:\\SDKs\\Flutter\\flutter_windows_3.13.2-stable\\flutter"
"PROJECT_DIR=D:\\Myprogramfile\\Flutter\\timemanagerapp"
"PROJECT_DIR=D:\\Myprogramfile\\Flutter\\TimeManager\\src\\timemanagerapp"
"FLUTTER_ROOT=C:\\SDKs\\Flutter\\flutter_windows_3.13.2-stable\\flutter"
"FLUTTER_EPHEMERAL_DIR=D:\\Myprogramfile\\Flutter\\timemanagerapp\\windows\\flutter\\ephemeral"
"PROJECT_DIR=D:\\Myprogramfile\\Flutter\\timemanagerapp"
"FLUTTER_TARGET=D:\\Myprogramfile\\Flutter\\timemanagerapp\\lib\\main.dart"
"FLUTTER_EPHEMERAL_DIR=D:\\Myprogramfile\\Flutter\\TimeManager\\src\\timemanagerapp\\windows\\flutter\\ephemeral"
"PROJECT_DIR=D:\\Myprogramfile\\Flutter\\TimeManager\\src\\timemanagerapp"
"FLUTTER_TARGET=D:\\Myprogramfile\\Flutter\\TimeManager\\src\\timemanagerapp\\lib\\main.dart"
"DART_DEFINES=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==,RkxVVFRFUl9XRUJfQ0FOVkFTS0lUX1VSTD1odHRwczovL3d3dy5nc3RhdGljLmNvbS9mbHV0dGVyLWNhbnZhc2tpdC9iMjAxODNlMDQwOTYwOTRiY2MzN2Q5Y2RlMmE0Yjk2ZjVjYzY4NGNmLw=="
"DART_OBFUSCATION=false"
"TRACK_WIDGET_CREATION=true"
"TREE_SHAKE_ICONS=false"
"PACKAGE_CONFIG=D:\\Myprogramfile\\Flutter\\timemanagerapp\\.dart_tool\\package_config.json"
"PACKAGE_CONFIG=D:\\Myprogramfile\\Flutter\\TimeManager\\src\\timemanagerapp\\.dart_tool\\package_config.json"
)

Loading…
Cancel
Save