Skip to content

Commit 57413a5

Browse files
committed
fix: prepare publish
1 parent 119de1d commit 57413a5

File tree

7 files changed

+41
-15
lines changed

7 files changed

+41
-15
lines changed

plugins/modular_bloc_bind/LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
The MIT License
2+
License Copyright: Flutterando.
3+
License License: Flutterando.
4+
License Contact: Flutterando.
5+
SPDX short identifier: MIT
6+
Further resources...
7+
 
8+
Begin license text.
9+
Copyright 2021 Flutterando
10+
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:
11+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12+
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.
13+
End license text.

plugins/modular_bloc_bind/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Working only Modular 5.
55

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

88
```dart
99
@override

plugins/modular_bloc_bind/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
flutter:
3131
sdk: flutter
3232
bloc: ^8.0.3
33-
flutter_modular: 5.0.0-dev.8
33+
flutter_modular: 5.0.0
3434
dartz: ^0.10.0-nullsafety.2
3535
http: ^0.13.0
3636
bloc_concurrency: ^0.2.0

plugins/modular_bloc_bind/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: modular_bloc_bind
2-
description: A starting point for Dart libraries or applications.
3-
version: 1.0.0-dev.2
4-
# homepage: https://www.example.com
2+
description: Smart project structure with dependency injection and route management
3+
version: 1.0.0
4+
homepage: https://github.com/Flutterando/modular
55

66
environment:
7-
sdk: '>=2.15.1 <3.0.0'
7+
sdk: '>=2.12.0 <3.0.0'
88

99
dependencies:
1010
bloc: ^8.0.3
1111
stream_transform: ^2.0.0
12-
flutter_modular: 5.0.0-dev.8
13-
modular_interfaces: 2.0.0-dev.11
12+
flutter_modular: ">=5.0.0 <6.0.0"
13+
modular_interfaces: ">=2.0.0 <3.0.0"
1414
flutter:
1515
sdk: flutter
1616

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
The MIT License
2+
License Copyright: Flutterando.
3+
License License: Flutterando.
4+
License Contact: Flutterando.
5+
SPDX short identifier: MIT
6+
Further resources...
7+
 
8+
Begin license text.
9+
Copyright 2021 Flutterando
10+
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:
11+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
12+
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.
13+
End license text.

plugins/modular_triple_bind/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
flutter_mobx: ^2.0.1
2626
flutter_triple: ^1.2.3+2
2727
http: ^0.13.0
28-
flutter_modular: ^5.0.0-dev.8
28+
flutter_modular: ^5.0.0
2929
alice: ^0.2.4
3030
modular_triple_bind:
3131
path: ../

plugins/modular_triple_bind/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: modular_triple_bind
2-
description: A starting point for Dart libraries or applications.
3-
version: 1.0.0-dev.2
4-
# homepage: https://www.example.com
2+
description: Smart project structure with dependency injection and route management
3+
version: 1.0.0
4+
homepage: https://github.com/Flutterando/modular
55

66
environment:
7-
sdk: '>=2.15.1 <3.0.0'
7+
sdk: '>=2.12.0 <3.0.0'
88

99

1010
dependencies:
1111
triple: '>=1.5.0 <2.0.0'
12-
flutter_modular: 5.0.0-dev.8
13-
modular_interfaces: 2.0.0-dev.11
12+
flutter_modular: ">=5.0.0 <6.0.0"
13+
modular_interfaces: ">=2.0.0 <3.0.0"
1414
flutter:
1515
sdk: flutter
1616

0 commit comments

Comments
 (0)