로딩
요청 처리 중입니다...

[Flutter 2.0] onboarding 코드 예제

 [Flutter 2.0] onboarding 코드 예제

import 'package:flutter/material.dart'; import 'package:introduction_screen/introduction_screen.dart'; import 'main.dart'; class OnBoardingPage extends StatelessWidget { @override Widget build(BuildContext context) { return IntroductionScreen( pages: [ PageViewModel( title: 'Welcome to my app', body: 'this is the first page' 'we are making on-board screens.' 'provide latest info of university.'

'pleae check our site to browse univ', image: Image.asset('assets/30719.jpg'), decoration: getPageDeco...