Skip to content

Commit

Permalink
nsd: switched dependencies to local versions for development
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianhaberey committed Nov 18, 2024
1 parent 04c651b commit c019f41
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions nsd/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Flutter plugin for network service discovery and registration (ak
version: 3.0.0
repository: https://github.com/sebastianhaberey/nsd/tree/main/nsd
issue_tracker: https://github.com/sebastianhaberey/nsd/issues
#publish_to: none
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -13,24 +13,24 @@ dependencies:
flutter:
sdk: flutter

# production
nsd_android: ^2.0.0
nsd_ios: ^2.0.0
nsd_macos: ^2.0.0
nsd_platform_interface: ^2.0.0
nsd_windows: ^3.0.0
# # production
# nsd_android: ^2.0.0
# nsd_ios: ^2.0.0
# nsd_macos: ^2.0.0
# nsd_platform_interface: ^2.0.0
# nsd_windows: ^3.0.0

# # development
# nsd_android:
# path: ../nsd_android
# nsd_ios:
# path: ../nsd_ios
# nsd_macos:
# path: ../nsd_macos
# nsd_windows:
# path: ../nsd_windows
# nsd_platform_interface:
# path: ../nsd_platform_interface
# development
nsd_android:
path: ../nsd_android
nsd_ios:
path: ../nsd_ios
nsd_macos:
path: ../nsd_macos
nsd_windows:
path: ../nsd_windows
nsd_platform_interface:
path: ../nsd_platform_interface

dev_dependencies:
flutter_lints: ^3.0.1
Expand Down

0 comments on commit c019f41

Please sign in to comment.