forked from syphon-org/syphon
-
Notifications
You must be signed in to change notification settings - Fork 0
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 syphon-org#693 from syphon-org/dev
[release] Version 0.2.14
- Loading branch information
Showing
259 changed files
with
8,753 additions
and
5,720 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"flutterSdkVersion": "2.10.3", | ||
"flutterSdkVersion": "3.0.5", | ||
"flavors": {} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,37 @@ | ||
{ | ||
"editor.tabSize": 2, | ||
"dart.lineLength": 110, | ||
"[dart]": { | ||
"editor.formatOnSave": true | ||
} | ||
"editor.formatOnSave": true, | ||
"editor.rulers": [110], | ||
|
||
// // Disables built-in highlighting of words that match your selection. Without | ||
// // this, all instances of the selected text will be highlighted, interfering | ||
// // with Dart's ability to highlight only exact references to the selected variable. | ||
// "editor.selectionHighlight": false, | ||
|
||
// // By default, VS Code prevents code completion from popping open when in | ||
// // "snippet mode" (editing placeholders in inserted code). Setting this option | ||
// // to `false` stops that and allows completion to open as normal, as if you | ||
// // weren't in a snippet placeholder. | ||
// "editor.suggest.snippetsPreventQuickSuggestions": false, | ||
|
||
// // By default, VS Code will pre-select the most recently used item from code | ||
// // completion. This is usually not the most relevant item. | ||
// // | ||
// // "first" will always select top item | ||
// // "recentlyUsedByPrefix" will filter the recently used items based on the | ||
// // text immediately preceding where completion was invoked. | ||
// "editor.suggestSelection": "first", | ||
|
||
// // Allows pressing <TAB> to complete snippets such as `for` even when the | ||
// // completion list is not visible. | ||
// "editor.tabCompletion": "onlySnippets", | ||
|
||
// // By default, VS Code will populate code completion with words found in the | ||
// // current file when a language service does not provide its own completions. | ||
// // This results in code completion suggesting words when editing comments and | ||
// // strings. This setting will prevent that. | ||
// "editor.wordBasedSuggestions": false, | ||
} | ||
} |
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
Submodule olm
added at
983e78
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
Oops, something went wrong.