Navigation

 Navigation

Navigator.push(

    context,

    MaterialPAgeRoute(builder:(context) => SecondRoute()).

);

Navigator.pop(context);

Comments

Popular posts from this blog

TensorFlow Train/test /evaluation flow

AttributeError : module 'tensorflow' has no attribute 'global_variables_initializer'

AttributeError: module 'tensorflow_estimator.python.estimator.api._v2.estimator' has no attribute 'inputs'