pub points fix 1
This commit is contained in:
parent
1e2358b67d
commit
571a2ac11d
2 changed files with 3 additions and 3 deletions
|
@ -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 = () {
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue