intro_slider 3.0.7 copy "intro_slider: ^3.0.7" to clipboard
intro_slider: ^3.0.7 copied to clipboard

Flutter Intro Slider is a flutter plugin that helps you make a cool intro for your app

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:intro_slider_example/intro_screen_custom_config.dart';

void main() => runApp(const MyApp());

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: IntroScreenCustomConfig(),
      // home: IntroScreenCustomTab(),
      // home: IntroScreenDefault(),
      debugShowCheckedModeBanner: false,
    );
  }
}
1128
likes
0
pub points
98%
popularity

Publisher

unverified uploader

Flutter Intro Slider is a flutter plugin that helps you make a cool intro for your app

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on intro_slider