main library
Classes
- HomePage
-
HomePageis aStatefulWidgetthat creates a_HomePageStatewhen it's built - LocaleProvider
- It provides a locale and notifies listeners when the locale changes
- MyApp
-
MyAppis aStatelessWidgetthat returns aCupertinoAppwith aHomePageas the home page and aCupertinoThemeDatawith 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."