1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-24 05:12:06 +00:00

web/slide_puzzle: more provider cleanup

This commit is contained in:
Kevin Moore
2019-05-24 12:08:02 -07:00
parent d6d51d8b1a
commit f87c2bb577
5 changed files with 228 additions and 157 deletions

View File

@@ -3,7 +3,7 @@
// found in the LICENSE file.
import 'package:flutter_web_ui/ui.dart' as ui;
import 'package:flutter_web.examples.slide_puzzle/main.dart' as app;
import 'package:slide_puzzle/main.dart' as app;
void main() async {
await ui.webOnlyInitializePlatform();