0 purchases
sondv
sondv package #
Package includes utilities during working at my company
Getting started #
Depend on it #
dependencies:
sondv: any
copied to clipboard
Widgets
value: double
copied to clipboard
Gap(dimension, child)
GapH(height, child)
GapW(width, child)
Dialogs
Future<bool> showConfirmAction()
Future<String?> showConfirmInputDialog()
void showMessageDialog()
void showProcessingDialog()
Utils
Logs
void showLog(dynamic object, {String flags = "App Logs"})
void showLogWithoutTime(dynamic object, {String flags = "App Logs"})
Navigator
Future<T?> push()
void pop()
void popToRoot()
Future<T?> pushReplacement()
Route\<T> defaultPage()
SnackBar
void showSnackBar()
Validator
String? validateValueIsEmpty(String? value, {String errorMessage = 'This field is required',})
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.