Skip to content
Open
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
58 changes: 29 additions & 29 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,66 +27,66 @@ dependencies:
sdk: flutter

# dev & tooling
equatable: 2.0.7
flutter_riverpod: 3.0.0
equatable: 2.1.0
flutter_riverpod: 3.3.2
freezed_annotation: 3.1.0
get_it: 9.2.0
go_router: 17.0.0
get_it: 9.2.1
go_router: 17.3.0
intl: any
l10n_esperanto: 2.0.13
l10n_esperanto: 2.0.14
logging: 1.3.0
path_provider: 2.1.5
path_provider: 2.1.6
path_provider_foundation: any
riverpod_annotation: 3.0.0
riverpod_annotation: 3.0.3
sqlite3: any

# UI
adaptive_dialog: 2.4.2
any_image_view: 1.6.0
adaptive_dialog: 2.8.0
any_image_view: 1.9.5
cadanse: 1.6.1
flutter_form_builder: 10.0.1
flutter_widget_from_html: 0.17.0
flutter_form_builder: 10.3.0+2
flutter_widget_from_html: 0.17.2
settings_ui: 2.0.2
webview_flutter: 4.13.0
webview_flutter: 4.14.1
webview_flutter_android: any
webview_flutter_wkwebview: any

# networking & API
http: 1.4.0
json_annotation: 4.9.0
http: 1.6.0
json_annotation: 4.12.0

# data management
drift: 2.28.1
drift_flutter: 0.2.6
shared_preferences: 2.5.3
drift: 2.34.2
drift_flutter: 0.3.1
shared_preferences: 2.5.5
shared_preference_app_group: 1.1.1

# platform integration
app_links: 6.4.0
background_fetch: 1.3.8
device_info_plus: 12.3.0
app_links: 6.4.1
background_fetch: 1.7.0
device_info_plus: 12.4.0
language_info_plus: 1.1.0
neat_periodic_task: 2.0.1
package_info_plus: 9.0.0
package_info_plus: 9.0.1
universal_platform: 1.1.0
url_launcher: 6.3.1
share_plus: 12.0.1
url_launcher: 6.3.2
share_plus: 12.0.2

dev_dependencies:
flutter_test:
sdk: flutter

# lints
custom_lint: 0.8.0
custom_lint: 0.8.1
flutter_lints: 6.0.0
riverpod_lint: 3.0.0
riverpod_lint: 3.1.4

# code generation
build_runner: any
drift_dev: 2.28.2
freezed: 3.2.3
json_serializable: 6.11.1
riverpod_generator: 3.0.0
drift_dev: 2.34.5
freezed: 3.2.5
json_serializable: 6.14.0
riverpod_generator: 3.0.3

# automated testing
mocktail: ^1.0.4
Expand Down
Loading