Skip to content

Commit

Permalink
feat: 1.0.0-dev12 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhomlala authored Sep 29, 2024
1 parent 67b4ef0 commit 88db84c
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 19 deletions.
6 changes: 6 additions & 0 deletions packages/alice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.0-dev.12
* Fixed build context issues (by Enguerrand ARMINJON https://github.com/EArminjon)
* Fixed AliceCallsListPage String? unwrap.
* Fixed Navigator issues (by Enguerrand ARMINJON https://github.com/EArminjon)
* Fixed updates dependencies.

# 1.0.0-dev.11
* Fixed issue with invalid count of error calls in stats page.
* Added lint for trailing commas.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ class _AliceCallsListPageState extends State<AliceCallsListPage>

/// Called when save to file has been pressed. It saves data to file.
void _saveToFile() async {
if (!mounted) return;
if (!mounted) return;
final result = await aliceCore.saveCallsToFile(context);

if (result.success && result.path != null) {
if (result.success && result.path != null) {
AliceGeneralDialog.show(
context: context,
title: context.i18n(AliceTranslationKey.saveSuccessTitle),
Expand Down
14 changes: 7 additions & 7 deletions packages/alice/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: alice
description: Alice is an HTTP Inspector tool which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI.
version: 1.0.0-dev.11
version: 1.0.0-dev.12
homepage: https://github.com/jhomlala/alice
repository: https://github.com/jhomlala/alice
topics:
Expand All @@ -17,15 +17,15 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_local_notifications: ^17.1.2
flutter_local_notifications: ^17.2.3
rxdart: ^0.28.0
path_provider: ^2.1.3
path_provider: ^2.1.4
permission_handler: ^11.3.1
package_info_plus: ^8.0.0
open_filex: ^4.3.2
sensors_plus: ^5.0.1
share_plus: ^9.0.0
collection: ^1.17.1
open_filex: ^4.5.0
sensors_plus: ^6.0.1
share_plus: ^10.0.2
collection: ^1.18.0
url_launcher: ^6.3.0
equatable: ^2.0.5

Expand Down
4 changes: 4 additions & 0 deletions packages/alice_chopper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.7

* Updated dependencies.

# 1.0.6

* Added lint for trailing commas.
Expand Down
4 changes: 2 additions & 2 deletions packages/alice_chopper/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: alice_chopper
description: "Alice + Chopper integration. It contains plugin for Alice which allows to use Chopper package."
version: 1.0.6
version: 1.0.7
repository: https://github.com/jhomlala/alice
homepage: https://github.com/jhomlala/alice
topics:
Expand All @@ -15,7 +15,7 @@ environment:
flutter: ">=3.3.0"

dependencies:
alice: ^1.0.0-dev.9
alice: ^1.0.0-dev.12
chopper: ^8.0.0
http: ^1.2.1
uuid: ^4.4.0
Expand Down
5 changes: 5 additions & 0 deletions packages/alice_dio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 1.0.6

* Updated dependencies.

# 1.0.5

* Added tests.
* Added lint for trailing commas.
* General refactor of code base.
Expand Down
4 changes: 2 additions & 2 deletions packages/alice_dio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: alice_dio
description: "Alice + Dio integration. It contains plugin for Alice which allows to use Dio package."
version: 1.0.5
version: 1.0.6
repository: https://github.com/jhomlala/alice
homepage: https://github.com/jhomlala/alice
topics:
Expand All @@ -15,7 +15,7 @@ environment:
flutter: ">=3.3.0"

dependencies:
alice: ^1.0.0-dev.9
alice: ^1.0.0-dev.12
dio: ^5.4.3+1
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/alice_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.6

* Updated dependencies.

# 1.0.5

* Added lint for trailing commas.
Expand Down
4 changes: 2 additions & 2 deletions packages/alice_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: alice_http
description: "Alice + HTTP integration. It contains plugin for Alice which allows to use http package."
version: 1.0.5
version: 1.0.6
repository: https://github.com/jhomlala/alice
homepage: https://github.com/jhomlala/alice
topics:
Expand All @@ -14,7 +14,7 @@ environment:
flutter: ">=3.3.0"

dependencies:
alice: ^1.0.0-dev.9
alice: ^1.0.0-dev.12
http: ^1.2.1

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/alice_http_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.6

* Updated dependencies.

# 1.0.5

* Added lint for trailing commas.
Expand Down
4 changes: 2 additions & 2 deletions packages/alice_http_client/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: alice_http_client
description: "Alice + HTTP Client integration. It contains plugin for Alice which allows to use Http Client."
version: 1.0.5
version: 1.0.6
repository: https://github.com/jhomlala/alice
homepage: https://github.com/jhomlala/alice
topics:
Expand All @@ -14,7 +14,7 @@ environment:
flutter: ">=3.3.0"

dependencies:
alice: ^1.0.0-dev.9
alice: ^1.0.0-dev.12

dev_dependencies:
flutter_lints: ^4.0.0
4 changes: 4 additions & 0 deletions packages/alice_objectbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.4

* Updated dependencies.

# 1.0.3

* Added lint for trailing commas.
Expand Down
4 changes: 2 additions & 2 deletions packages/alice_objectbox/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: alice_objectbox
description: "Alice + ObjectBox integration. It contains a plugin for Alice which stores http requests and responses in an ObjectBox NoSQL database."
version: 1.0.3
version: 1.0.4
repository: https://github.com/jhomlala/alice
homepage: https://github.com/jhomlala/alice
topics:
Expand All @@ -17,7 +17,7 @@ environment:
dependencies:
flutter:
sdk: flutter
alice: ^1.0.0-dev.9
alice: ^1.0.0-dev.12
json_annotation: ^4.9.0
meta: ^1.9.1
objectbox: ^4.0.1
Expand Down

0 comments on commit 88db84c

Please sign in to comment.