flutter/dev/integration_tests/flutter_gallery/lib
Nate 26e379e0fc
Refactoring if chains into switch statements (#144905)
Based on issue #144903, this PR aims to bring the codebase more in line with the [Flutter repo style guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#avoid-using-if-chains-or--or--with-enum-values):

> #### Avoid using `if` chains or `?:` or `==` with enum values

<br>

This change unfortunately increases the total line length, but it also improves readability.
2024-03-11 23:04:57 +00:00
..
demo Refactoring if chains into switch statements (#144905) 2024-03-11 23:04:57 +00:00
gallery Add missing parameter to TableBorder.symmetric, and improve class constructors (#144279) 2024-03-04 20:20:19 +00:00
delayed_main.dart Add a startup test that delays runApp (#91346) 2021-10-06 09:43:02 -07:00
demo_lists.dart Migrate gallery/transitions_perf test to e2e (#62064) 2020-08-12 13:36:07 -07:00
main_publish.dart Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00
main.dart Move flutter_gallery to the testing folder (#52532) 2020-03-16 10:31:42 +01:00