Open raju-bitter opened 7 years ago
Created a PR fixing all problems. https://github.com/alexeieleusis/greencat/pull/11
There are still a few open issues and a throughout review is needed for the flutter example, I will leave this open to keep track of it. Thanks for the PR!
Right now the Flutter example does not work with latest Flutter versions. List of problems:
1. flutter.yaml needs to be merged into pubspec.yaml (easy to fix)
2. Java app class and Activity class not found. There is an exception when the Flutter app gets launched:
The AndroidManifest.xml uses the old classes Sky class names instead of e.g.
io.flutter.app.FlutterApplication
.3. FlexDirection.vertical getter not found The correct property is now
Axis.direction
(main.dart, line #43).4. ERROR: The argument type '(dynamic) → GestureDetector' can't be assigned to the parameter type '(Todo) → dynamic'. ([todo_list_flutter] lib/main.dart:32)
Flutter framework version Flutter • channel master • https://github.com/flutter/flutter.git Framework • revision 7843afd4d6 (50 minutes ago) • 2017-03-15 07:08:42 Engine • revision b97103b441 Tools • Dart 1.23.0-dev.2.0
Running flutter doctor... [✓] Flutter (on Linux, channel master) • Flutter at /home/raju/dev/flutter • Framework revision 7843afd4d6 (50 minutes ago), 2017-03-15 07:08:42 • Engine revision b97103b441 • Tools Dart version 1.23.0-dev.2.0