New
Release 3.2.0
3.2.0
- Fixed overflowing issue with the bubbles. Thanks @Jayson1999
- Updated app example
- Updated CI
3.1.1
- Updated app example. Thanks @zognotadog
3.1.0
- Added new
pageBackgroundproperty to thePageViewModel, which sets a widget as a background of the whole page (pageColorhas priority over this). Thanks @ride4sun - Arguments
title,bodyandmainImageare no longer required and can be omitted.
3.0.0
Major Updates
- Migrated to null safety.
- Breaking Change: Now only a single import is required:
import 'package:intro_views_flutter/intro_views_flutter.dart';
Other old imports from this package are now invalid and must be removed/replaced with import above in order to solve path errors.