Skip to content

Navigate to another screen #2

@shqipesejdiu

Description

@shqipesejdiu

when I dont have connection i cant navigate to another screen.
error: I/flutter (11947): Another exception was thrown: 'package:flutter/src/widgets/navigator.dart': Failed assertion: line 1420 pos 12: '!_debugLocked': is not true.
to navigate to another screen i use this:
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => new ThankYouPageState(),
),
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions