flutterfly library

Classes

ConnUtil
DynamicUtils
FlyImage
A Widget for URL Image. it calls Image.network internally. while it's being loaded, it shows CircularProgressIndicator indicating the current download progress. Currently it has limitation where it might crash the app when the url can't be found. https://github.com/flutter/flutter/issues/20910
FlyTimeline
FlyTimelineItem
Validator
The generic validator class that can be used for various validation purposes
ValidatorNumber
Validators that are specifically for num only
ValidatorString
Validators that are specifically for String only

Constants

int64Max → const int

Typedefs

ValidationRule = String? Function(dynamic value)
ValidationUnless = bool Function(dynamic value)