mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
Merge branch 'main' of https://github.com/lollipopkit/flutter_server_box
This commit is contained in:
@@ -288,6 +288,8 @@ class ServerProvider extends ChangeNotifier {
|
||||
|
||||
if (s.state != ServerState.finished) {
|
||||
_setServerState(s, ServerState.finished);
|
||||
} else {
|
||||
notifyListeners();
|
||||
}
|
||||
// reset try times only after prepared successfully
|
||||
_limiter.reset(sid);
|
||||
|
||||
@@ -4,6 +4,6 @@ class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 461;
|
||||
static const String engine = "3.10.6";
|
||||
static const String buildAt = "2023-08-10 22:30:05.237065";
|
||||
static const int modifications = 7;
|
||||
static const String buildAt = "2023-08-11 11:41:48.137847";
|
||||
static const int modifications = 6;
|
||||
}
|
||||
|
||||
@@ -39,4 +39,4 @@ SPEC CHECKSUMS:
|
||||
|
||||
PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
|
||||
|
||||
COCOAPODS: 1.12.1
|
||||
COCOAPODS: 1.11.1
|
||||
|
||||
Reference in New Issue
Block a user