hw_introduction_screen 0.0.2 copy "hw_introduction_screen: ^0.0.2" to clipboard
hw_introduction_screen: ^0.0.2 copied to clipboard

Introduction package for flutter app with some customizations possibilities by Hady Pratama.

example/lib/main.dart

import 'package:example/pages/IntroductionPage.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Hw Intorduction Screen Example',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: IntroductionPage(),
    );
  }
}
7
likes
110
pub points
59%
popularity

Publisher

unverified uploader

Introduction package for flutter app with some customizations possibilities by Hady Pratama.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on hw_introduction_screen