Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Jan 9, 2024
1 parent b0cc5e6 commit 2b89773
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tarok/lib/game/game.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.

import 'dart:convert';
import 'dart:io';
import 'dart:math';

import 'package:draggable_widget/draggable_widget.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_initicon/flutter_initicon.dart';
Expand Down

0 comments on commit 2b89773

Please sign in to comment.