app_walk_through

A new Flutter plugin plugins for application walk through.

Getting Started

Installation

Add app_walk_through as a dependency in your pubspec.yaml file:

dependencies:
  app_walk_through: ^1.0.2

Usage

Import the package:

import 'package:app_walk_through/app_walk_through.dart';

Check out the example for a full implementation.

Example

AppWalkThrough(
  models: [
    AppWalkThroughDataModel(
      title: "Welcome",
      description: "Description here",
      image: "assets/images/img1.jpg",
    ),
  ],
  onNextButtonPressed: () {
    // Navigate to next screen
  },
  onSkipButtonPressed: () {
    // Skip walkthrough
  },
)

package demo

touch_ripple_effect

contributors

@Aditya panther

Libraries

app_walk_through