CopyPastor

Detecting plagiarism made easy.

Score: 1; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2020-07-20
by Sourav Roy

Original Post

Original - Posted on 2020-07-20
by Sourav Roy



            
Present in both answers; Present only in the new answer; Present only in the old answer;

I am getting same error but while navigating to a page from a drawer. Below is the code but after number of attempts unable to find solution.
Navigator.push(context,MaterialPageRoute(builder: (context){ final nbloc = BlocProvider.of<NotificationBloc>(context); return BlocProvider(child: NotificationPage(), bloc: nbloc); }));
I am getting same error but while navigating to a page from a drawer. Below is the code but after number of attempts unable to find solution.
Navigator.push(context,MaterialPageRoute(builder: (context){ final nbloc = BlocProvider.of<NotificationBloc>(context); return BlocProvider(child: NotificationPage(), bloc: nbloc); }));

        
Present in both answers; Present only in the new answer; Present only in the old answer;