Tuesday 31 July 2018

Wednesday 11 July 2018

Berkenalan dengan Flutter : Open-Source Mobile Application Framework Created by Google

Troubleshooting


Jika ketika run, mendapatkan error seperti ini: 

snapshot_blob.bin.d: java.lang.ArrayIndexOutOfBoundsException: 1

Jalankan perintah : 

$ flutter clean 
$ flutter run

Bekerja dengan Kamera 

Lihat [9][10]

Referensi

  1. Flutter, https://flutter.io
  2. Dart programming language, https://www.dartlang.org
  3. Introduction to Flutter Development Using Dart, https://www.appbrewery.co/courses/intro-to-flutter
  4. Build a Coronavirus Tracking App, and learn how to use REST APIs in Flutter, https://www.udemy.com/course/flutter-rest-api-crash-course-build-a-coronavirus-app/learn/lecture/19019796#overview
  5. How to Learn Flutter in 2020, https://www.freecodecamp.org/news/how-to-learn-flutter-in-2020/
  6. Awesome Flutter, https://github.com/Solido/awesome-flutter
  7. Build Native Mobile Apps with Flutter, https://www.udacity.com/course/build-native-mobile-apps-with-flutter--ud905
  8. Documentation: https://docs.flutter.io/
  9. Github: https://github.com/flutter/flutter
  10. StackOverflow: https://stackoverflow.com/questions/tagged/flutter
  11. Gitter: https://gitter.im/flutter/flutter
  12. Intro to Platform Channels: Building an Image Picker in Flutter, https://medium.com/coding-with-flutter/intro-to-platform-channels-building-an-image-picker-in-flutter-7e79c20065
  13. Image Picker plugin for Flutter, https://pub.dartlang.org/packages/image_picker
  14. Flutter Tutorial Session 1, https://github.com/edicybereye/flutter_tutorial_session_1