2023-10-19
- fix:
Continue
andCancel
button's strings in permission dialog
2023-08-11
- feat: update Dio version
2022-10-18
- feat: customize a OrderActivePositionBlocListener with custom pickers
- The package no longer exposes
dartz
but retains tuple support with thetuple
package, it depends on indirectquiver
package UseCase
are now simple functions that take a parameter as input and return a result. CatchFailure
exceptions to handle use case fillings. Do not capture if it is not necessary and or you do not want to manage the failure, let the error go on forever.- Moved
BuildContext.showDialog
andBuildContext.showGeneralDialog
toflutter_extensions
package
- Now the stream returned by
StreamUseCase
andProgressUseCase
is not closed when they receive an error FlutterConsoleLogOutput
has been added to avoid conflicting flutter prints with logger printsDateTimeSerializerPlugin
has been added- Added
Permission.notification
andPermission.camera