Closed pq closed 5 years ago
Fixed w/ be5b836a24bb0e67d2d6219cebce8e04cb463211.
[~/src/repos/surveyor] (master) $ cat accident_reporting_widget.csv
MaterialApp, 1, flutter
HomePage, 2, *
PageOne, 1, *
PageTwo, 1, *
PageThree, 1, *
PageFour, 1, *
PageFive, 1, *
PageSeven, 1, *
SwipeButtonDemo, 1, *
FullPageRadioGroup, 2, *
TopPrograssBar, 6, *
FullPageHumanAnatomy, 1, *
FullPageAnalogTimePicker, 1, *
FullPageLocationAndImagePicker, 1, *
DataReviewAndUpload, 1, *
/fyi @jayoung-lee
This is awesome! Thank you Phil.
To see where this is not working look at
accident_reporting
:and notice that we do not track ~
PageTransition
s and~PageOne
, etc.(EDIT:
PageTransition
is not a Widget...)