fluda 1.0.0 fluda: ^1.0.0 copied to clipboard
Fluda is a library which makes Flutter application development faster and easier. It makes your code clean and easy to read.
[1.0.0] - June 19, 2021. #
- Migrate to null-safety.
[0.2.1] - July 20, 2020. #
- 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.
[0.2.0] - June 05, 2020. #
- [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.
[0.1.0] - June 04, 2020. #
- Init example project.
- Init Fluda homepage.
- Create CNAME.
[0.0.1] - June 03, 2020. #
- Initial release.