-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 'Fix/Update' (#1) from Fix/Update into master
- Loading branch information
Showing
257 changed files
with
6,609 additions
and
2,118 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
kind: pipeline | ||
type: docker | ||
name: default | ||
|
||
steps: | ||
- name: test:all | ||
image: cirrusci/flutter:stable | ||
commands: | ||
- PATH=$PATH:$HOME/.pub-cache/bin | ||
- flutter doctor | ||
- flutter pub global activate melos | ||
- melos bs | ||
- melos run test:all | ||
|
||
trigger: | ||
branch: | ||
- master |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "native_crypto", | ||
"cwd": "packages/native_crypto/example", | ||
"request": "launch", | ||
"type": "dart" | ||
}, | ||
{ | ||
"name": "native_crypto (profile mode)", | ||
"cwd": "packages/native_crypto/example", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "profile" | ||
}, | ||
{ | ||
"name": "native_crypto (release mode)", | ||
"cwd": "packages/native_crypto/example", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "release" | ||
}, | ||
] | ||
} |
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,6 @@ | ||
# Below is a list of people and organizations that have contributed | ||
# to this project. Names should be added to the list like so: | ||
# | ||
# Name/Organization <email address> | ||
|
||
Hugo Pointcheval <[email protected]> |
Oops, something went wrong.