diff --git a/etc/docs/init.md b/etc/docs/init.md index d4bfd5a..68b322e 100644 --- a/etc/docs/init.md +++ b/etc/docs/init.md @@ -3,3 +3,10 @@ - [Installation](https://dart.dev/get-dart) - [Dart](https://dart.dev) - [Learn Dart](https://dart.dev/codelabs/) +- [Flutter](https://docs.flutter.dev/get-started/install) + - Get the Flutter SDK + - Install Android Studio or IntelliJ IDEA + - Install the Flutter and Dart plugin + - export PATH="$PATH:`pwd`/flutter/bin" + - Run `flutter doctor` to check all dependencies installed or need something else + - \ No newline at end of file