Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 500 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 500 Bytes

flutter_intro_screen

A flutter package for making customizable intro (get started) screen.

Cover Image

Installation

You just need to add introduction_screen as a dependency in your pubspec.yaml file.

dependencies:
  
  flutter_intro_screen:
    git:
      url: https://github.com/iamnabink/flutter_intro_screen.git
      ref: main

Will be released soon

-- Pull request and feedback are always appreciated --