Skip to content

Commit 2f9fafc

Browse files
committed
Update melos to more robust approach
1 parent fe1cf0e commit 2f9fafc

File tree

5 files changed

+15
-21
lines changed

5 files changed

+15
-21
lines changed

flutter_web_auth_2/example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: flutter_web_auth_2_example
22
description: Demonstrates how to use the flutter_web_auth_2 plugin.
33
version: 1.0.0+1
4+
resolution: workspace
45
publish_to: 'none'
56

67
environment:
7-
sdk: ">=2.15.0 <4.0.0"
8+
sdk: ">=3.5.0 <4.0.0"
89

910
# Dependencies specify other packages that your package needs in order to work.
1011
# To automatically upgrade your package dependencies to the latest versions

flutter_web_auth_2/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: flutter_web_auth_2
22
description: Flutter plugin for authenticating a user with a web service.
33
version: 4.1.0
4+
resolution: workspace
45
homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2
56
repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2
67
issue_tracker: https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues
@@ -20,7 +21,7 @@ topics:
2021
- web
2122

2223
environment:
23-
sdk: ">=2.15.0 <4.0.0"
24+
sdk: ">=3.5.0 <4.0.0"
2425
flutter: ">=3.0.0"
2526

2627
dependencies:

flutter_web_auth_2_platform_interface/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
name: flutter_web_auth_2_platform_interface
22
description: A common platform interface for the flutter_web_auth_2 plugin.
33
version: 4.1.0
4+
resolution: workspace
45
homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2
56
repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2
67
issue_tracker: https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues
78
funding:
89
- https://github.com/sponsors/ThexXTURBOXx
910

1011
environment:
11-
sdk: ">=2.15.0 <4.0.0"
12+
sdk: ">=3.5.0 <4.0.0"
1213
flutter: ">=3.0.0"
1314

1415
dependencies:

melos.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

pubspec.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
name: flutter_web_auth_2_root
22

3+
publish_to: none
4+
35
environment:
4-
sdk: '>=2.15.0 <4.0.0'
6+
sdk: '>=3.6.0 <4.0.0'
7+
8+
workspace:
9+
- flutter_web_auth_2
10+
- flutter_web_auth_2/example
11+
- flutter_web_auth_2_platform_interface
512

613
dev_dependencies:
714
flutter_lints: ^5.0.0
8-
melos: ^6.0.0
15+
melos: ^7.0.0-dev.7

0 commit comments

Comments
 (0)