pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/flutter/samples/commit/9d8aa333ee3d8438e41d5b8396b116c1a88eb7a5

8eaaaff3a3.css" /> Update for Material changes & run rebuild scripts (#1412) · flutter/samples@9d8aa33 · GitHub
Skip to content

Commit 9d8aa33

Browse files
Update for Material changes & run rebuild scripts (
  • windows/runner
  • experimental
  • flutter_maps_firestore
  • form_app
  • game_template/lib
  • infinite_list
  • isolate_example
  • jsonexample
  • null_safety
  • place_tracker
  • platform_channels
  • platform_design
  • platform_view_swift/lib
  • provider_counter/lib
  • provider_shopper/lib
  • tool
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    167 files changed

    +900
    -1033
    lines changed

    add_to_app/android_view/flutter_module_using_plugin/lib/cell.dart

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -94,7 +94,7 @@ class _CellState extends State<Cell> with WidgetsBindingObserver {
    9494
    // Show a number provided by the platform based on
    9595
    // the cell's index.
    9696
    cellNumber.toString(),
    97-
    style: Theme.of(context).textTheme.headline3,
    97+
    style: Theme.of(context).textTheme.displaySmall,
    9898
    ),
    9999
    ],
    100100
    ),

    add_to_app/android_view/flutter_module_using_plugin/lib/main.dart

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -141,14 +141,14 @@ class Contents extends StatelessWidget {
    141141
    Text(
    142142
    'Window is ${mediaInfo.size.width.toStringAsFixed(1)} x '
    143143
    '${mediaInfo.size.height.toStringAsFixed(1)}',
    144-
    style: Theme.of(context).textTheme.headline5,
    144+
    style: Theme.of(context).textTheme.headlineSmall,
    145145
    ),
    146146
    const SizedBox(height: 16),
    147147
    Consumer<CounterModel>(
    148148
    builder: (context, model, child) {
    149149
    return Text(
    150150
    'Taps: ${model.count}',
    151-
    style: Theme.of(context).textTheme.headline5,
    151+
    style: Theme.of(context).textTheme.headlineSmall,
    152152
    );
    153153
    },
    154154
    ),

    add_to_app/fullscreen/flutter_module/lib/main.dart

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -128,14 +128,14 @@ class Contents extends StatelessWidget {
    128128
    Text(
    129129
    'Window is ${mediaInfo.size.width.toStringAsFixed(1)} x '
    130130
    '${mediaInfo.size.height.toStringAsFixed(1)}',
    131-
    style: Theme.of(context).textTheme.headline5,
    131+
    style: Theme.of(context).textTheme.headlineSmall,
    132132
    ),
    133133
    const SizedBox(height: 16),
    134134
    Consumer<CounterModel>(
    135135
    builder: (context, model, child) {
    136136
    return Text(
    137137
    'Taps: ${model.count}',
    138-
    style: Theme.of(context).textTheme.headline5,
    138+
    style: Theme.of(context).textTheme.headlineSmall,
    139139
    );
    140140
    },
    141141
    ),

    add_to_app/multiple_flutters/multiple_flutters_module/lib/main.dart

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -79,7 +79,7 @@ class _MyHomePageState extends State<MyHomePage> {
    7979
    ),
    8080
    Text(
    8181
    '$_counter',
    82-
    style: Theme.of(context).textTheme.headline4,
    82+
    style: Theme.of(context).textTheme.headlineMedium,
    8383
    ),
    8484
    TextButton(
    8585
    onPressed: _incrementCounter,

    add_to_app/plugin/flutter_module_using_plugin/lib/cell.dart

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -94,7 +94,7 @@ class _CellState extends State<Cell> with WidgetsBindingObserver {
    9494
    // Show a number provided by the platform based on
    9595
    // the cell's index.
    9696
    cellNumber.toString(),
    97-
    style: Theme.of(context).textTheme.headline3,
    97+
    style: Theme.of(context).textTheme.displaySmall,
    9898
    ),
    9999
    ],
    100100
    ),

    add_to_app/plugin/flutter_module_using_plugin/lib/main.dart

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -140,14 +140,14 @@ class Contents extends StatelessWidget {
    140140
    Text(
    141141
    'Window is ${mediaInfo.size.width.toStringAsFixed(1)} x '
    142142
    '${mediaInfo.size.height.toStringAsFixed(1)}',
    143-
    style: Theme.of(context).textTheme.headline5,
    143+
    style: Theme.of(context).textTheme.headlineSmall,
    144144
    ),
    145145
    const SizedBox(height: 16),
    146146
    Consumer<CounterModel>(
    147147
    builder: (context, model, child) {
    148148
    return Text(
    149149
    'Taps: ${model.count}',
    150-
    style: Theme.of(context).textTheme.headline5,
    150+
    style: Theme.of(context).textTheme.headlineSmall,
    151151
    );
    152152
    },
    153153
    ),

    add_to_app/prebuilt_module/flutter_module/lib/main.dart

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -128,14 +128,14 @@ class Contents extends StatelessWidget {
    128128
    Text(
    129129
    'Window is ${mediaInfo.size.width.toStringAsFixed(1)} x '
    130130
    '${mediaInfo.size.height.toStringAsFixed(1)}',
    131-
    style: Theme.of(context).textTheme.headline5,
    131+
    style: Theme.of(context).textTheme.headlineSmall,
    132132
    ),
    133133
    const SizedBox(height: 16),
    134134
    Consumer<CounterModel>(
    135135
    builder: (context, model, child) {
    136136
    return Text(
    137137
    'Taps: ${model.count}',
    138-
    style: Theme.of(context).textTheme.headline5,
    138+
    style: Theme.of(context).textTheme.headlineSmall,
    139139
    );
    140140
    },
    141141
    ),

    android_splash_screen/lib/main.dart

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -69,7 +69,7 @@ class _MyHomePageState extends State<MyHomePage> {
    6969
    ),
    7070
    Text(
    7171
    '$_counter',
    72-
    style: Theme.of(context).textTheme.headline4,
    72+
    style: Theme.of(context).textTheme.headlineMedium,
    7373
    ),
    7474
    ],
    7575
    ),

    animations/.metadata

    Lines changed: 15 additions & 15 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,7 +4,7 @@
    44
    # This file should be version controlled.
    55

    66
    version:
    7-
    revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    7+
    revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    88
    channel: stable
    99

    1010
    project_type: app
    @@ -13,26 +13,26 @@ project_type: app
    1313
    migration:
    1414
    platforms:
    1515
    - platform: root
    16-
    create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    17-
    base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    16+
    create_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    17+
    base_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    1818
    - platform: android
    19-
    create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    20-
    base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    19+
    create_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    20+
    base_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    2121
    - platform: ios
    22-
    create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    23-
    base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    22+
    create_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    23+
    base_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    2424
    - platform: linux
    25-
    create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    26-
    base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    25+
    create_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    26+
    base_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    2727
    - platform: macos
    28-
    create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    29-
    base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    28+
    create_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    29+
    base_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    3030
    - platform: web
    31-
    create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    32-
    base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    31+
    create_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    32+
    base_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    3333
    - platform: windows
    34-
    create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    35-
    base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1
    34+
    create_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    35+
    base_revision: ffccd96b62ee8cec7740dab303538c5fc26ac543
    3636

    3737
    # User provided section
    3838

    animations/android/gradle/wrapper/gradle-wrapper.properties

    Lines changed: 0 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,4 +1,3 @@
    1-
    #Fri Jun 23 08:50:38 CEST 2017
    21
    distributionBase=GRADLE_USER_HOME
    32
    distributionPath=wrapper/dists
    43
    zipStoreBase=GRADLE_USER_HOME

    0 commit comments

    Comments
     (0)
    pFad - Phonifier reborn

    Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





    Check this box to remove all script contents from the fetched content.



    Check this box to remove all images from the fetched content.


    Check this box to remove all CSS styles from the fetched content.


    Check this box to keep images inefficiently compressed and original size.

    Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy