Skip to content

package:flutter/src/widgets/navigator.dart': Failed assertion: line 5295 pos 12: '!_debugLocked': is not true #124

@rt234cw

Description

@rt234cw
Flushbar(        title: 'title',
                  message: 'ok',
                  flushbarPosition: FlushbarPosition.TOP,
                  duration: const Duration(seconds: 2),
                  animationDuration: Duration.zero,
                ).show(context);

While trying to disable animation by setting animationDuration : Duration.zero caused the exception
package:flutter/src/widgets/navigator.dart': Failed assertion: line 5295 pos 12: '!_debugLocked': is not true

Had searched for solution, however, I couldn't find one. Is there a solution of this issue?

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