Skip to main content

Posts

Showing posts with the label mobile

Learning Flutter (Part 1 - Install Flutter)

 Trying to learn something new. Want to start with Flutter first. I do have some experience developing Android APP but that was a decade a ago. Using Android SDK to develop from scratch. However as time changed in a glimpse. Now its time to explore a new SDK! Flutter~   First i followed the instructions on how to install Flutter on my linux machine https://docs.flutter.dev/get-started/install/linux encountered few issues.  [!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)     ✗ cmdline-tools component is missing       Run `path/to/sdkmanager --install "cmdline-tools;latest"`       See https://developer.android.com/studio/command-line for more details.     ✗ Android license status unknown.       Run `flutter doctor --android-licenses` to accept the SDK licenses.       See https://flutter.dev/docs/get-started/instal...