generated from xmartlabs/flutter-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Check generated code (#75) * Bump json_serializable from 6.4.0 to 6.5.0 (#74) * Bump flutter_gen_runner from 4.3.0 to 5.0.1 (#71) * Add github actions and ruby to dependabot and set the maximum amount of prs open at the same time (#76) * Fix dependabot config file indentation (#77) * Bump flutter_gen_runner from 5.0.1 to 5.0.2 (#79) * Bump auto_route from 5.0.1 to 5.0.2 (#78) * Bump json_serializable from 6.5.0 to 6.5.1 (#80) * Bump build_runner from 2.2.1 to 2.3.0 (#81) * Bump maierj/fastlane-action from 2.2.1 to 2.3.0 (#82) * Bump freezed_annotation from 2.1.0 to 2.2.0 (#84) * Fixed text style not being assign as a default (#60) * Remove bloc and let all be cubit (#83) * Remove bloc and let all be cubit * Update lib/ui/signin/signin_cubit.dart Co-authored-by: Matías Irland <[email protected]> Co-authored-by: Matías Irland <[email protected]> * Remove static localizations usages (#69) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felipe de León <[email protected]> Co-authored-by: Nico Hernandez <[email protected]>
- Loading branch information
1 parent
5c26d0e
commit 30193bf
Showing
26 changed files
with
541 additions
and
904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-java@v2 | ||
- uses: actions/setup-java@v3 | ||
with: | ||
distribution: 'zulu' | ||
java-version: '11' | ||
|
@@ -28,19 +28,23 @@ jobs: | |
- name: Install FVM && Flutter | ||
run: dart pub global activate fvm --verbose && fvm install --verbose && fvm use --force --verbose | ||
- name: Get dependencies | ||
uses: maierj/fastlane-action@v2.2.0 | ||
uses: maierj/fastlane-action@v2.3.0 | ||
with: | ||
lane: 'fetch_dependencies' | ||
- name: 'Run lints' | ||
uses: maierj/fastlane-action@v2.2.0 | ||
uses: maierj/fastlane-action@v2.3.0 | ||
with: | ||
lane: 'lints' | ||
- name: 'Check generated code' | ||
uses: maierj/[email protected] | ||
with: | ||
lane: 'ensure_no_change_in_generated_code' | ||
- name: 'Run tests' | ||
uses: maierj/fastlane-action@v2.2.0 | ||
uses: maierj/fastlane-action@v2.3.0 | ||
with: | ||
lane: 'tests' | ||
- name: 'Build android app' | ||
uses: maierj/fastlane-action@v2.2.0 | ||
uses: maierj/fastlane-action@v2.3.0 | ||
with: | ||
lane: 'android build_dev_debug_apk' | ||
subdirectory: 'android' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,4 +57,4 @@ app.*.map.json | |
**/fastlane/Preview.html | ||
**/fastlane/screenshots | ||
**/fastlane/test_output | ||
|
||
.bundle/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.1.2 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.