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

Update dependencies to latest possible versions #1230

Merged
merged 9 commits into from
Nov 18, 2024

Conversation

atavism
Copy link
Contributor

@atavism atavism commented Nov 11, 2024

flutter pub upgrade --major-versions
Resolving dependencies... (1.0s)
Changed 6 constraints in pubspec.yaml:

  • mime: ^1.0.6 -> ^2.0.0
  • i18n_extension: ^12.0.1 -> ^13.0.2
  • loader_overlay: ^2.3.2 -> ^4.0.3
  • flutter_local_notifications: ^17.2.2 -> ^18.0.1
  • device_info_plus: ^10.1.2 -> ^11.1.1
  • ffigen: ^14.0.1 -> ^15.0.0

desktop/lib.go Show resolved Hide resolved
@atavism atavism requested a review from jigar-f November 11, 2024 18:48
@atavism atavism changed the title Update dependencies to latest possible version Update dependencies to latest possible versions Nov 11, 2024
@@ -87,7 +87,7 @@ dependencies:

# Timer & Overlay
stop_watch_timer: ^3.2.1
loader_overlay: ^2.3.2
loader_overlay: ^4.0.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is big change across app, We need to test this well.

Copy link
Contributor

@jigar-f jigar-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Will test this shortly.

@atavism
Copy link
Contributor Author

atavism commented Nov 15, 2024

@jigar-f Thanks for the review. Feel free to merge it after you've done testing if all works well

@jigar-f
Copy link
Contributor

jigar-f commented Nov 18, 2024

The changes looks good, merging

@jigar-f jigar-f merged commit 58c2a9b into atavism/webview-updates Nov 18, 2024
@jigar-f jigar-f deleted the atavism/flutter-upgrade-packages branch November 18, 2024 10:38
atavism added a commit that referenced this pull request Dec 6, 2024
* use flutter distributor to package windows app

* update windows release target

* clean-ups

* clean-ups

* Add if-no-files-found: error

* Set up MinGW before building library

* Add required input args

* update how MinGW is installed

* merge latest and updates to build installer

* updates to webview settings and add new packaging configs

* updates to webview settings and add new packaging configs

* updates to webview settings and add new packaging configs

* clean-ups

* clean-ups

* clean-ups

* revert test change

* revert test change

* revert test change

* clean-ups

* use getApplicationSupportDirectory and check the platform is windows

* simplify webview code further

* clean-ups

* clean-ups

* Add optional title to openWebview

* Update dependencies to latest possible versions (#1230)

* Update Flutter dependencies

* update loader_overlay and ffigen

* clean-ups, move error check above checking response error

* clean-ups

* update dependencies

* Update more packages.

---------

Co-authored-by: Jigar-f <jigar@getlantern.org>

* Update open system browser method.

---------

Co-authored-by: Jigar-f <jigar@getlantern.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants