Introduction Screen Packages

intro_slider

The Flutter Intro Slider is a flutter plugin that helps you create a compelling opening for your app.

flutter_intro

A more efficient method for introducing new features and a step-by-step user guide for your Flutter project.

introduction_screen

The Flutter Onboarding/Introduction package for a flutter app with some customization possibilities

animated_walkthrough

An animated introduction and onboarding bundle for a Flutter app with some unique customizations possibilities.

onboarding

The Flutter On-boarding Landing Page Widget is a widget that allows developers to build an on-boarding landing page for flutter apps.

onboarding_overlay

Onboarding overlay may be controlled by using the target element or without it.

flutter_overboard

Create beautiful on-boarding slides with minimal code using the Onboarding widget for Flutter.

cool_stepper

You can really make yourself stand out if you create a friendly, effective landing page. You may use the same layout and graphics over and over again without

intro_screen_onboarding_flutter

Intro Screen Onboarding is a flutter plugin that aids in the development of an interesting introduction for your app. It’s never been easier or quicker to create a beautiful animated introduction!

Similar Posts

  • Clipboard Packages

    A clipboard is one of the most important tools for a mobile phone user. A clipboard is a place where you can store information that you need quick access to or from. You can use those items to copy and paste them into a word processor, mail, chat program, or other function. clipboard This is…

  • Dialog Packages

    A Dialog is a class that is intended to be subclassed by other classes. It’s often used to display messages on the page, or make choices available to the user. Flutter has a few built-in dialogs, but there are times when you need to build your own or use an existing package. adaptive_dialog Adaptively display…

  • Authentication Packages

    google_sign_in A Google Sign-In authentication system for signing in with a Google account on Android and iOS using the Flutter plugin. http_auth The library deploys a HTTP basic or digest authentication from Dart. firebase_auth The Flutter plugin for Firebase Auth enables Android and iOS authentication using passwords, phone numbers, and identity providers like Google, Facebook,…

  • Bottom Bar Packages

    convex_bottom_bar The ConvexAppBar is a Flutter package that creates and shows a convex tab in the bottom bar. Theming is supported. persistent_bottom_nav_bar For Flutter, a complete, highly configurable bottom navigation bar that is persistent/static and can be used for any application. It has up to 20 different styles. salomon_bottom_bar Another bottom navigation bar, but this…

  • Encryption Packages

    steel_crypt The library includes a wide range of high-level, cryptographic APIs. Hashing, password hashing, two-way encryption, MAC authentication, and key/IV generation are all supported by this library. cryptography Encryption, digital signatures, key agreement, authentication, and hashing are just a few of the cryptographic methods that may be used. AES, Chacha20, ED25519, X25519, and more are…

  • Shared Preferences Packages

    shared_preferences The Flutter plugin for reading and writing simple key-value pairs wraps NSUserDefaults on iOS and SharedPreferences on Android. rx_shared_preferences Preference updates for the rxdart streaming service are communicated via Reactive Streams. The SharedPreference wrapper is reactive stream rxdart. A stream-based wrapper around shared preferences that allows for reactively stored key-value pairs. shared_preferences_dtx The shared…