Skip to content

Commit

Permalink
Updated meta-data to support publishing to pub
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Mar 5, 2024
1 parent 77ed17e commit a6d7bf1
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 10 deletions.
21 changes: 21 additions & 0 deletions packages/flutter_ioc/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Baseflow

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
3 changes: 1 addition & 2 deletions packages/flutter_ioc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: flutter_ioc
description: A standard interface providing inversion of control services to Dart or Flutter applications.
repository: https://github.com/Baseflow/flutter_ioc/tree/main/packages/flutter_ioc
version: 2.1.0

publish_to: none

environment:
sdk: '>=2.18.1 <4.0.0'

Expand Down
21 changes: 21 additions & 0 deletions packages/flutter_ioc_get_it/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Baseflow

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion packages/flutter_ioc_get_it/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: none

dependencies:
flutter_ioc_get_it:
path: ../../flutter_ioc_get_it
path: ../

environment:
sdk: '>=2.18.1 <4.0.0'
9 changes: 2 additions & 7 deletions packages/flutter_ioc_get_it/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
name: flutter_ioc_get_it
description: An implementation of the flutter_ioc package based on get_it.
repository: https://github.com/Baseflow/flutter_ioc/tree/main/packages/flutter_ioc_get_it
version: 1.2.1

publish_to: none

environment:
sdk: '>=2.18.1 <4.0.0'

dependencies:
flutter_ioc:
git:
url: https://github.com/baseflow/flutter_ioc
path: packages/flutter_ioc
ref: flutter_ioc_v2.1.0
flutter_ioc: ^2.1.0
get_it: ^7.6.7

dev_dependencies:
Expand Down

0 comments on commit a6d7bf1

Please sign in to comment.