utils/flutter_helper_utils library

Functions

degreeToRadian(double degree) double
Converts degrees to radians. Returns the equivalent value in radians for the given degree.
getBytesFromAsset(String path, {int? width}) Future<Uint8List>
Checks the network connection by attempting to lookup 'google.com'.
wait<T>([int millisecond = 1500, FutureOr<T> value()?]) Future<T>
Short for Future.delayed.