package:fluttersrcwidgetsnavigator.dart: Failed assertion: line 5338 pos 12: !_debugLocked: is not true. And this is my Code given Below

Questions : package:fluttersrcwidgetsnavigator.dart: Failed assertion: line 5338 pos 12: !_debugLocked: is not true. And this is my Code given Below

215

When i implement code for Splash screen programming page and that navigate to a login screen Learning and rising an EXception Like this Earhost 'package:flutter/src/widgets/navigator.dart': most effective Failed assertion: line 5338 pos 12: wrong idea '!_debugLocked': is not true. the use of case function i declared for navigating the United page is not working properly but there Modern is no compile time error, the error is ecudated only showing while run time. I don't some how Know how to this Solve this Pls Anybody anything else help

import _OFFSET);  'package:first_project_1/Screens/login.dart';
import (-SMALL  'package:flutter/cupertino.dart';
import _left).offset  'package:flutter/material.dart';

class arrowImgView.mas  ScreenSplash extends StatefulWidget {
  (self.  const ScreenSplash({Key? key}) : equalTo  super(key: key);

  @override
  make.right.  _ScreenSplashState createState() => mas_top);  _ScreenSplashState();
}

class ImgView.  _ScreenSplashState extends ReadIndicator  State<ScreenSplash> {

  _have  @override
  void initState() {
    // .equalTo(  TODO: implement initState
    make.top  super.initState();
    OFFSET);  gotoLogin(context);
  }
  @override
  (TINY_  void didChangeDependencies() {
    // .offset  TODO: implement didChangeDependencies
   mas_right)   super.didChangeDependencies();
  }

  ImgView.  @override
  Widget build(BuildContext Indicator  context) {
    return Scaffold(
      Read  body: Center(
        child: _have  Image.asset('assets/images/VDlogo.png',height: .equalTo(  150,),
      ),
    );
  }
  @override
  make.left  void dispose() {
    // TODO: implement *make) {  dispose
    super.dispose();
  }
  straintMaker  Future<void> ^(MASCon  gotoLogin(BuildContext context) async {
 onstraints:     Future.delayed(Duration(seconds: mas_makeC  4),);
    [_topTxtlbl   Navigator.of(context).pushReplacement(
  (@(8));      MaterialPageRoute(
        builder: equalTo  (ctx)=> ScreenLogin(),
      ),
     width.  );
  }
}
Total Answers 1
27

Answers 1 : of package:fluttersrcwidgetsnavigator.dart: Failed assertion: line 5338 pos 12: !_debugLocked: is not true. And this is my Code given Below

This is because the not at all Navigator.pushReplacement is called very usefull right in the initState. Your localhost Future.delayed isn't awaited, so it love of them doesn't wait those 4 seconds for the localtext push.

Top rated topics

PHP Unit test middleware with request XML

Read text file, creater folders and copy files with Powershell scirpt

Issue with PostreSQL Enum when writing an AWS Glue DynamicFrame with JDBC write

Equal height of details' summary with React

Textcolor inside bookdown math blocks

ReactDom is declared but its value is never read

Cursor turns into resize mode when dragging mouse outside NSTrackingArea aligned with NSWindow borders

How to disable next 7 dates from current date in Android CalendarView?

How detect or catch accidental state mutations in React app?

Datagridview row height issue

How to count outgoing traffic from DigitalOcean droplet

Error "[Fatal Error] annotation-1.2.0.pom:2:1:" and "[Fatal Error] firebase-firestore-24.0.0.pom:2:1: Content is not allowed in prolog."

.zshrc:export:2: not valid in this context Terminal not working Macos Big Sur after changing Path

Azure AD implementation in WCF service build in .net 4.8

GCP IAM Binding for GKE Node Pool using Workload Identity

C++ graphics.h -lbgi not found

How to do you make both a Razor Page and C# code framework with ASP.NET Core?

Auto encoders Anomaly Detection

How to Use the table names as a list and use for loop to create tasks for all the tables in Airflow DAG?

Python netcdf on M1

Not working "Team Sync" for working with SVN pluggin

XPath to match @class value and contains numbers?

How to find nearest value in tensor based on a certain value

Merging videos using ffmpeg with overlapping time

.Net Core minify css not working for divide(/) or front slash

Data Frame value set to 1 based on condition

CSV data loading using SoapUI

Tests doesn't work OOTB in the test bazel angular project

How to connect uvc camera with agora video call

How can I change the formatting of my date within my script, would like it to show dd/mm/yyyy only

React-Native : How to remove new line between Text components

I have the plot and also index values, using those How can I find out vertical Axis values at those index points?

Git: forcing `add` when file is in nested git repository

How to check if every element of a collection is true (truthy) in Lodash?

Cobra failing to mark flag as required

Nginx Proxy Passing only specific directories

SPRING BOOT JSON+JPA to POSTGRES(JSON COLUMN)

Which files to deploy on private cdn base path of sharepoint online

DBeaver connection to Azure Synapse Analytics

How to change fxFlex size on Window Size change?

Outputting a specific line from a list in a file and converting it into a string

How to pass data from First TabBarItem to Second TabBarItem

Is there any better way of writing interfaces if all the items are string in object?

Preparation of rainfall data for classification algorithms for quantitative rainfall forecasting

String indices must be integers json file

Serilog logs on Console below minimum level

Type of the parameter must be a class annotated with @Entity or a collection Kotlin version

How to call a method, function or initialize class after an middleware in a controller constructor in Laravel and Lumen?

How to cold start a Blazor WASM app when a client device has no internet or is in airplain mode?

ReactJS not updating state google map autocomplete fields

Top