An open API service indexing awesome lists of open source software.

https://github.com/bastndev/resources

πŸ…±πŸ…΄πŸ…°πŸ…΅πŸ†ƒπŸ…ΈπŸ…΅πŸ†„πŸ…» 🀍 πŸ…΅πŸ…ΎπŸ…½πŸ†ƒπŸ†‚ 🀍 πŸ…±πŸ…΄πŸ…°πŸ…΅πŸ†ƒπŸ…ΈπŸ…΅πŸ†„πŸ…»
https://github.com/bastndev/resources

Last synced: 6 months ago
JSON representation

πŸ…±πŸ…΄πŸ…°πŸ…΅πŸ†ƒπŸ…ΈπŸ…΅πŸ†„πŸ…» 🀍 πŸ…΅πŸ…ΎπŸ…½πŸ†ƒπŸ†‚ 🀍 πŸ…±πŸ…΄πŸ…°πŸ…΅πŸ†ƒπŸ…ΈπŸ…΅πŸ†„πŸ…»

Awesome Lists containing this project

README

          























```.json
{
"security.workspace.trust.startupPrompt": "never",
"security.workspace.trust.enabled": false,
"workbench.startupEditor": "none",
"security.workspace.trust.untrustedFiles": "open",
"editor.cursorBlinking": "expand",
"editor.fontFamily": "'Cascadia Code', 'monospace'",
"editor.fontLigatures": true,
"explorer.confirmDelete": false,
"workbench.iconTheme": "material-icon-theme",
"editor.wordWrap": "on",
"editor.tabSize": 2,
"liveServer.settings.donotShowInfoMsg": true,
"launch": {
"configurations": [],
"compounds": []
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"editor.guides.bracketPairs": true,
"[python]": {
"editor.formatOnType": true
},
"[dart]": {
"editor.codeActionsOnSave": {
"source.fixAll.dart": true,
},
"editor.formatOnSave": false,
"editor.formatOnType": false,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false
},
"git.openRepositoryInParentFolders": "never",
"dart.showInspectorNotificationsForWidgetErrors": false,
"html.format.contentUnformatted": "",
"dart.previewFlutterUiGuides": true,
"workbench.colorCustomizations": {
"[Community Material Theme Ocean High Contrast]": {
"editor.background": "#0b0e14",
"menu.selectionBorder": "#1e2c2f",
"tab.activeBackground": "#3e5965",
"statusBar.debuggingBackground": "#0d0d0d",
"list.activeSelectionBackground": "#2a3b3f",
"debugConsole.warningForeground": "#FFA500",
"debugConsole.errorForeground": "#FF0000",
// "debugConsole.infoForeground": "#7190a0",
"debugConsole.infoForeground": "#0df490",
}
},
"editor.tokenColorCustomizations": {
"strings": "#0df490",
"textMateRules": [
{
"scope": [
"source.dart",
],
"settings": {
"foreground": "#ffffff",
},
},
]
},
"cSpell.userWords": [
"appbar",
"ARGB",
"bastndev",
"Cupertino",
],
// FVM
"dart.flutterSdkPath": "C:\\Users\\gohit\\fvm\\versions\\3.10.2",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
},
"dart.warnWhenEditingFilesOutsideWorkspace": false,
"extensions.ignoreRecommendations": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"workbench.list.smoothScrolling": true,
"editor.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"dart.checkForSdkUpdates": false,
"json.sortOnSave.enable": true,
"git.suggestSmartCommit": false,
"terminal.integrated.fontFamily": "Hack Nerd Font Mono",
"tabnine.experimentalAutoImports": true,
"explorer.confirmDragAndDrop": false,
"terminal.integrated.enableMultiLinePasteWarning": false,
"workbench.colorTheme": "Community Material Theme Ocean High Contrast",
"editor.linkedEditing": true,
}
```
![](/assets/snike/bastndev_snike.svg)