alexeieleusis / greencat

A port of Redux(https://github.com/reactjs/redux) to Dart, including Redux Thunk(https://github.com/gaearon/redux-thunk) and a simple Logger.
Apache License 2.0
48 stars 4 forks source link

https://github.com/alexeieleusis/greencat/issues/10 #11

Closed raju-bitter closed 7 years ago

raju-bitter commented 7 years ago

Flutter example does not work with latest Flutter version

  1. flutter.yaml merged into pubspec.yaml.
  2. Update AndroidManifest.xml to use the correct Flutter package classes.
  3. Use Axis.vertical instead of outdated FlexDirection.vertical.
  4. Update generic method syntax.
raju-bitter commented 7 years ago

You are very welcome, cool library you created! I just missed one little thing: The flutter.yaml needs to be removed, or the Flutter tool will still show the warning to merge the flutter.yaml into pubspec.yaml. Can you please remove that file? Thanks!