File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
"packages/ubuntu_flavor" : " 0.2.1" ,
5
5
"packages/ubuntu_localizations" : " 0.3.4" ,
6
6
"packages/ubuntu_logger" : " 0.1.0" ,
7
- "packages/ubuntu_service" : " 0.2.4 " ,
7
+ "packages/ubuntu_service" : " 0.3.0 " ,
8
8
"packages/ubuntu_widgets" : " 0.3.0" ,
9
9
"packages/wizard_router" : " 1.0.4" ,
10
10
"packages/xdg_icons" : " 0.0.3"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.0] ( https://github.com/canonical/ubuntu-flutter-plugins/compare/ubuntu_service-v0.2.4...ubuntu_service-v0.3.0 ) (2023-11-16)
4
+
5
+
6
+ * ** ubuntu_service:** Add generics for parameters ([ #338 ] ( https://github.com/canonical/ubuntu-flutter-plugins/issues/338 ) ) ([ 762f05c] ( https://github.com/canonical/ubuntu-flutter-plugins/commit/762f05cefaad72083063c61728a1c4db6daee95b ) )
7
+ * ** ubuntu_service:** Add parameter generics ([ 762f05c] ( https://github.com/canonical/ubuntu-flutter-plugins/commit/762f05cefaad72083063c61728a1c4db6daee95b ) )
8
+
3
9
## [ 0.2.4] ( https://github.com/canonical/ubuntu-flutter-plugins/compare/ubuntu_service-v0.2.3...ubuntu_service-v0.2.4 ) (2023-07-18)
4
10
5
11
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Simple service locator API based on GetIt.
3
3
homepage : https://github.com/canonical/ubuntu-flutter-plugins
4
4
repository : https://github.com/canonical/ubuntu-flutter-plugins/tree/main/packages/ubuntu_service
5
5
issue_tracker : https://github.com/canonical/ubuntu-flutter-plugins/issues
6
- version : 0.2.4
6
+ version : 0.3.0
7
7
8
8
environment :
9
9
sdk : ' >=3.0.0 <4.0.0'
You can’t perform that action at this time.
0 commit comments