VB10 / use_case_flutter

Fltuter use case series about production life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  "[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
  },

About

Fltuter use case series about production life


Languages

Language:Dart 59.7%Language:C++ 12.5%Language:CMake 10.9%Language:Java 4.9%Language:Objective-C 4.5%Language:Ruby 2.5%Language:Shell 1.4%Language:Swift 1.4%Language:C 1.1%Language:HTML 1.0%Language:Kotlin 0.1%