Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
Closes #61
  • Loading branch information
veloce committed Nov 19, 2024
1 parent e6080a2 commit 5445feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ default theme:
```dart
import 'package:flutter/material.dart';
import 'package:chessground/chessground.dart';
import 'package:dartchess/dartchess.dart';
class MyHomePage extends StatefulWidget {
const MyHomePage({Key? key, required this.title}) : super(key: key);
Expand Down

0 comments on commit 5445feb

Please sign in to comment.