Skip to content

Commit

Permalink
Remove deprecated member
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Jul 16, 2024
1 parent 382549f commit a6a9572
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dart:math';
import 'package:flutter/material.dart';
import 'package:chessground/chessground.dart' hide BoardTheme;
import 'package:chessground/chessground.dart';
import 'package:fast_immutable_collections/fast_immutable_collections.dart';
import 'package:dartchess/dartchess.dart' as dc;

Expand Down
1 change: 0 additions & 1 deletion lib/chessground.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export 'src/board_color_scheme.dart';
export 'src/draw_shape_options.dart';
export 'src/board_data.dart';
export 'src/board_settings.dart';
export 'src/board_theme.dart';
export 'src/fen.dart';
export 'src/models.dart';
export 'src/piece_set.dart';
Expand Down
36 changes: 0 additions & 36 deletions lib/src/board_theme.dart

This file was deleted.

0 comments on commit a6a9572

Please sign in to comment.