diff --git a/lib/stockfish.dart b/lib/stockfish.dart index 3c06d41..eba6abb 100644 --- a/lib/stockfish.dart +++ b/lib/stockfish.dart @@ -14,7 +14,7 @@ import 'stockfish_bindings_generated.dart'; import 'stockfish_state.dart'; const String _libName = 'flutter_stockfish_plugin'; -const String _releaseType = kDebugMode ? 'Debug' : 'Release'; +//const String _releaseType = kDebugMode ? 'Debug' : 'Release'; /// The dynamic library in which the symbols for [StockfishChessEngineBindings] can be found. final DynamicLibrary _dylib = () { diff --git a/pubspec.yaml b/pubspec.yaml index 94ba154..3d64684 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_stockfish_plugin -description: "A Stockfish Plugin for Flutter." +description: "A Stockfish Plugin for Flutter. Use Stockfish 16 directly in your flutter app." version: 1.0.0 -repository: https://github.com/jusax23/flutter_stockfish_plugin +homepage: https://github.com/jusax23/flutter_stockfish_plugin environment: sdk: '>=2.17.1 <4.0.0'