Skip to content

Commit

Permalink
chore(deps): override package_info_plus to allow web 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
  • Loading branch information
Leptopoda committed Feb 21, 2024
1 parent 27e485e commit c4195af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/neon_framework/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,10 @@ flutter:
web:
pluginClass: WebNeonPlatform
fileName: src/platform/web.dart

dependency_overrides:
package_info_plus:
git:
url: https://github.com/fluttercommunity/plus_plugins
path: packages/package_info_plus/package_info_plus
ref: baa336fe79c29411542fc343d332846bcd7752c1
7 changes: 6 additions & 1 deletion packages/neon_framework/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# melos_managed_dependency_overrides: dynamite_runtime,neon_lints,nextcloud,sort_box
# melos_managed_dependency_overrides: dynamite_runtime,neon_lints,nextcloud,sort_box,package_info_plus
dependency_overrides:
dynamite_runtime:
path: ../dynamite/dynamite_runtime
neon_lints:
path: ../neon_lints
nextcloud:
path: ../nextcloud
package_info_plus:
git:
url: https://github.com/fluttercommunity/plus_plugins
ref: baa336fe79c29411542fc343d332846bcd7752c1
path: packages/package_info_plus/package_info_plus
sort_box:
path: ../sort_box

0 comments on commit c4195af

Please sign in to comment.