The following _CastError was thrown building FutureBuilder<DatabaseNote>

Issue I am encountering a _CastError in Flutter and I’m not sure what can cause it : ═══════ Exception caught by widgets library ═══════════════════════════════════ The following _CastError was thrown building FutureBuilder<DatabaseNote>(dirty, state: _FutureBuilderState<DatabaseNote>#aa5d0): type ‘Null’ is not a subtype of

Continue reading