Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.


An animated image of the Android for no network

# 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
},
```