File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11name : flutter_onboarding_screen
22description : A flutter package which help developer in creating a onboarding screens of their app.
3+ author : Tushar Nikam <champ96k@gmail.com>
34version : 0.0.1
45homepage : https://github.com/champ96k/flutter-onboarding-screen
56
You can’t perform that action at this time.
0 commit comments