Skip to content

Commit a6d7bf1

Browse files
committed
Updated meta-data to support publishing to pub
1 parent 77ed17e commit a6d7bf1

File tree

5 files changed

+46
-10
lines changed

5 files changed

+46
-10
lines changed

packages/flutter_ioc/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Baseflow
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages/flutter_ioc/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: flutter_ioc
22
description: A standard interface providing inversion of control services to Dart or Flutter applications.
3+
repository: https://github.com/Baseflow/flutter_ioc/tree/main/packages/flutter_ioc
34
version: 2.1.0
45

5-
publish_to: none
6-
76
environment:
87
sdk: '>=2.18.1 <4.0.0'
98

packages/flutter_ioc_get_it/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Baseflow
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages/flutter_ioc_get_it/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish_to: none
66

77
dependencies:
88
flutter_ioc_get_it:
9-
path: ../../flutter_ioc_get_it
9+
path: ../
1010

1111
environment:
1212
sdk: '>=2.18.1 <4.0.0'

packages/flutter_ioc_get_it/pubspec.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
name: flutter_ioc_get_it
22
description: An implementation of the flutter_ioc package based on get_it.
3+
repository: https://github.com/Baseflow/flutter_ioc/tree/main/packages/flutter_ioc_get_it
34
version: 1.2.1
45

5-
publish_to: none
6-
76
environment:
87
sdk: '>=2.18.1 <4.0.0'
98

109
dependencies:
11-
flutter_ioc:
12-
git:
13-
url: https://github.com/baseflow/flutter_ioc
14-
path: packages/flutter_ioc
15-
ref: flutter_ioc_v2.1.0
10+
flutter_ioc: ^2.1.0
1611
get_it: ^7.6.7
1712

1813
dev_dependencies:

0 commit comments

Comments
 (0)