Need to implement tests
error: Missing variable type for 'color'. (implicit_dynamic_variable at lib\showcase\process_timeline.dart:74) error: Missing variable type for 'child'. (implicit_dynamic_variable at lib\showcase\process_timeline.dart:75)
@chulwoo-park What kind of tests are we looking at? Tests for each widget(component)?
@Akora-IngDKB
Even if the code is changed, the current widgets should be drawn the same, so I considering a snapshot test. But I think maintenance will be difficult.
I don't have a specific plan yet other than this. 😢
Will normal widget tests work fine?