mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user