Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 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
58da728
Merge pull request #88 from MattHamburger/mono-repo
sarbagya-acme Nov 1, 2022
2ea72e2
:twisted_rightwards_arrows: synced with main
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
📄 updated license and readme
  • Loading branch information
sarbagyastha committed Oct 31, 2022
commit 25b4727d83ab0de8a59272e96f17357cc7f517e2
1 change: 0 additions & 1 deletion packages/clean_framework/LICENSE

This file was deleted.

25 changes: 25 additions & 0 deletions packages/clean_framework/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Copyright 2020 Acme Software LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7 changes: 7 additions & 0 deletions packages/clean_framework/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Clean Framework

[![Coverage](https://codecov.io/gh/MattHamburger/clean_framework/branch/main/graph/badge.svg)](https://codecov.io/gh/MattHamburger/clean_framework)

Flutter implementation of Clean Architecture, inspired on the guidelines created by Uncle Bob.

Go to [the documentation](https://docs.page/MattHamburger/clean_framework).
1 change: 0 additions & 1 deletion packages/clean_framework_firestore/LICENSE

This file was deleted.

25 changes: 25 additions & 0 deletions packages/clean_framework_firestore/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Copyright 2020 Acme Software LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7 changes: 7 additions & 0 deletions packages/clean_framework_firestore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Clean Framework Firestore

[![Coverage](https://codecov.io/gh/MattHamburger/clean_framework/branch/main/graph/badge.svg)](https://codecov.io/gh/MattHamburger/clean_framework)

Flutter implementation of Clean Architecture, inspired on the guidelines created by Uncle Bob.

Go to [the documentation](https://docs.page/MattHamburger/clean_framework).
1 change: 0 additions & 1 deletion packages/clean_framework_graphql/LICENSE

This file was deleted.

25 changes: 25 additions & 0 deletions packages/clean_framework_graphql/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Copyright 2020 Acme Software LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7 changes: 7 additions & 0 deletions packages/clean_framework_graphql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Clean Framework GraphQL

[![Coverage](https://codecov.io/gh/MattHamburger/clean_framework/branch/main/graph/badge.svg)](https://codecov.io/gh/MattHamburger/clean_framework)

Flutter implementation of Clean Architecture, inspired on the guidelines created by Uncle Bob.

Go to [the documentation](https://docs.page/MattHamburger/clean_framework).
1 change: 0 additions & 1 deletion packages/clean_framework_rest/LICENSE

This file was deleted.

25 changes: 25 additions & 0 deletions packages/clean_framework_rest/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Copyright 2020 Acme Software LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7 changes: 7 additions & 0 deletions packages/clean_framework_rest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Clean Framework REST

[![Coverage](https://codecov.io/gh/MattHamburger/clean_framework/branch/main/graph/badge.svg)](https://codecov.io/gh/MattHamburger/clean_framework)

Flutter implementation of Clean Architecture, inspired on the guidelines created by Uncle Bob.

Go to [the documentation](https://docs.page/MattHamburger/clean_framework).
1 change: 0 additions & 1 deletion packages/clean_framework_router/LICENSE

This file was deleted.

25 changes: 25 additions & 0 deletions packages/clean_framework_router/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Copyright 2020 Acme Software LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7 changes: 7 additions & 0 deletions packages/clean_framework_router/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Clean Framework Router

[![Coverage](https://codecov.io/gh/MattHamburger/clean_framework/branch/main/graph/badge.svg)](https://codecov.io/gh/MattHamburger/clean_framework)

Flutter implementation of Clean Architecture, inspired on the guidelines created by Uncle Bob.

Go to [the documentation](https://docs.page/MattHamburger/clean_framework).
1 change: 0 additions & 1 deletion packages/clean_framework_test/LICENSE

This file was deleted.

25 changes: 25 additions & 0 deletions packages/clean_framework_test/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Copyright 2020 Acme Software LLC. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7 changes: 7 additions & 0 deletions packages/clean_framework_test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Clean Framework Test

[![Coverage](https://codecov.io/gh/MattHamburger/clean_framework/branch/main/graph/badge.svg)](https://codecov.io/gh/MattHamburger/clean_framework)

Flutter implementation of Clean Architecture, inspired on the guidelines created by Uncle Bob.

Go to [the documentation](https://docs.page/MattHamburger/clean_framework).