fix: import fixed to make game_template working out of this repository (#1329)

* fix: import fixed to make game_template working out of this repository

* fix: import fixed to make game_template working out of this repository
pull/1333/head
Toshik 2 years ago committed by GitHub
parent dbefd89ca9
commit 6e6bce1998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,8 +4,8 @@
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:game_template/src/settings/settings.dart';
import 'package:provider/provider.dart';
import 'settings.dart';
void showCustomNameDialog(BuildContext context) {
showGeneralDialog(

@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:game_template/src/settings/persistence/settings_persistence.dart';
import 'settings_persistence.dart';
/// An in-memory implementation of [SettingsPersistence].
/// Useful for testing.

Loading…
Cancel
Save