Some testing package
Features
Used for creating test
Getting started
download the package and add it in your pubspec yaml
Usage
showModalBottomSheet( isScrollControlled: true, context: context, builder: (BuildContext context) { return Padding( padding: MediaQuery.of(context).viewInsets, child: Container( height: MediaQuery.of(context).size.height * 0.70, child: QuestionWrapper( firstQuestionAnswer: rating - 1, customParams: {'tester': 'sachin 2'}, currentlyCollectedAnswers: (val){ print("from main currently collected answer ${val} "); }, ), ), ); }, ).whenComplete(() => { print("modal is closed 11901") });