Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
laki_icu_app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张宏
laki_icu_app
Commits
888c9417
Commit
888c9417
authored
Jun 17, 2026
by
张宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
example->qialg
parent
1f825025
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
7 additions
and
8 deletions
+7
-8
.flutter-plugins-dependencies
.flutter-plugins-dependencies
+0
-0
misc.xml
.idea/misc.xml
+0
-1
build.gradle
android/app/build.gradle
+2
-2
MainActivity.kt
...pp/src/main/kotlin/com/qialg/laki_icu_app/MainActivity.kt
+0
-0
UsbCameraManager.kt
.../kotlin/com/qialg/laki_icu_app/camera/UsbCameraManager.kt
+0
-0
UsbCameraPlugin.kt
...n/kotlin/com/qialg/laki_icu_app/camera/UsbCameraPlugin.kt
+0
-0
UsbCameraView.kt
...ain/kotlin/com/qialg/laki_icu_app/camera/UsbCameraView.kt
+0
-0
UsbCameraViewFactory.kt
...lin/com/qialg/laki_icu_app/camera/UsbCameraViewFactory.kt
+0
-0
auth_mock_data.dart
lib/repositories/mock/auth_mock_data.dart
+1
-1
pubspec.yaml
pubspec.yaml
+1
-1
widget_test.dart
test/widget_test.dart
+1
-1
Runner.rc
windows/runner/Runner.rc
+2
-2
No files found.
.flutter-plugins-dependencies
View file @
888c9417
This diff is collapsed.
Click to expand it.
.idea/misc.xml
View file @
888c9417
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_26"
project-jdk-name=
"Android API 34, extension level 7 Platform"
project-jdk-type=
"Android SDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_26"
project-jdk-name=
"Android API 34, extension level 7 Platform"
project-jdk-type=
"Android SDK"
>
<output
url=
"file://$PROJECT_DIR$/out"
/>
<output
url=
"file://$PROJECT_DIR$/out"
/>
...
...
android/app/build.gradle
View file @
888c9417
...
@@ -23,7 +23,7 @@ if (flutterVersionName == null) {
...
@@ -23,7 +23,7 @@ if (flutterVersionName == null) {
}
}
android
{
android
{
namespace
"com.
example
.laki_icu_app"
namespace
"com.
qialg
.laki_icu_app"
compileSdkVersion
flutter
.
compileSdkVersion
compileSdkVersion
flutter
.
compileSdkVersion
ndkVersion
flutter
.
ndkVersion
ndkVersion
flutter
.
ndkVersion
...
@@ -42,7 +42,7 @@ android {
...
@@ -42,7 +42,7 @@ android {
defaultConfig
{
defaultConfig
{
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId
"com.
example
.laki_icu_app"
applicationId
"com.
qialg
.laki_icu_app"
// You can update the following values to match your application needs.
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion
flutter
.
minSdkVersion
minSdkVersion
flutter
.
minSdkVersion
...
...
android/app/src/main/kotlin/com/
example
/laki_icu_app/MainActivity.kt
→
android/app/src/main/kotlin/com/
qialg
/laki_icu_app/MainActivity.kt
View file @
888c9417
File moved
android/app/src/main/kotlin/com/
example
/laki_icu_app/camera/UsbCameraManager.kt
→
android/app/src/main/kotlin/com/
qialg
/laki_icu_app/camera/UsbCameraManager.kt
View file @
888c9417
File moved
android/app/src/main/kotlin/com/
example
/laki_icu_app/camera/UsbCameraPlugin.kt
→
android/app/src/main/kotlin/com/
qialg
/laki_icu_app/camera/UsbCameraPlugin.kt
View file @
888c9417
File moved
android/app/src/main/kotlin/com/
example
/laki_icu_app/camera/UsbCameraView.kt
→
android/app/src/main/kotlin/com/
qialg
/laki_icu_app/camera/UsbCameraView.kt
View file @
888c9417
File moved
android/app/src/main/kotlin/com/
example
/laki_icu_app/camera/UsbCameraViewFactory.kt
→
android/app/src/main/kotlin/com/
qialg
/laki_icu_app/camera/UsbCameraViewFactory.kt
View file @
888c9417
File moved
lib/repositories/mock/auth_mock_data.dart
View file @
888c9417
...
@@ -31,7 +31,7 @@ class AuthMockData {
...
@@ -31,7 +31,7 @@ class AuthMockData {
phonenumber:
'13800138000'
,
phonenumber:
'13800138000'
,
email:
'admin@laki-icu.com'
,
email:
'admin@laki-icu.com'
,
sex:
'1'
,
sex:
'1'
,
avatarUrl:
'https://
example
.com/avatar/default.png'
,
avatarUrl:
'https://
qialg
.com/avatar/default.png'
,
deptName:
'技术部'
,
deptName:
'技术部'
,
tenantId:
'tenant_001'
,
tenantId:
'tenant_001'
,
);
);
...
...
pubspec.yaml
View file @
888c9417
...
@@ -101,7 +101,7 @@ flutter:
...
@@ -101,7 +101,7 @@ flutter:
# in this "flutter" section. Each entry in this list should have a
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# list giving the asset and other descriptors for the font. For
#
example
:
#
qialg
:
# fonts:
# fonts:
# - family: Schyler
# - family: Schyler
# fonts:
# fonts:
...
...
test/widget_test.dart
View file @
888c9417
// This is a basic Flutter widget test.
// This is a basic Flutter widget test.
//
//
// To perform an interaction with a widget in your test, use the WidgetTester
// To perform an interaction with a widget in your test, use the WidgetTester
// utility in the flutter_test package. For
example
, you can send tap and scroll
// utility in the flutter_test package. For
qialg
, you can send tap and scroll
// gestures. You can also use WidgetTester to find child widgets in the widget
// gestures. You can also use WidgetTester to find child widgets in the widget
// tree, read text, and verify that the values of widget properties are correct.
// tree, read text, and verify that the values of widget properties are correct.
...
...
windows/runner/Runner.rc
View file @
888c9417
...
@@ -89,11 +89,11 @@ BEGIN
...
@@ -89,11 +89,11 @@ BEGIN
BEGIN
BEGIN
BLOCK "040904e4"
BLOCK "040904e4"
BEGIN
BEGIN
VALUE "CompanyName", "com.
example
" "\0"
VALUE "CompanyName", "com.
qialg
" "\0"
VALUE "FileDescription", "laki_icu_app" "\0"
VALUE "FileDescription", "laki_icu_app" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "laki_icu_app" "\0"
VALUE "InternalName", "laki_icu_app" "\0"
VALUE "LegalCopyright", "Copyright (C) 2026 com.
example
. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2026 com.
qialg
. All rights reserved." "\0"
VALUE "OriginalFilename", "laki_icu_app.exe" "\0"
VALUE "OriginalFilename", "laki_icu_app.exe" "\0"
VALUE "ProductName", "laki_icu_app" "\0"
VALUE "ProductName", "laki_icu_app" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment