skip to Main Content

type 'String' is not a subtype of type 'Map<dynamic, dynamic>' in type cast Flutter realtime database

When i create a realtime database table, then i get the table datas, but i got and i changed the method and tried Map data = snapshot.value as Map import 'dart:convert'; import 'package:firebase_database/firebase_database.dart'; import 'package:firebase_database/ui/firebase_animated_list.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; class…

VIEW QUESTION
Back To Top
Search