Giter VIP home page Giter VIP logo

flutter-finnanicial's Introduction

finnanicial

Flutter ui challenge 앱

settings

# 3.3.10 버전 사용
$ fvm use 3.3.10

# pub get
$ fvm flutter pub get

vs-code

  • 코드를 작성하다 보면 아래 그림과 같이 const 로 사용하라고 파란줄이 나오는걸 알 수 있다.
    • 일일이 손으로 수정하기 보다 vs-code setting 으로 save 시 자동으로 수정되게 할 수 있다.
    • prefer_const_constructors warning 그림 dart(prefer_const_constructors) warning
  • vs-code
    • prefer_const_constructors warning 포함 기타 설정
    • command + shift + p > user settings 입력 후 아래 내용 기입
    {
      "editor.codeActionsOnSave": {
        "source.fixAll": true
      },
      // dart & flutter
      "[dart]": {
        "editor.formatOnSave": true,
        "editor.formatOnType": true,
        "editor.rulers": [80],
        "editor.selectionHighlight": false,
        "editor.suggest.snippetsPreventQuickSuggestions": false,
        "editor.suggestSelection": "first",
        "editor.tabCompletion": "onlySnippets",
        "editor.wordBasedSuggestions": false,
        "editor.defaultFormatter": "Dart-Code.dart-code"
      },
      "dart.previewFlutterUiGuides": true,
      "dart.openDevTools": "flutter",
      "dart.debugExternalPackageLibraries": true,
      "dart.debugSdkLibraries": false
    }

flutter-finnanicial's People

Contributors

chane81 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.