【flutter】错误:No MaterialLocalizations found.

场景是替换了一下闪屏图之后就报了这个错误,清除包啥的都不行,先记录一下

No MaterialLocalizations found.

AppBar widgets require MaterialLocalizations to be provided by a Localizations widget ancestor.
The material library uses Localizations to generate messages, labels, and abbreviations.

To introduce a MaterialLocalizations, either use a MaterialApp at the root of your application to include them automatically, or add a Localization widget with a MaterialLocalizations delegate.

The specific widget that could not find a MaterialLocalizations ancestor was: AppBar
  dirty
  dependencies: [_LocalizationsScope-[GlobalKey#e4a30]]
  state: _AppBarState#057f9
The ancestors of this widget were: 
  : SliverAppBar
    dependencies: [MediaQuery, _EffectiveTickerMode]
    state: _SliverAppBarState#14e04
  : NestedScrollView
    state: NestedScrollViewState#7a507
  : Scaffold
    dependencies: [_LocalizationsScope-[GlobalKey#e4a30], _EffectiveTickerMode, Directionality, MediaQuery, UnmanagedRestorationScope]
    state: ScaffoldState#47c2f(tickers: tracking 2 tickers)
  : ShopPageHome
    dependencies: [_EffectiveTickerMode]
    state: _ShopPageHomeState#c6cf6(ticker inactive)
  : Semantics
    container: false
    properties: SemanticsProperties
    label: null
    value: null
    hint: null
    hintOverrides: null
    renderObject: RenderSemanticsAnnotations#88b6e NEEDS-LAYOUT NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE
  : Directionality
    textDirection: ltr
  : CupertinoApp
    state: _CupertinoAppState#33cbd
  : GetBuilder
    state: GetBuilderState#07952
  : GetCupertinoApp
  ...
The relevant error-causing widget was: 
  SliverAppBar file:///E:/work/flutter_stoybook/lib/pages/shop_stroe.dart:68:13
When the exception was thrown, this was the stack: 
#0      debugCheckHasMaterialLocalizations. (package:flutter/src/material/debug.dart:69:7)
#1      debugCheckHasMaterialLocalizations (package:flutter/src/material/debug.dart:89:4)
#2      _AppBarState.build (package:flutter/src/material/app_bar.dart:715:12)
#3      StatefulElement.build (package:flutter/src/widgets/framework.dart:4691:27)
#4      ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4574:15)
...
 

你可能感兴趣的:(flutter错误,flutter,android,tv)