planets-flutter
planets-flutter copied to clipboard
An example for a rich ui on Flutter
Disclaimer: this is the 1st project I am trying to open with flutter so maybe I am doing a novice mistake here. When I execute `flutter run` I see this...
On Windows 10 with Flutter 1.0.0: ``` C:\src\demo\planets-flutter-master>flutter build apk Initializing gradle... 128.8s Resolving dependencies... * Error running Gradle: ProcessException: Process "C:\src\demo\planets-flutter-master\android\gradlew.bat" exited abnormally: Starting a Gradle Daemon (subsequent builds...
Fix #6 thanks to @IAmSarthakVerma
Cant open the plant detail page, see screenshot, I am total new in flutter :-<
Hi! This PR runs the source in lib/ and test/ through dartfmt (and adds a few trailing commas in places where this helps dartfmt better format the code).
Generally, the Dart convention is to use lower_case file names for libraries. So, https://github.com/sergiandreplace/planets-flutter/blob/master/lib/Theme.dart would be theme.dart. https://www.dartlang.org/guides/language/effective-dart/style#do-name-libraries-and-source-files-using-lowercase_with_underscores YMMV of course -