SYMBOL INDEX (36 symbols across 5 files) FILE: lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) class MyHomePage (line 20) | class MyHomePage extends StatelessWidget { method build (line 24) | Widget build(BuildContext context) FILE: lib/timer_page.dart class ElapsedTime (line 4) | class ElapsedTime { class Dependencies (line 16) | class Dependencies { class TimerPage (line 24) | class TimerPage extends StatefulWidget { method createState (line 27) | TimerPageState createState() class TimerPageState (line 30) | class TimerPageState extends State { method leftButtonPressed (line 33) | void leftButtonPressed() method rightButtonPressed (line 43) | void rightButtonPressed() method buildFloatingButton (line 53) | Widget buildFloatingButton(String text, VoidCallback callback) method build (line 61) | Widget build(BuildContext context) class TimerText (line 86) | class TimerText extends StatefulWidget { method createState (line 90) | TimerTextState createState() class TimerTextState (line 93) | class TimerTextState extends State { method initState (line 100) | void initState() method dispose (line 106) | void dispose() method callback (line 112) | void callback(Timer timer) method build (line 130) | Widget build(BuildContext context) class MinutesAndSeconds (line 151) | class MinutesAndSeconds extends StatefulWidget { method createState (line 155) | MinutesAndSecondsState createState() class MinutesAndSecondsState (line 158) | class MinutesAndSecondsState extends State { method initState (line 166) | void initState() method onTick (line 171) | void onTick(ElapsedTime elapsed) method build (line 181) | Widget build(BuildContext context) class Hundreds (line 188) | class Hundreds extends StatefulWidget { method createState (line 192) | HundredsState createState() class HundredsState (line 195) | class HundredsState extends State { method initState (line 202) | void initState() method onTick (line 207) | void onTick(ElapsedTime elapsed) method build (line 216) | Widget build(BuildContext context) FILE: test/widget_test.dart function main (line 12) | void main() FILE: test_driver/perf.dart function main (line 4) | void main() FILE: test_driver/perf_test.dart function main (line 9) | void main()