VeryGoodOpenSource / very_good_flame_game

A Very Good Flutter Starter Flame Game created by the Very Good Ventures Team ๐Ÿฆ„
https://brickhub.dev/bricks/very_good_flame_game
MIT License
85 stars 11 forks source link

fix: add support for GlobalCupertinoLocalizations #42

Closed cgutierr-zgz closed 2 years ago

cgutierr-zgz commented 2 years ago

Description

Same as with the issue opened in very_good_core recently, I added the AppLocalizations.localizationsDelegates to the localizationsDelegates of the AppView and in pumpApp helper

This time I ran dart run tool/generator/main.dart only locally and didn't committed the changes into vcs, cause I saw @felangel reverted them

Thanks!

Type of Change