This repository was archived by the owner on Feb 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Flutter support #18
Merged
Merged
Flutter support #18
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
cf87c48
flutter support: initial commit
unsuitable001 11e8c11
implement: android support
unsuitable001 d0ea739
CI: exclude flutter sample from dart analyze
unsuitable001 1b6a8a2
flutter: add linux support
unsuitable001 6094162
update tools/setup for android
unsuitable001 bafdd35
flutter: add windows support
unsuitable001 bd49741
update readme for android support
unsuitable001 875cc3a
str interpolate -> package:path join & adding constants
unsuitable001 a631548
remove circular ref in map
unsuitable001 0488e0e
make androidPath final
unsuitable001 2481e54
add flutter platform keys for desktops
unsuitable001 e0bdfb8
readme fixes and CI from Dart -> Flutter
unsuitable001 3870e67
update ci
unsuitable001 9fa8327
remove boilerplate widget_test
unsuitable001 edb24bd
ci check success on each step
unsuitable001 59da4ee
ci: remove successs check at wrong place
unsuitable001 3adf06f
change exit code in case of build failure
unsuitable001 3a4c1d7
remove linking with dart.lib (windows) and int -> size_t for strlen
unsuitable001 3dbaf29
add `flutter create` boilerplate modification notes
unsuitable001 d26ed08
Network -> network
unsuitable001 5c58ed6
yet another typo :sweat:
unsuitable001 4cdcc6c
change download url
unsuitable001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ doc/api/ | |
.history | ||
.vscode | ||
compile_commands.json | ||
*.log | ||
|
||
# IntelliJ | ||
*.iml | ||
|
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 |
---|---|---|
|
@@ -41,9 +41,6 @@ android { | |
|
||
defaultConfig { | ||
minSdkVersion 16 | ||
ndk { | ||
abiFilters 'arm64-v8a' | ||
} | ||
} | ||
} | ||
|
||
|
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 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 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
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.