mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Update for Material changes & run rebuild scripts (#1412)
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
# This file should be version controlled.
|
||||
|
||||
version:
|
||||
revision: 7ac27ac8e6a42750c475ba8a2a3c7047b93fd949
|
||||
channel: beta
|
||||
revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
|
||||
channel: stable
|
||||
|
||||
project_type: app
|
||||
|
||||
@@ -13,14 +13,14 @@ project_type: app
|
||||
migration:
|
||||
platforms:
|
||||
- platform: root
|
||||
create_revision: 7ac27ac8e6a42750c475ba8a2a3c7047b93fd949
|
||||
base_revision: 7ac27ac8e6a42750c475ba8a2a3c7047b93fd949
|
||||
create_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
|
||||
base_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
|
||||
- platform: android
|
||||
create_revision: 7ac27ac8e6a42750c475ba8a2a3c7047b93fd949
|
||||
base_revision: 7ac27ac8e6a42750c475ba8a2a3c7047b93fd949
|
||||
create_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
|
||||
base_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
|
||||
- platform: ios
|
||||
create_revision: 7ac27ac8e6a42750c475ba8a2a3c7047b93fd949
|
||||
base_revision: 7ac27ac8e6a42750c475ba8a2a3c7047b93fd949
|
||||
create_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
|
||||
base_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
|
||||
|
||||
# User provided section
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ class EventChannelDemo extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final textStyle = Theme.of(context).textTheme.headline5;
|
||||
final textStyle = Theme.of(context).textTheme.headlineSmall;
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: const Text('EventChannel Demo'),
|
||||
|
||||
@@ -30,7 +30,7 @@ class _MethodChannelDemoState extends State<MethodChannelDemo> {
|
||||
children: [
|
||||
Text(
|
||||
'Value of count is $count',
|
||||
style: Theme.of(context).textTheme.headline5,
|
||||
style: Theme.of(context).textTheme.headlineSmall,
|
||||
),
|
||||
const SizedBox(
|
||||
height: 16,
|
||||
|
||||
Reference in New Issue
Block a user