Learn Make Intro View Using Flutter
Learn Make Intro View Using Flutter, available at Free, has an average rating of 2.55, with 6 lectures, based on 125 reviews, and has 7823 subscribers.
You will learn about build Intro Views Flutter This course is ideal for individuals who are Students or Mobile Developers or Flutter Learner It is particularly useful for Students or Mobile Developers or Flutter Learner.
Enroll now: Learn Make Intro View Using Flutter
Summary
Title: Learn Make Intro View Using Flutter
Price: Free
Average Rating: 2.55
Number of Lectures: 6
Number of Published Lectures: 6
Number of Curriculum Items: 6
Number of Published Curriculum Objects: 6
Original Price: Free
Quality Status: approved
Status: Live
What You Will Learn
- build Intro Views Flutter
Who Should Attend
- Students
- Mobile Developers
- Flutter Learner
Target Audiences
- Students
- Mobile Developers
- Flutter Learner
A Flutter package for simple material design app intro screens with some cool animations.
Table of contents #
-
Features
-
Getting Started
-
Usage
-
Documentation
-
PageViewModel Class
-
IntroViewFlutter Class
-
-
Bugs or Requests
-
Donate
-
Contributors
-
License
Features #
-
Easy addition of pages.
-
Circular page reveal.
-
Cool Animations.
-
Animation control, if the user stops sliding in the midway.
-
Skip button, for skipping the app intro.
-
Custom font selection.
-
Material Design.
Getting Started #
You should ensure that you add the intro_views_flutter as a dependency in your flutter project.
dependencies:
intro_views_flutter: ‘^2.8.0’
You should then run flutter packages get in your terminal so as to get the package.
Usage #
-
IntroViewsFlutter widget require a list of PageViewModel , and some other parameters. Refer the code below to create a PageViewModel page.
Final page = new PageViewModel(
pageColor: const Color(0xFF607D8B),
iconImageAssetPath: ‘assets/taxi-driver.png’,
iconColor: null,
bubbleBackgroundColor: null,
body: Text(
‘Easy cab booking at your doorstep with cashless payment system’,
),
title: Text(‘Cabs’),
mainImage: Image.asset(
‘assets/taxi.png’,
height: 285.0,
width: 285.0,
alignment: Alignment.center,
),
titleTextStyle: TextStyle(fontFamily: ‘MyFont’, color: Colors.white),
bodyTextStyle: TextStyle(fontFamily: ‘MyFont’, color: Colors.white),
);
-
Now refer the code below to get the IntroViewsFlutter widget.
final Widget introViews = new IntroViewsFlutter(
[page],
onTapDoneButton: (){
//Void Callback
},
showSkipButton: true,
pageButtonTextStyles: new TextStyle(
color: Colors.white,
fontSize: 18.0,
fontFamily: “Regular”,
),
);
For further usage refer the example available.
For Landscape preview click the link.
Note : If you added more than four pages in the list then there might be overlapping between page icons and skip button, so my suggestion is just make the showSkipButton: false.
Course Curriculum
Chapter 1: Intro Views Flutter
Lecture 1: 1- Install The Package
Lecture 2: 2- Create IntroViewFlutter
Lecture 3: 3- Create Page in App
Lecture 4: 4- Try The Package
Lecture 5: Finish
Lecture 6: main.dart
Instructors
-
Ahmed Zeyada
Full Stack PHP Developer
Rating Distribution
- 1 stars: 47 votes
- 2 stars: 11 votes
- 3 stars: 21 votes
- 4 stars: 21 votes
- 5 stars: 25 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024