Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

NLW5’s DevQuiz app in Flutter

NLW5 devquiz project on Flutter 

demo

 Material

 Vscode plugins

 Project Versions

Versions to download the zip:

 Tip

In VScode, you can have this childs view of widgets:

To do this, go to the vscode settings and check the option previewFlutterUiGuides:

Together, change the colors of the indentation lines:

Default vscode Dark+ theme:

" workbench.colorCustomizations " : {
         " editorIndentGuide.activeBackground " : " #1e1e1e " ,
         " editorIndentGuide.background " : " #1e1e1e " ,
     },

Dracula Soft Theme:

    "workbench.colorCustomizations": {
        "editorIndentGuide.activeBackground": "#282a36",
        "editorIndentGuide.background": "#282a36",
     },

 Installation

Required:

Installation

$ git clone https://github.com/danielschmitz/devquiz.git
cd devquiz
code . 

After opening Visual Studio Code, press F5 to compile and run the project.

Download DevQuiz app source code on GitHub

App DevQuiz do NLW5 em Flutter
https://github.com/danielschmitz/devquiz
3 forks.
5 stars.
0 open issues.

Recent commits:

Exit mobile version