Skip to content

Releases: aagarwal1012/IntroViews-Flutter

Release 3.2.0

13 Jun 18:10
0f9b1d4
Compare
Choose a tag to compare

3.2.0

  • Fixed overflowing issue with the bubbles. Thanks @Jayson1999
  • Updated app example
  • Updated CI

3.1.1

3.1.0

  • Added new pageBackground property to the PageViewModel, which sets a widget as a
    background of the whole page (pageColor has priority over this). Thanks @ride4sun
  • Arguments title, body and mainImage are 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.

2.9.0

  • Critical Bug Fix: Replacing deprecated resizeToAvoidBottomPadding.

2.8.2

  • Minor bug fixes and enhancements.

2.8.1

  • Minor bug fixes.

2.8.0

Bug Fixes

  • Add SafeArea to align title below display cutouts.
  • Prevent multiple rapid clicks to overflow index bounds.

2.7.0

Feature Enhancement

  • Allow title TextStyle and body TextStyle to be changed individually.
  • fix: title size for iPhone 5s

2.6.0

  • Fix problem padding top in title of pageViews.
  • Background property added that can be used to add full screen image to IntroViews.

🐛 Bugs Resolved

02 Apr 18:20
d4536bf
Compare
Choose a tag to compare
  • Fix problem padding top in the title of pageViews.
  • Background property added that can be used to add the full-screen image to IntroViews.
  • Added Next Button to move to the next screen. Overriding doneButtonPersist.
  • Added Back Button. Overrides showSkipButton starting from the second page.

❤️ Feature Rage

21 Nov 12:01
Compare
Choose a tag to compare
  • Exposed the way to change the distance a user needs to drag for a full transition to occur using fullTransition and its default value is set to 300.0.
  • Added ability to insert a custom widget in the page bubble.
  • Changed title, body, mainImage PageViewModel types to be more dynamic.
  • Removed all new keywords.
  • Exposed columnMainAxisAlignment to change mainAxisAlignment.
  • Updated Readme.

⚡️ Minor Update

05 Sep 16:19
Compare
Choose a tag to compare
  • Adjust the Scaffold in fullscreen.

🎉 First Github Release

14 Aug 17:56
d206537
Compare
Choose a tag to compare
v2.2.3

:bug: fix travis build badge