Skip to content

khteh/flutter

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published