flutterflow_helpers library
FlutterFlow Helpers — A lightweight utility toolkit for safer API and JSON handling in FlutterFlow custom actions and widgets.
Import this single file to get access to all helpers:
import 'package:flutterflow_helpers/flutterflow_helpers.dart';
Classes
Extensions
-
ApiExtensions
on Map<
String, dynamic> - API response helper extensions for FlutterFlow map-based API responses.
- DynamicExtensions on Object?
-
Safe type conversion extensions for
dynamicvalues. -
JsonExtensions
on Map<
String, dynamic> - Safe JSON parsing extensions for Map<String, dynamic>.
-
ListExtensions
on List<
T> - Safe list access extensions for List and nullable lists.
-
NullableListExtensions
on List<
T> ? - Safe list access extensions for nullable Lists.
- PathExtensions on Object?