OregonStateUniversity / rfr-cookbook

Redmond Fire & Rescue protocol cookbook.
MIT License
0 stars 0 forks source link

Exception at startup - wrong hierarchy for MaterialApp? #21

Closed ybakos closed 2 years ago

ybakos commented 2 years ago

When I build and run, the app throws an exception about missing a directionality widget related to some RichText. This is likely because the root widget is not a MaterialApp.

Are you sure about passing runApp a FutureBuilder widget? Shouldn't that be lower in the widget tree?

Screen Shot 2022-01-25 at 12 05 53 AM