Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdddj committed May 27, 2023
1 parent 5cd1999 commit d66bb9f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@



切换线上接口,在`main.dart``27`行替换
在线预览: https://itbug.shop:9445

API
```dart
const apiHost = 'https://itbug.shop';
const apiPort = '9445';
```
Expand Down
6 changes: 3 additions & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import 'index.dart';
/// 线上场景: apiHost = 'https://itbug.shop' apiPort = '9445'
// const apiHost = 'https://itbug.shop';
// const apiPort = "9445";
const apiHost = "http://192.168.199.79";
const apiPort = "80";
const kAppDebugMode = true;
const apiHost = "https://itbug.shop";
const apiPort = "9445";
const kAppDebugMode = false;

void main() async {
appInit(() => runApp(const ProviderScope(child: Root())));
Expand Down
24 changes: 8 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,18 +341,18 @@ packages:
dependency: "direct main"
description:
name: dd_check_plugin
sha256: d60adae29acb014f6b30c0f315cfff5ce6f4d1a6cb7c0a1f0f074f7b927ac69d
sha256: b2993d7315d21df2cd2d8fdecde5d153dbcae9aca612d403007839bf9ea3437b
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.3.3"
dd_js_util:
dependency: "direct main"
description:
name: dd_js_util
sha256: cdc60a67e1ad04d10cc2d14ef264761a204d8f81837b09e73066ff8b9a576d1e
sha256: c5860643e0e6023dc30389041b80a0a20b5b3eb48b0690d4646bdeb2a8f739a6
url: "https://pub.dev"
source: hosted
version: "4.0.2"
version: "4.0.3"
dd_models:
dependency: "direct main"
description:
Expand Down Expand Up @@ -651,14 +651,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.6"
flutter_screenutil:
dependency: transitive
description:
name: flutter_screenutil
sha256: "63c84d7da6b5f0733f86b01e3d20db2baadbf0fc9b43e5967c2cfb84dfa1e998"
url: "https://pub.dev"
source: hosted
version: "5.8.1"
flutter_slidable:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1036,10 +1028,10 @@ packages:
dependency: transitive
description:
name: network_info_plus
sha256: e1a960d206c01bbb8ff77e7b3fa80698d8969385741a6208e9f71fe7816af38f
sha256: "5a79c244070fb7f7d10fbcfa24eed315252b4e662f42658029871d31afdbba9e"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "4.0.1"
network_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -1332,10 +1324,10 @@ packages:
dependency: "direct main"
description:
name: shelf_proxy
sha256: cf9883f9ec7fe9d3fb076724d627dd5d9a3c8d07cde7ef5c3f51813d1d732abe
sha256: a71d2307f4393211930c590c3d2c00630f6c5a7a77edc1ef6436dfd85a6a7ee3
url: "https://pub.dev"
source: hosted
version: "1.0.3"
version: "1.0.4"
shelf_web_socket:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies:
flutter_hooks: ^0.18.6
get_it: ^7.6.0
logger: ^1.3.0
shelf_proxy: ^1.0.3
shelf_proxy: ^1.0.4
bubble_tab_indicator: ^0.1.6
badges: ^3.1.1
carousel_pro_nullsafety: ^2.0.0
Expand Down Expand Up @@ -74,9 +74,9 @@ dependencies:
loading_more_list_fast: ^6.0.1
loading_more_list_library_fast: ^3.0.1
extended_text_field: ^12.0.0
dd_js_util: ^4.0.2
dd_js_util: ^4.0.3
dd_models: ^0.0.4
dd_check_plugin: ^2.3.2
dd_check_plugin: ^2.3.3
dataoke_sdk: ^3.0.0
permission_handler: ^10.2.0

Expand Down

0 comments on commit d66bb9f

Please sign in to comment.