mirror of
https://github.com/flutter/flutter.git
synced 2026-02-13 22:31:34 +08:00
I had to add a setLocale method to WidgetTester and split the code in FlutterBinding which handled locale changes to allow me to dispatch a locale change w/o actually changing what the c++ code reports as the locale. Also added the test to Travis. @abarth @jason-simmons