1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Parker Lougheed
5adcda3640 [compass_app] Don't expose Dimens subclasses (#2541)
Avoid exposing the subclasses as they shouldn't be instantiated again or
overridden.

Also consistently use fields and getters in the declarations.
2024-12-05 08:39:35 -05:00
Parker Lougheed
90cd385ef4 [compass_app] Mark classes used for namespacing as abstract final (#2540)
As they are just used for namespacing static properties, these classes
shouldn't be extended, implemented, or instantiated.
2024-12-05 08:39:19 -05:00
Parker Lougheed
754ddf0375 [compass_app/server] Misc consistency improvements (#2539) 2024-12-05 08:38:44 -05:00
Parker Lougheed
c3c93a82f5 [compass_app] Standardize on Result factories rather than constructors (#2538)
From my review of the recipes PR in
https://github.com/flutter/website/pull/11444#pullrequestreview-2480423811.
2024-12-05 08:38:14 -05:00
Parker Lougheed
90f0584108 Clean up SDK constraints and lints (#2471) 2024-10-11 19:05:16 -05:00
Eric Windmill
46b5a26b26 Compass app (#2446) 2024-09-28 08:49:27 +10:00