first_time_screen 1.0.3 copy "first_time_screen: ^1.0.3" to clipboard
first_time_screen: ^1.0.3 copied to clipboard

Widget to determine if app has been opened after installation. If it has, display a intro screen

First Time Screen #

  • Displays an intro screen if app has been opened for the first time

Usage #

  • Add the dependency to your pubspec.yaml.
    dependencies:
        flutter:
            sdk: flutter
        first_time_screen:
  • How to use
    FirstTimeScreen(
        loadingScreen: Text("Loading"),
        introScreen: MaterialPageRoute(builder: (context) => Intro()),
        landingScreen: MaterialPageRoute(builder: (context) => Home()),
    )

19
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Widget to determine if app has been opened after installation. If it has, display a intro screen

Homepage
Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on first_time_screen