cancel
Showing results for 
Search instead for 
Did you mean: 
BettyRNorahDeni
Member
since ‎01-27-2022
‎07-12-2022

Your latest statistics

  • 5 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Can I test clicking a button and going to the next screen?I think this is impossible in integration testing. final signInText = find.text('signin');expect(signInText, findsWidgets); // OKfinal textField = find.byType(TextFormField);await tester.enter...