googleads / admob-ads-in-flutter

Apache License 2.0
73 stars 36 forks source link

Using statefull widget in home route is redundant #19

Closed asavchuk closed 2 years ago

asavchuk commented 3 years ago

Statefull widget was used with no reason in HomeRoute class.

kunny commented 2 years ago

Makes sense! Updated HomeRoute to `StatelessWidget.