Skip to content

Commit

Permalink
comment out dependency overrides in example pubspec
Browse files Browse the repository at this point in the history
Also add a little explainer
  • Loading branch information
m0nac0 committed Nov 10, 2023
1 parent 4562ce3 commit bcf26ae
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@ dependencies:
platform: ^3.1.0
device_info_plus: ^9.0.2

dependency_overrides:
maplibre_gl_platform_interface:
path: ../maplibre_gl_platform_interface
maplibre_gl_web:
path: ../maplibre_gl_web

# The following lines can be useful if you make changes to this plugin (specifically to the two sub-plugins),
# e.g. because you contribute to the project.
# Uncommenting the following lines will cause your local versions of the sub-plugins to be used,
# instead of the hosted ones.

# dependency_overrides:
# maplibre_gl_platform_interface:
# path: ../maplibre_gl_platform_interface
# maplibre_gl_web:
# path: ../maplibre_gl_web

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down

0 comments on commit bcf26ae

Please sign in to comment.