- BREAKING: Remove deprecated extensions.
- Remove url_launcher.
- Improve name regular expression to support more languages.
- Improve Tappable to support tooltip, behaviour and onTapUp callback.
- Fix warnings.
- Migrate to null-safety.
- Fix
marginBottom()
widget extension function. - Add
isNotEmptyOrNull
string extension getter. - Add
dial()
andsendMail()
string extension method. - Add
FludaX.x0_5 = FludaX.x * 0.5
constant. - Fix USAGE documentation typos.
- [Deprecated]
context.hideKeyboard()
. Usecontext.focus.hideKeyboard()
instead. - [Deprecated]
context.pop()
. Usecontext.navigator.pop()
instead. - [Deprecated]
context.textTheme
. Usecontext.theme.textTheme
instead. - Add
asyncCatchAll()
function.] - Add optional
onError
parameter tocatchAll()
function. - Add optional parameters to
launch()
string extension methods. - Add
toInt()
andtoDouble()
string extension methods. - Update guide and documentation.
- Init example project.
- Init Fluda homepage.
- Create CNAME.
- Initial release.