Flutter onboarding screen - An example of onboarding screen on Flutter

Overview

Flutter Onboarding Screen

IntroViews is inspired by Paper Onboarding. Thanks to Fluttery.

Future Development

Pull requests and suggestions welcome.

  • Log in screen

License

Copyright (c) 2019 Ümit Duran

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be included in all
   copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Comments
  • Request to Add Licence

    Request to Add Licence

    I am Maheshwari from team GeekyAnts. On behalf of Start Flutter, we add open source products which we find helpful to the community & also we provide credits to author itself. Let me know if you are interested showcase your product in our open source website. If yes, then I request you to add MIT Licence in your repo. Looking forward to hear from you.

    opened by maheshwari-1153 3
  • The getter 'INFINITY' isn't defined for the class 'double'

    The getter 'INFINITY' isn't defined for the class 'double'

    As read in the title I am getting an error. When trying to compile the project I get this:

    Compiler message:
    lib/UI/pages.dart:37:23: Error: Getter not found: 'INFINITY'.
            width: double.INFINITY,
                          ^^^^^^^^
    Compiler failed on /Users/user/Desktop/flutter_onboarding_screen-master/lib/main.dart
    Finished with error: Gradle task assembleDebug failed with exit code 1
    

    Any idea why this is happening?

    opened by danieldcoded 2
  • Fix animation when closing PageReveal.

    Fix animation when closing PageReveal.

    The PageReveal closes immediately when the page was not changed (slidePercent <= 0.5). This commit fixes the animation of PageReveal by changing the page after the main animation was finished. The effect can be easily observed when the value of PERCENT_PER_MILLISECOND is changed to e.g. 0.001.

    opened by perexis 0
  • How to next/prev programmatically?

    How to next/prev programmatically?

    I want the user navigate to the next onboarding slide not only by swiping, but also when they tap the slide. Would you implement this functionality or give me an example about how to do it?

    opened by topex-psy 1
  • The method 'add' was called on null.

    The method 'add' was called on null.

    Happened when I tried to slide to the next page

    flutter: EXCEPTION CAUGHT BY GESTURE flutter: The following NoSuchMethodError was thrown while handling a gesture: flutter: The method 'add' was called on null.

    opened by affandyyy 0
Owner
Ümit Duran
Flutter Developer
Ümit Duran
Onboarding flow and login screen made with flutter 💖.

?? ?? Flutter Animated Onboarding And Login Page Flutter project for creating animated onboarding and login screen. Star ⭐ the repo if you like what y

Manish Dayma 5 Nov 26, 2022
Onboarding Screen

SKOnBoarding Screen A library that walks a user through multiple on-boarding screens in a simple and easy way GIF ?? Installation You just need to add

Senthil_Kumar 28 Nov 4, 2022
Fancy OnBoarding Screen Library

?? FancyOnBoarding A Fancy OnBoarding Screen Library for Easy and Quick Usage. Checkout the Original Author : Checkout the Original Designer : The sou

Sahil Kumar 346 Dec 28, 2022
Doctor Consultation App in Flutter containing splash screen on boarding screen Routing state management Dash board Bottom navigation Decorated Drawer and Doctors Screen in the last.

Online doctor Consultation App UI in Flutter Doctor Consultation App UI in Flutter Visit Website Features State Management Navigation Bar Responsive D

Habib ullah 14 Jan 1, 2023
Android test task master - Create PIN code screen, authentication by PIN code screen and menu screen

Here is described test tasks for a android dev. Need to implement three screens:

null 3 Oct 4, 2022
Lottie-package-example-Flutter - A simple example about lottie package in Flutter

Lottie Package example - Flutter ScreenShot ⚠️ Essential Packages lottie: ^1.2.1

AmirHossein Bayat 3 Dec 7, 2022
Smooth-Page-Indicator-Example-Flutter - A simple example about smooth page indicator in Flutter

Smooth Page Indicator Example - Flutter Screenshots ⚠️ Essential Packages smooth

AmirHossein Bayat 6 Dec 7, 2022
Example implementation of Responsive Screen for Mobile, Tablet, Web, and Desktop in Flutter

flutter_responsive A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you start

R. Rifa Fauzi Komara 7 Oct 12, 2022
Flutter-Onboarding-UI-Concept - A Flutter conceptual design for on boarding screens for mobile apps

flutter_onboarding_ui_concept A conceptual design for on boarding screens for mobile apps. This app provides you with all the information you need to

CODEHOMIE 265 Dec 25, 2022
App onboarding build in Flutter

onboarding_flutter App onboarding build in Flutter Getting Started This project is a starting point for a Flutter application. A few resources to get

Baljeet Singh 1 Jul 24, 2022
Arisonboardingscreen - Create your custom and beautiful onboarding screens easily with Flutter

Flutter Tutorial - Onboarding UI Screen Create your custom and beautiful onboard

Behruz Hurramov 5 Oct 30, 2022
A beautifully crafted app that takes you through an onboarding experience

Onboarding App davidcobbina.com Beautifully crafted with flutter and love, a useful UI Kit for developers and designers who want to kick start their a

David-Legend 80 Dec 3, 2022
User onboarding library with smooth animation of objects and background colors

SlidingTutorial Cleveroad introduces Sliding Tutorial Library for Flutter Hey guys, hope you haven’t started developing a tutorial for your Flutter ap

Cleveroad 127 Dec 31, 2022
A Flutter plugin for changing the Home Screen, Lock Screen (or both) Wallpaper on Android devices.

wallpaper_manager A Flutter plugin for changing the Home Screen, Lock Screen (or both) Wallpaper(s) on Android devices. Usage Installation In the pubs

Aditya Mulgundkar 38 Nov 28, 2022
Flutter screen adaptation, font adaptation, get screen information

flutter_screenutil A flutter plugin for adapting screen and font size.Let your UI display a reasonable layout on different screen sizes! Note: This pl

OpenFlutter 3.4k Jan 6, 2023
flutter web app with given code and example. Step by step teaching how to build a flutter web app with backend

flutter_web A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

dbestech 20 Oct 26, 2022
[Example APPS] Basic Flutter apps, for flutter devs.

Show some ❤️ and star the repo to support the project This repository containing links of all the example apps demonstrating features/functionality/in

Pawan Kumar 17.9k Jan 2, 2023
Flutter starter - GetX Flutter Firebase Auth Example

GetX Flutter Firebase Auth Example UPDATE: Version 2.0.0 Changed to new language

Jeff McMorris 393 Jan 5, 2023
Flutter-writting-prompt - Flutter example app used to show Writing Prompts to the user

Writing Prompt A writing prompt application designed to showcase an approach to a "Clean"er architecture in Flutter with Bloc and RxDart, including Un

Gonçalo Palma 42 Dec 11, 2022