当前位置:网站首页>[shutter] solve failed assertion: line 5142 POS 12: '_ debugLocked‘: is not true.
[shutter] solve failed assertion: line 5142 POS 12: '_ debugLocked‘: is not true.
2022-06-30 09:04:00 【Have a promising future】
Flutter Day four , An error is reported in the jump , That's true :Failed assertion: line 4653 pos 12: ‘!_debugLocked’: is not true.
This error report is really disgusting to me , Read relevant errors , This one is wrong , It has nothing to do with what I modified and successfully ran correctly 
Until I saw this , Things have finally turned for the better 
The reason why in this official dart File error , Maybe one of the following :
1、 The current layout is not loaded
2、Navigator If the jump action of is not completed, directly execute the new jump task
My solution to this problem is to add a delay to the jump method
Future.delayed(Duration(milliseconds: 500),(){
Navigator.of(buildContext).pushAndRemoveUntil(MaterialPageRoute(builder: (context) => BottomNavigation()), (route) => false);
});
Reference resources :
1、Flutter Failed assertion: line 4830 pos 12: ‘<optimized out>‘: is not true.
2、Flutter Failed assertion: line 4830 pos 12: ‘<optimized out>‘: is not true.
边栏推荐
- [JPEG] how to compile JPEG turbo library files on different platforms
- Opencv learning notes -day4 image pixel reading and writing operations (array traversal and pointer traversal implementation, uchar vec3b data type and mat class functions mat:: at(), mat:: ptr())
- Metasploit practice - SSH brute force cracking process
- Summary of common pytoch APIs
- Implementing custom drawer component in quick application
- Resnet50+fpn for mmdet line by line code interpretation
- Mmcv expanding CUDA operator beginner level chapter
- Detectron2 source code reading 2--- using the configurable decorator to build the dataloader
- How to format an UTC date to use the Z (Zulu) zone designator in php?
- Flink SQL custom connector
猜你喜欢

Talk about how the kotlin process started?

Installation, use and explanation of vulnerability scanning tool OpenVAS

Maxiouassigner of mmdet line by line interpretation

Flink 数据偶尔数据积压导致checkpoint失败
![[kotlin collaboration process] complete the advanced kotlin collaboration process](/img/43/9c4b337caf406537e317dea2ed5f17.png)
[kotlin collaboration process] complete the advanced kotlin collaboration process

Deep understanding of kotlin collaboration context coroutinecontext

Bottomsheetbehavior principle of realizing the home page effect of Gaode map

Mmcv expanding CUDA operator beginner level chapter

Rew acoustic test (II): offline test

Rew acoustic test (III): generate test signal
随机推荐
Esp32 (4): overview of the overall code architecture
Qt连接神通数据库
Raspberry pie 4B no screen installation system and networking using VNC wireless projection function
Interference source current spectrum test of current probe
[untitled]
Rew acoustic test (II): offline test
asdsadadsad
Treatment process record of Union Medical College Hospital (Dongdan hospital area)
Do you want the dialog box that pops up from the click?
Interpretation of source code demand:a rotation equivariant detector for aerial object detection
Rew acoustic test (III): generate test signal
Opencv learning notes -day10 logical operation of image pixels (usage of rectangle function and rect function and bit related operation in openCV)
Esp32 (IX): OTA function of function development
JVM tuning related commands and explanations
Esp32 (7): I2S and I2C drivers for function development
将线程绑定在某个具体的CPU逻辑内核上运行
C # get the current timestamp
127.0.0.1, 0.0.0.0 and localhost
[paid promotion] collection of frequently asked questions, FAQ of recommended list
mysql基础入门 day3 动力节点[老杜]课堂笔记