Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VB10/use_case_flutter
Fltuter use case series about production life
https://github.com/VB10/use_case_flutter
flutter use-case
Last synced: about 2 months ago
JSON representation
Fltuter use case series about production life
- Host: GitHub
- URL: https://github.com/VB10/use_case_flutter
- Owner: VB10
- Created: 2022-06-20T22:24:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T01:53:23.000Z (2 months ago)
- Last Synced: 2024-10-26T09:59:17.399Z (about 2 months ago)
- Topics: flutter, use-case
- Language: Dart
- Homepage:
- Size: 4.02 MB
- Stars: 49
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# use_case_flutter
A new Flutter project.
## Samples
# No network
- When the network connection is lost, a black widget appears at the bottom of all screens as in the figure. And of course you can modify it.
# Usefull
```json
"[dart]": {
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": true
},
```