Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 01f6d895
authored
2025-10-11 15:18:26 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ios 的相关配置问题
1 parent
28243588
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
2 deletions
ios/Runner/Info.plist
lib/bloc/wechat_auth_cubit.dart
pubspec.yaml
ios/Runner/Info.plist
View file @
01f6d89
...
...
@@ -23,7 +23,18 @@
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleURLTypes
</key>
<array/>
<array>
<dict>
<key>
CFBundleTypeRole
</key>
<string>
Editor
</string>
<key>
CFBundleURLName
</key>
<string>
weixin
</string>
<key>
CFBundleURLSchemes
</key>
<array>
<string>
wx8c32ea248f0c7765
</string>
</array>
</dict>
</array>
<key>
CFBundleVersion
</key>
<string>
$(FLUTTER_BUILD_NUMBER)
</string>
<key>
LSApplicationQueriesSchemes
</key>
...
...
lib/bloc/wechat_auth_cubit.dart
View file @
01f6d89
...
...
@@ -49,7 +49,7 @@ class WechatAuthCubit extends Cubit<WechatAuthState> {
}
Future
<
void
>
_register
()
async
{
await
_fluwx
.
registerApi
(
appId:
"wx8c32ea248f0c7765"
,
universalLink:
"https://
univerallink.banxe.cn/link
/"
);
await
_fluwx
.
registerApi
(
appId:
"wx8c32ea248f0c7765"
,
universalLink:
"https://
dev.banxiaoer.net/path/to/wechat
/"
);
}
void
_subscribe
()
{
...
...
pubspec.yaml
View file @
01f6d89
...
...
@@ -21,6 +21,13 @@ version: 1.0.0+1
environment
:
sdk
:
"
>=3.5.0
<4.0.0"
fluwx
:
app_id
:
wx8c32ea248f0c7765
debug_logging
:
true
# Logging in debug mode.
ios
:
universal_link
:
https://dev.banxiaoer.net/path/to/wechat/
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment