pub points fix 1

This commit is contained in:
jusax23 2023-11-01 20:38:15 +01:00
parent 1e2358b67d
commit 571a2ac11d
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41
2 changed files with 3 additions and 3 deletions

View file

@ -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 = () {

View file

@ -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'