FlutterChess
FlutterChess copied to clipboard
The named parameter 'initMoves' isn't defined.
Something seems to be missing after 'flutter packages get'.
If I comment it out and try to run it, I get this error: https://github.com/flutter/website/pull/1536
If I comment out what's proposed at https://github.com/iampawan/Flutter-UI-Kit/blob/master/README.md (Missing Key.Properties file) I get this error:
Compiler message: lib/pages/openings_page.dart:40:15: Error: No named parameter with the name 'initMoves'. initMoves: openings[position].moves, ^^^^^^^^^
Hi, I had modified the source code of the package itself for some specific functionality. I've written about it here: https://medium.com/flutterpub/making-a-chess-app-with-flutter-6aa9ec609381.
However, I'm pushing an update in a few days that will include this parameter as well.
The issue still exist, project do not compile.
Thank you for your great Medium post about this project. Do you intend to fix the build? I think a lot of people are interested.
@deven98 Still waiting for 'initMoves', anything new ?