A new Flutter project which includes the following features:
- Flutter layout
- Flutter interactivity
- State management
- Fibonacci widget
- Tests
- Check version and installation path:
$ update-alternatives --config java
$ update-alternatives --config javac
- Install Android Studio: https://developer.android.com/studio
- Run
ln -s jbr jre
inside Android Studio installed root folder
flutter clean
flutter upgrade
flutter doctor
flutter pub outdated
flutter pub upgrade
protoc proto/ping.proto --dart_out=grpc:lib/grpc
- Install
dart
andflutter
extensions.
flutter test
F5
from VSCodeflutter run
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.