Merge branch 'master' into major
commit
a273618dc7
|
@ -33,6 +33,9 @@ doc/api/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
|
example/ios/Podfile.lock
|
||||||
|
example/pubspec.lock
|
||||||
|
pubspec.lock
|
||||||
|
|
||||||
|
|
||||||
android/bin/
|
android/bin/
|
||||||
|
|
|
@ -115,7 +115,7 @@ packages:
|
||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "2.40.11"
|
version: "2.40.13"
|
||||||
path:
|
path:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -822,7 +822,6 @@ class RemoteAppletRequest {
|
||||||
this.isSingleProcess = false,
|
this.isSingleProcess = false,
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
|
||||||
Map<String, dynamic> toMap() {
|
Map<String, dynamic> toMap() {
|
||||||
Map<String, dynamic> result = {
|
Map<String, dynamic> result = {
|
||||||
"apiServer": apiServer,
|
"apiServer": apiServer,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: mop
|
name: mop
|
||||||
description: A Finogeeks MiniProgram Flutter SDK.
|
description: A Finogeeks MiniProgram Flutter SDK.
|
||||||
version: '2.40.13'
|
version: '2.40.14'
|
||||||
homepage: https://github.com/finogeeks/mop-flutter-sdk
|
homepage: https://github.com/finogeeks/mop-flutter-sdk
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue