0 purchases
surveytest
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")
});
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.