Skip to content

Commit 33db7f5

Browse files
committed
some changes
1 parent b899524 commit 33db7f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ class TestScreen extends StatelessWidget {
4949

5050
@override
5151
Widget build(BuildContext context) {
52-
//here we need to pass the list and the route for the next page to be opened after this.
52+
/* remove the back button in the AppBar is to set automaticallyImplyLeading to false
53+
here we need to pass the list and the route for the next page to be opened after this. */
5354
return new IntroScreen(list,MaterialPageRoute(builder: (context) => NextScreen()),
5455
);
5556
}

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: flutter_onboarding_screen
22
description: A flutter package which help developer in creating a onboarding screens of their app.
3+
author: Tushar Nikam <champ96k@gmail.com>
34
version: 0.0.1
45
homepage: https://github.com/champ96k/flutter-onboarding-screen
56

0 commit comments

Comments
 (0)