FlutterChess icon indicating copy to clipboard operation
FlutterChess copied to clipboard

The named parameter 'initMoves' isn't defined.

Open justmeeee opened this issue 6 years ago • 4 comments

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, ^^^^^^^^^

justmeeee avatar Dec 04 '18 22:12 justmeeee

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.

deven98 avatar Dec 05 '18 02:12 deven98

The issue still exist, project do not compile.

Murtowski avatar Oct 22 '19 12:10 Murtowski

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.

dleuck avatar Jan 23 '20 07:01 dleuck

@deven98 Still waiting for 'initMoves', anything new ?

henoktadesse avatar May 06 '20 14:05 henoktadesse