big_tip
Display information to the user using a custom layout, that can be actionable
3.0.1
jesusrp98/big_tip
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 5 weeks to 1.4 years
Nearly every release is documented
notes for 8 of 8 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
8 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Dec 2019 to Feb 2023
2020
2021
2022
2023
2024
2025
2026
Releases
latest 8-
3.0.102 Feb 2023Release notes
Open source →- Update default search page style to match Material 3.
- Add
very_good_analysispackage.
-
3.0.010 Sep 2022Release notes
Open source →- BREAKING CHANGE: Set min Flutter version to 3.3.0.
- BREAKING CHANGE: Removed ability to automatically place a button using the
actionparameter. Now you can do it directly using that parameter. - BREAKING CHANGE: Renamed
spaceparameter tochildSpace.
-
2.0.001 Apr 2021 -
1.1.111 May 2020 -
1.1.1+117 Jan 2021 -
1.1.003 Apr 2020Release notes
Open source →- A copuple and neccesary modifications have been made to the package, and unfortunatelly some breaking changes have been introduced.
- BREAKING CHANGE: Changed
title,subtitleandactionto beWidgetparameters, insteead ofString. This will allow a more customized used of this package. - BREAKING CHANGE: Deleted all style parameters. If you want to apply style, you could simply apply it directly to the widget itself.
- Added
subtitleSpaceparameter, to regulate the division between thetitleandsubtitlewidgets. - Added a bunch of tests.
- Fixed quite a few bugs.
- Added GitHub Actions CI.
- Updated minium Flutter SDK to v1.10.
-
1.0.024 Jan 2020Release notes
Open source →- Now this package is consider STABLE: no more breaking changes expected.
- BREAKING CHANGE: Deleted the
iconparameter in favor of a more genericchildparameter: now you can use other kind of widgets. As such, other parameters likeiconSizeandiconColorhave been deleted. - BREAKING CHANGE: Deleted the
messageparameter. Now you have the ability to add two label fields: a title and a subtitle, each with its own style parameter. - Added the ability to add a button at the bottom of the view, for the user to perform some kind of action, established on the
actionCallbackparameter. - The view now applies a custom icon theme via
IconTheme, if the developer uses aIconwidget as thechildwidget. This theme is similiar to the one used previously. - Space between the
childwidget and the title text has been lowered to22.
-
0.1.006 Dec 2019