Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated dio package #7

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.5

- Updated `dio` package

## 1.0.4

- Replaced pretty_dio_logger with talker_dio_logger
Expand Down
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ linter:
- slash_for_doc_comments
- sort_child_properties_last
- sort_constructors_first
- sort_pub_dependencies
# - sort_pub_dependencies
- sort_unnamed_constructors_first
- test_types_in_equals
- throw_in_finally
Expand Down
17 changes: 14 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wiseclient
description: A http client based on Dio with extra features and a few interceptors for basic functionality.
version: 1.0.4
version: 1.0.5
homepage: https://github.com/wisemen-digital/flutter-networking-client
repository: https://github.com/wisemen-digital/flutter-networking-client

Expand All @@ -9,16 +9,27 @@ environment:
flutter: '>=3.19.5'

dependencies:
dio: ^5.4.0

# Flutter
flutter:
sdk: flutter
flutter_secure_storage: ^9.0.0

# Dio
dio: ^5.4.3+1
fresh_dio: ^0.4.1

# Secure storage
flutter_secure_storage: ^9.0.0

# Logging & Debugging
native_dio_adapter: ^1.3.0
talker_dio_logger: ^4.1.3

dev_dependencies:
# Static analysis & linting
lints: ^3.0.0

# Testing
test: ^1.25.2

flutter: