skip to Main Content

Android Studio – Error: The method 'FlatButton' isn't defined for the class 'PlatformButton'

im getting these errors and dont know how to fix them. ../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/flutter_platform_widgets-1.20.0/lib/src/platform_button.dart:269:14: Error: The method 'FlatButton' isn't defined for the class 'PlatformButton'. - 'PlatformButton' is from 'package:flutter_platform_widgets/src/platform_button.dart' ('../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/flutter_platform_widgets-1.20.0/lib/src/platform_button.dart'). Try correcting the name to the name of an existing method, or…

VIEW QUESTION

Postgresql – How to queries in supabase realtime?

Most of the blogs and stacks suggests below database for chat. message_table -id -message -conversationId -sender -receiverId conversation_table -id -conversationId Now message_table look like this. So, for the chat screen I subscribe the message table. final mySubscription = supabase .from('message_table')…

VIEW QUESTION
Back To Top
Search