Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.39 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.39 KB

flutter_app_layout

A new Flutter project which includes the following features:

  • Flutter layout
  • Flutter interactivity
  • State management
  • Fibonacci widget
  • Tests

Environment Setup

Install Java

  • Check version and installation path:
$ update-alternatives --config java
$ update-alternatives --config javac

Install Android Studio

Flutter Environment

  • flutter clean
  • flutter upgrade
  • flutter doctor

Check and Upgrade outdated installed packages

  • flutter pub outdated
  • flutter pub upgrade

Generate gRPC services and models

  • protoc proto/ping.proto --dart_out=grpc:lib/grpc

Visual Studio Code

  • Install dart and flutter extensions.

Tests

  • flutter test

Run

  • F5 from VSCode
  • flutter run

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.