-
Notifications
You must be signed in to change notification settings - Fork 5
Melos #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Melos #51
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
3e03687
initial WIP
5a05dba
initial refactor
28157e4
remove path_provider which requires flutter
3c53d7c
remove --set-exit-if-changed
070bbc8
--no-fatal-infos
a60eda7
--no-fatal-warnings
10f3c3a
dart coverage
782f1b7
move example indo packages/ndk
3f1bb58
remove .packages
135d97b
move & rename
7011ee1
move & rename
020e479
fix
70f5a69
fixes
7fa8e12
--ignore-files **/*.g.dart
5b2ac74
fix array out of length when CLOSED doesn't include a message
d94a8a3
remove unneeded
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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,57 @@ | ||
| name: ndk | ||
|
|
||
| repository: https://github.com/relaystr/ndk | ||
|
|
||
| packages: | ||
| - packages/** | ||
|
|
||
| scripts: | ||
| analyze: | ||
| exec: flutter analyze . | ||
| description: Analyze a specific package in this project. | ||
|
|
||
| check-format: | ||
| exec: dart format --set-exit-if-changed . | ||
| description: Check the format of a specific package in this project. | ||
|
|
||
| format: | ||
| exec: dart format . | ||
| description: Format a specific package in this project. | ||
|
|
||
| version: | ||
| description: Updates version numbers in all build files | ||
| run: bash scripts/version.sh | ||
|
|
||
| build: | ||
| run: melos run build:apple && melos run build:android && melos run build:other | ||
| description: Build all native libraries for the project. | ||
|
|
||
| build:apple: | ||
| run: bash scripts/build-apple.sh | ||
| description: Build the XCFramework for iOS and macOS. | ||
|
|
||
| build:android: | ||
| run: bash scripts/build-android.sh | ||
| description: Build the .tar.gz for Android. | ||
|
|
||
| build:other: | ||
| run: bash scripts/build-other.sh | ||
| description: Build the .tar.gz for all other platforms. | ||
|
|
||
| test: | ||
| run: melos run test:dart --no-select && melos run test:flutter --no-select | ||
| description: Run all Dart & Flutter tests in this project. | ||
|
|
||
| test:dart: | ||
| run: melos exec -c 1 --fail-fast -- "dart test test" | ||
| description: Run Dart tests for a specific package in this project. | ||
| select-package: | ||
| flutter: false | ||
| dir-exists: test | ||
|
|
||
| test:flutter: | ||
| run: melos exec -c 1 --fail-fast -- "flutter test test" | ||
| description: Run Flutter tests for a specific package in this project. | ||
| select-package: | ||
| flutter: true | ||
| dir-exists: test |
File renamed without changes.
This file contains hidden or 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 |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
|
|
||
| group 'com.sebdeveloper6952.amberflutter.amberflutter' | ||
| version '1.0-SNAPSHOT' | ||
|
|
||
|
|
||
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or 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 @@ | ||
| package packages.ndk_amber.android | ||
|
|
||
| rootProject.name = 'amberflutter' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...ositories/signers/amber_event_signer.dart → ...ositories/signers/amber_event_signer.dart
This file contains hidden or 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 hidden or 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,10 @@ | ||
| library; | ||
|
|
||
| /** | ||
| * export classes that need to be injected | ||
| * | ||
| */ | ||
|
|
||
| /// signers / verifiers | ||
| export 'data_layer/repositories/signers/amber_event_signer.dart'; | ||
| export 'data_layer/data_sources/amber_flutter.dart'; |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.