mirror of
https://github.com/flutter/samples.git
synced 2025-11-14 11:28:36 +00:00
remove some elements and add settings page
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'gallery_home.dart';
|
||||
|
||||
@@ -16,9 +15,6 @@ class CupertinoGalleryApp extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const CupertinoApp(
|
||||
title: 'Cupertino Gallery',
|
||||
home: GalleryHome(),
|
||||
);
|
||||
return const CupertinoApp(title: 'Cupertino Gallery', home: GalleryHome());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user