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

FFLogger
A lightweight debug logger for FlutterFlow custom actions and widgets.
FFPath
A static helper class to query nested JSON paths.

Extensions

ApiExtensions on Map<String, dynamic>
API response helper extensions for FlutterFlow map-based API responses.
DynamicExtensions on Object?
Safe type conversion extensions for dynamic values.
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?