Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
336f5b9
:arrow_up: upgraded dependencies other than `go_router`
sarbagyastha Oct 20, 2022
5d2c31b
:arrow_up: upgraded dependencies
sarbagyastha Oct 21, 2022
c320dd4
:truck: moved things in places
sarbagyastha Oct 30, 2022
bb7753d
:sparkles: created `clean_framework_firestore`
sarbagyastha Oct 30, 2022
da74aec
:fire: removed `clean_framework_core`
sarbagyastha Oct 30, 2022
5f89450
:sparkles: created `clean_framework_graphql`
sarbagyastha Oct 30, 2022
fddfaea
:arrow_down: removed dependencies on graphql and firestore
sarbagyastha Oct 30, 2022
264963c
:rotating_light: made analyzer happy to some extent
sarbagyastha Oct 30, 2022
53aaef0
:sparkles: created `clean_framework_rest`
sarbagyastha Oct 30, 2022
5210ed7
:rotating_light: fixed error due to stronger lint
sarbagyastha Oct 30, 2022
fc31a11
:recycle: minor refactor
sarbagyastha Oct 30, 2022
3082503
:bug: fixed tests
sarbagyastha Oct 30, 2022
b89c331
:rotating_light: made analyzer happy
sarbagyastha Oct 30, 2022
6abf1a1
:rotating_light: made analyzer happy
sarbagyastha Oct 30, 2022
cb672f0
:rotating_light: made analyzer happy
sarbagyastha Oct 30, 2022
2d48d0f
:bug: fixed issue with analysis options
sarbagyastha Oct 30, 2022
df7318c
:wrench: configured melos
sarbagyastha Oct 30, 2022
65c403a
:truck: moved network logger to utilities
sarbagyastha Oct 30, 2022
7da9c39
:truck: moved test helpers to `clean_framework_test` package
sarbagyastha Oct 30, 2022
4052a50
:bug: fixed failing tests
sarbagyastha Oct 30, 2022
3a793e7
:fire: removed pubspec overrides from remote repo
sarbagyastha Oct 30, 2022
125d343
:recycle: removed print
sarbagyastha Oct 30, 2022
d0cb853
:art: updated deserializer to take any object as input
sarbagyastha Oct 30, 2022
6bf9943
:sparkles: added `Deserializer.map`
sarbagyastha Oct 31, 2022
f8bc522
:sparkles: added `deserialize` extension to Map<String, dynamic>
sarbagyastha Oct 31, 2022
0d9fdc8
:art: formatted
sarbagyastha Oct 31, 2022
b5905aa
chore(release): publish packages
sarbagyastha Oct 31, 2022
a4c172e
:bookmark: updated version for release
sarbagyastha Oct 31, 2022
3f38eb0
:green_heart: fixed coverage report generation
sarbagyastha Oct 31, 2022
5b53f62
:green_heart: verify pub score
sarbagyastha Oct 31, 2022
a9024ad
:truck: moved tests to routing to own package
sarbagyastha Oct 31, 2022
8009b0b
:green_heart: named ci steps
sarbagyastha Oct 31, 2022
21dbb62
:page_facing_up: updated license and symlinked it to all packages
sarbagyastha Oct 31, 2022
0799201
:page_facing_up: updated license and symlinked it to all packages
sarbagyastha Oct 31, 2022
b0ad9a6
:page_facing_up: updated license and symlinked it to all packages
sarbagyastha Oct 31, 2022
5fbee2a
:page_facing_up: updated license and symlinked it to all packages
sarbagyastha Oct 31, 2022
25b4727
:page_facing_up: updated license and readme
sarbagyastha Oct 31, 2022
28e4c54
:bookmark: prepare for stable release of v1.5.0
sarbagyastha Nov 1, 2022
e17adfc
:rotating_light: fixed usage of deprecated method from riverpod
sarbagyastha Nov 1, 2022
81709d6
:green_heart: commented pub score verification
sarbagyastha Nov 1, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🔧 configured melos
  • Loading branch information
sarbagyastha committed Oct 30, 2022
commit df7318c0877c4f68f1e48ec730e9546d773d127b
8 changes: 8 additions & 0 deletions melos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: clean_framework

packages:
- packages/**

command:
bootstrap:
usePubspecOverrides: true
12 changes: 2 additions & 10 deletions packages/clean_framework/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clean_framework_example
description: Sandbox with example of all components from clean framework
version: 1.0.0
version: 1.5.0
publish_to: none

environment:
Expand All @@ -10,15 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
clean_framework:
path: ../
clean_framework_graphql:
path: ../../clean_framework_graphql
clean_framework_firestore:
path: ../../clean_framework_firestore
clean_framework_rest:
path: ../../clean_framework_rest

clean_framework: ^1.5.0
intl: ^0.17.0

dev_dependencies:
Expand Down
12 changes: 12 additions & 0 deletions packages/clean_framework/example/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# melos_managed_dependency_overrides: clean_framework,clean_framework_firestore,clean_framework_graphql,clean_framework_rest,clean_framework_router
dependency_overrides:
clean_framework:
path: ..
clean_framework_firestore:
path: ../../clean_framework_firestore
clean_framework_graphql:
path: ../../clean_framework_graphql
clean_framework_rest:
path: ../../clean_framework_rest
clean_framework_router:
path: ../../clean_framework_router
9 changes: 5 additions & 4 deletions packages/clean_framework/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clean_framework
description: Clean Architecture components library, inspired on the guidelines created by Uncle Bob.
version: 1.4.3
version: 1.5.0
homepage: https://acmesoftware.com/
repository: https://github.com/MattHamburger/clean_framework

Expand All @@ -9,9 +9,10 @@ environment:
flutter: '>=3.0.0'

dependencies:
clean_framework_router:
path:
../clean_framework_router
clean_framework_firestore: ^0.1.0
clean_framework_graphql: ^0.1.0
clean_framework_rest: ^0.1.0
clean_framework_router: ^0.1.0
either_dart: ^0.2.0
equatable: ^2.0.5
flutter:
Expand Down
10 changes: 10 additions & 0 deletions packages/clean_framework/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# melos_managed_dependency_overrides: clean_framework_router,clean_framework_firestore,clean_framework_graphql,clean_framework_rest
dependency_overrides:
clean_framework_firestore:
path: ../clean_framework_firestore
clean_framework_graphql:
path: ../clean_framework_graphql
clean_framework_rest:
path: ../clean_framework_rest
clean_framework_router:
path: ../clean_framework_router
4 changes: 1 addition & 3 deletions packages/clean_framework_firestore/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ environment:
flutter: '>=3.0.0'

dependencies:
clean_framework:
path:
../clean_framework
clean_framework: ^1.5.0
cloud_firestore: ^4.0.3
equatable: ^2.0.5
flutter:
Expand Down
10 changes: 10 additions & 0 deletions packages/clean_framework_firestore/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# melos_managed_dependency_overrides: clean_framework,clean_framework_router,clean_framework_graphql,clean_framework_rest
dependency_overrides:
clean_framework:
path: ../clean_framework
clean_framework_graphql:
path: ../clean_framework_graphql
clean_framework_rest:
path: ../clean_framework_rest
clean_framework_router:
path: ../clean_framework_router
4 changes: 1 addition & 3 deletions packages/clean_framework_graphql/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ environment:
flutter: '>=3.0.0'

dependencies:
clean_framework:
path:
../clean_framework
clean_framework: ^1.5.0
flutter:
sdk: flutter
gql: ^0.14.0
Expand Down
10 changes: 10 additions & 0 deletions packages/clean_framework_graphql/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# melos_managed_dependency_overrides: clean_framework,clean_framework_router,clean_framework_firestore,clean_framework_rest
dependency_overrides:
clean_framework:
path: ../clean_framework
clean_framework_firestore:
path: ../clean_framework_firestore
clean_framework_rest:
path: ../clean_framework_rest
clean_framework_router:
path: ../clean_framework_router
4 changes: 1 addition & 3 deletions packages/clean_framework_rest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ environment:
flutter: '>=3.0.0'

dependencies:
clean_framework:
path:
../clean_framework
clean_framework: ^1.5.0
cross_file: ^0.3.3+2
flutter:
sdk: flutter
Expand Down
10 changes: 10 additions & 0 deletions packages/clean_framework_rest/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# melos_managed_dependency_overrides: clean_framework,clean_framework_router,clean_framework_firestore,clean_framework_graphql
dependency_overrides:
clean_framework:
path: ../clean_framework
clean_framework_firestore:
path: ../clean_framework_firestore
clean_framework_graphql:
path: ../clean_framework_graphql
clean_framework_router:
path: ../clean_framework_router
4 changes: 1 addition & 3 deletions packages/clean_framework_router/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ environment:
flutter: '>=3.0.0'

dependencies:
clean_framework:
path:
../clean_framework
clean_framework: ^1.5.0
flutter:
sdk: flutter
go_router: ^4.5.1
Expand Down
10 changes: 10 additions & 0 deletions packages/clean_framework_router/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# melos_managed_dependency_overrides: clean_framework,clean_framework_firestore,clean_framework_graphql,clean_framework_rest
dependency_overrides:
clean_framework:
path: ../clean_framework
clean_framework_firestore:
path: ../clean_framework_firestore
clean_framework_graphql:
path: ../clean_framework_graphql
clean_framework_rest:
path: ../clean_framework_rest