Skip to content

Commit

Permalink
fix: prepare publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed May 12, 2022
1 parent 119de1d commit 57413a5
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 15 deletions.
13 changes: 13 additions & 0 deletions plugins/modular_bloc_bind/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
The MIT License
License Copyright: Flutterando.
License License: Flutterando.
License Contact: Flutterando.
SPDX short identifier: MIT
Further resources...

Begin license text.
Copyright 2021 Flutterando
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.
End license text.
2 changes: 1 addition & 1 deletion plugins/modular_bloc_bind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Working only Modular 5.

Specific Bind to BLoC with auto-dispose and notifier:
Specific Bind to BLoC with auto-dispose and selector:

```dart
@override
Expand Down
2 changes: 1 addition & 1 deletion plugins/modular_bloc_bind/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
flutter:
sdk: flutter
bloc: ^8.0.3
flutter_modular: 5.0.0-dev.8
flutter_modular: 5.0.0
dartz: ^0.10.0-nullsafety.2
http: ^0.13.0
bloc_concurrency: ^0.2.0
Expand Down
12 changes: 6 additions & 6 deletions plugins/modular_bloc_bind/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: modular_bloc_bind
description: A starting point for Dart libraries or applications.
version: 1.0.0-dev.2
# homepage: https://www.example.com
description: Smart project structure with dependency injection and route management
version: 1.0.0
homepage: https://github.com/Flutterando/modular

environment:
sdk: '>=2.15.1 <3.0.0'
sdk: '>=2.12.0 <3.0.0'

dependencies:
bloc: ^8.0.3
stream_transform: ^2.0.0
flutter_modular: 5.0.0-dev.8
modular_interfaces: 2.0.0-dev.11
flutter_modular: ">=5.0.0 <6.0.0"
modular_interfaces: ">=2.0.0 <3.0.0"
flutter:
sdk: flutter

Expand Down
13 changes: 13 additions & 0 deletions plugins/modular_triple_bind/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
The MIT License
License Copyright: Flutterando.
License License: Flutterando.
License Contact: Flutterando.
SPDX short identifier: MIT
Further resources...

Begin license text.
Copyright 2021 Flutterando
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.
End license text.
2 changes: 1 addition & 1 deletion plugins/modular_triple_bind/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
flutter_mobx: ^2.0.1
flutter_triple: ^1.2.3+2
http: ^0.13.0
flutter_modular: ^5.0.0-dev.8
flutter_modular: ^5.0.0
alice: ^0.2.4
modular_triple_bind:
path: ../
Expand Down
12 changes: 6 additions & 6 deletions plugins/modular_triple_bind/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: modular_triple_bind
description: A starting point for Dart libraries or applications.
version: 1.0.0-dev.2
# homepage: https://www.example.com
description: Smart project structure with dependency injection and route management
version: 1.0.0
homepage: https://github.com/Flutterando/modular

environment:
sdk: '>=2.15.1 <3.0.0'
sdk: '>=2.12.0 <3.0.0'


dependencies:
triple: '>=1.5.0 <2.0.0'
flutter_modular: 5.0.0-dev.8
modular_interfaces: 2.0.0-dev.11
flutter_modular: ">=5.0.0 <6.0.0"
modular_interfaces: ">=2.0.0 <3.0.0"
flutter:
sdk: flutter

Expand Down

0 comments on commit 57413a5

Please sign in to comment.