File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
FlutterMockzilla/mockzilla_android Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 6
6
"mockzilla-desktop" : " 1.2.1" ,
7
7
"FlutterMockzilla/mockzilla_ui_mobile" : " 0.0.4" ,
8
8
"FlutterMockzilla/mockzilla" : " 1.2.0" ,
9
- "FlutterMockzilla/mockzilla_android" : " 1.2.0 " ,
9
+ "FlutterMockzilla/mockzilla_android" : " 1.2.1 " ,
10
10
"FlutterMockzilla/mockzilla_ios" : " 1.2.1" ,
11
11
"FlutterMockzilla/mockzilla_platform_interface" : " 1.1.1" ,
12
12
"mockzilla-management-ui/mockzilla-mobile-ui" : " 0.0.4"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2.1] ( https://github.com/Apadmi-Engineering/Mockzilla/compare/flutter_mockzilla_android-v1.2.0...flutter_mockzilla_android-v1.2.1 ) (2025-10-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Fix various build issues to support mobile UI ([ b5d43b2] ( https://github.com/Apadmi-Engineering/Mockzilla/commit/b5d43b278030904d1da12704a405acb974a70e61 ) )
9
+
3
10
## [ 1.2.0] ( https://github.com/Apadmi-Engineering/Mockzilla/compare/flutter_mockzilla_android-v1.1.0...flutter_mockzilla_android-v1.2.0 ) (2025-09-25)
4
11
5
12
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ packages:
153
153
path: ".."
154
154
relative: true
155
155
source: path
156
- version: "1.2.0 "
156
+ version: "1.2.1 "
157
157
mockzilla_platform_interface:
158
158
dependency: "direct overridden"
159
159
description:
Original file line number Diff line number Diff line change 1
1
name : mockzilla_android
2
2
description : The Android implementation for the mockzilla plugin.
3
3
# x-release-please-start-version
4
- version : 1.2.0
4
+ version : 1.2.1
5
5
# x-release-please-end
6
6
homepage : https://apadmi-engineering.github.io/Mockzilla/
7
7
repository : https://github.com/Apadmi-Engineering/Mockzilla
@@ -30,7 +30,7 @@ dependencies:
30
30
flutter :
31
31
sdk : flutter
32
32
meta : ^1.15.0
33
- mockzilla_platform_interface : ^1.1.0
33
+ mockzilla_platform_interface : ^1.1.1
34
34
35
35
dev_dependencies :
36
36
flutter_test :
You can’t perform that action at this time.
0 commit comments