Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
A
anchor_collect_flutter
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hywang
anchor_collect_flutter
Commits
275dee22
Commit
275dee22
authored
Mar 07, 2024
by
hywang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.添加ios配置文件
parent
67f743bd
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
154 additions
and
3 deletions
+154
-3
Generated.xcconfig
ios/Flutter/Generated.xcconfig
+14
-0
flutter_export_environment.sh
ios/Flutter/flutter_export_environment.sh
+13
-0
GeneratedPluginRegistrant.h
ios/Runner/GeneratedPluginRegistrant.h
+19
-0
GeneratedPluginRegistrant.m
ios/Runner/GeneratedPluginRegistrant.m
+105
-0
apis.dart
lib/api/apis.dart
+2
-2
login_logic.dart
lib/pages/login/login_logic.dart
+1
-1
No files found.
ios/Flutter/Generated.xcconfig
0 → 100644
View file @
275dee22
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=D:\soft\flutterSDK3.13.2
FLUTTER_APPLICATION_PATH=D:\phlxworkspace\anchor_collect_flutter
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib\main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=1.0.3
FLUTTER_BUILD_NUMBER=4
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
EXCLUDED_ARCHS[sdk=iphoneos*]=armv7
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false
PACKAGE_CONFIG=.dart_tool/package_config.json
ios/Flutter/flutter_export_environment.sh
0 → 100644
View file @
275dee22
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export
"FLUTTER_ROOT=D:
\s
oft
\f
lutterSDK3.13.2"
export
"FLUTTER_APPLICATION_PATH=D:
\p
hlxworkspace
\a
nchor_collect_flutter"
export
"COCOAPODS_PARALLEL_CODE_SIGN=true"
export
"FLUTTER_TARGET=lib
\m
ain.dart"
export
"FLUTTER_BUILD_DIR=build"
export
"FLUTTER_BUILD_NAME=1.0.3"
export
"FLUTTER_BUILD_NUMBER=4"
export
"DART_OBFUSCATION=false"
export
"TRACK_WIDGET_CREATION=true"
export
"TREE_SHAKE_ICONS=false"
export
"PACKAGE_CONFIG=.dart_tool/package_config.json"
ios/Runner/GeneratedPluginRegistrant.h
0 → 100644
View file @
275dee22
//
// Generated file. Do not edit.
//
// clang-format off
#ifndef GeneratedPluginRegistrant_h
#define GeneratedPluginRegistrant_h
#import <Flutter/Flutter.h>
NS_ASSUME_NONNULL_BEGIN
@interface
GeneratedPluginRegistrant
:
NSObject
+
(
void
)
registerWithRegistry
:(
NSObject
<
FlutterPluginRegistry
>*
)
registry
;
@end
NS_ASSUME_NONNULL_END
#endif
/* GeneratedPluginRegistrant_h */
ios/Runner/GeneratedPluginRegistrant.m
0 → 100644
View file @
275dee22
//
// Generated file. Do not edit.
//
// clang-format off
#import "GeneratedPluginRegistrant.h"
#if __has_include(<camera_avfoundation/CameraPlugin.h>)
#import <camera_avfoundation/CameraPlugin.h>
#else
@import
camera_avfoundation
;
#endif
#if __has_include(<device_info/FLTDeviceInfoPlugin.h>)
#import <device_info/FLTDeviceInfoPlugin.h>
#else
@import
device_info
;
#endif
#if __has_include(<device_info_plus/FLTDeviceInfoPlusPlugin.h>)
#import <device_info_plus/FLTDeviceInfoPlusPlugin.h>
#else
@import
device_info_plus
;
#endif
#if __has_include(<flutter_blue_plus/FlutterBluePlusPlugin.h>)
#import <flutter_blue_plus/FlutterBluePlusPlugin.h>
#else
@import
flutter_blue_plus
;
#endif
#if __has_include(<flutter_image_compress_common/ImageCompressPlugin.h>)
#import <flutter_image_compress_common/ImageCompressPlugin.h>
#else
@import
flutter_image_compress_common
;
#endif
#if __has_include(<isar_flutter_libs/IsarFlutterLibsPlugin.h>)
#import <isar_flutter_libs/IsarFlutterLibsPlugin.h>
#else
@import
isar_flutter_libs
;
#endif
#if __has_include(<package_info/FLTPackageInfoPlugin.h>)
#import <package_info/FLTPackageInfoPlugin.h>
#else
@import
package_info
;
#endif
#if __has_include(<path_provider_foundation/PathProviderPlugin.h>)
#import <path_provider_foundation/PathProviderPlugin.h>
#else
@import
path_provider_foundation
;
#endif
#if __has_include(<permission_handler_apple/PermissionHandlerPlugin.h>)
#import <permission_handler_apple/PermissionHandlerPlugin.h>
#else
@import
permission_handler_apple
;
#endif
#if __has_include(<r_upgrade/RUpgradePlugin.h>)
#import <r_upgrade/RUpgradePlugin.h>
#else
@import
r_upgrade
;
#endif
#if __has_include(<reactive_ble_mobile/ReactiveBlePlugin.h>)
#import <reactive_ble_mobile/ReactiveBlePlugin.h>
#else
@import
reactive_ble_mobile
;
#endif
#if __has_include(<shared_preferences_foundation/SharedPreferencesPlugin.h>)
#import <shared_preferences_foundation/SharedPreferencesPlugin.h>
#else
@import
shared_preferences_foundation
;
#endif
#if __has_include(<sqflite/SqflitePlugin.h>)
#import <sqflite/SqflitePlugin.h>
#else
@import
sqflite
;
#endif
@implementation
GeneratedPluginRegistrant
+
(
void
)
registerWithRegistry
:(
NSObject
<
FlutterPluginRegistry
>*
)
registry
{
[
CameraPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"CameraPlugin"
]];
[
FLTDeviceInfoPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"FLTDeviceInfoPlugin"
]];
[
FLTDeviceInfoPlusPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"FLTDeviceInfoPlusPlugin"
]];
[
FlutterBluePlusPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"FlutterBluePlusPlugin"
]];
[
ImageCompressPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"ImageCompressPlugin"
]];
[
IsarFlutterLibsPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"IsarFlutterLibsPlugin"
]];
[
FLTPackageInfoPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"FLTPackageInfoPlugin"
]];
[
PathProviderPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"PathProviderPlugin"
]];
[
PermissionHandlerPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"PermissionHandlerPlugin"
]];
[
RUpgradePlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"RUpgradePlugin"
]];
[
ReactiveBlePlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"ReactiveBlePlugin"
]];
[
SharedPreferencesPlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"SharedPreferencesPlugin"
]];
[
SqflitePlugin
registerWithRegistrar
:[
registry
registrarForPlugin
:
@"SqflitePlugin"
]];
}
@end
lib/api/apis.dart
View file @
275dee22
class
APIS
{
static
const
baseUrl
=
//
"http://192.168.8.135:9000/";
"http://82.156.29.228:9000/"
;
"http://192.168.8.135:9000/"
;
//
"http://82.156.29.228:9000/";
// "http://serve.xlglmnmyzspt.org.cn/";
/// 初始化游客token
...
...
lib/pages/login/login_logic.dart
View file @
275dee22
...
...
@@ -30,7 +30,7 @@ class LoginLogic extends GetxController {
groupValue
=
0
.
obs
;
nameController
.
text
=
'13932316000'
;
nameController
.
text
=
'ewei'
;
//
nameController.text = 'ewei';
passwordController
.
text
=
'123456'
;
// nameController.text = '15047917803';
// passwordController.text = 'Tpsq7803*';
...
...
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