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
130
points
51
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on hw_introduction_screen