main library
Classes
- HomePage
-
HomePage
is aStatefulWidget
that creates a_HomePageState
when it's built - LocaleProvider
- It provides a locale and notifies listeners when the locale changes
- MyApp
-
MyApp
is aStatelessWidget
that returns aCupertinoApp
with aHomePage
as the home page and aCupertinoThemeData
with a light brightness and a system orange primary color
Functions
-
main(
) → void - "Set the preferred orientation of the app to landscape, then run the app."