how to display dot text carousel in flutter
I want to show a text carousel with dots below the text on the onboarding screen of my app. How can I achieve this? Watch the image to see what I wanna achieve.
I want to show a text carousel with dots below the text on the onboarding screen of my app. How can I achieve this? Watch the image to see what I wanna achieve.
I have a list of Map items. From this i want to modify a key value of an item by using it's id. The below is the List of map. List items = [{'id':'01','name':'Rahul'},{'id':'02','name':'John'},{'id':'03','name':'Marry'}]; From this list when i press…
I added the firebase auth package then got an error in the ios podfile [!] CocoaPods could not find compatible versions for pod "Firebase/Auth": In Podfile: Firebase/Auth firebase_auth (from `.symlinks/plugins/firebase_auth/ios`) was resolved to 0.0.1, which depends on Firebase/Auth (~> 6.3)…
I am very new to flutter. I have to make an app that send the device location every 10 seconds, even if app is minimised and gets killed by the user. After that data i have to make a socket…
I want to align the switch button to Top right side (marked in the picture) What i did, I tried FlutterSwitch wrap with container and set aligment. It didn't work. then i tried Positioned, It also didn't work Scaffold( backgroundColor:…
I've been learning flutter for 2 months. I'm trying to develop a wallpaper app. I created a model and a function. But right now I can only download 1 wallpaper. How can I make this a list? I get this…
** flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.24.0/lib/src/firebase_app.dart:18:25: Error: Member not found: 'FirebaseAppPlatform.verifyExtends'. FirebaseAppPlatform.verifyExtends(_delegate); I used . . . firebase_core: ^1.7.0....I cheked in my code but there is not show any error shoud i change in my library file of firebase_core:1.24.0 ***
I get this error: Member not found: 'FirebaseAppPlatform.verifyExtends'. FirebaseAppPlatform.verifyExtends(_delegate); flutter clean flutter pub get pod install
I have a project in flutter that relies on Firebase for authentication, firestore, and functions. However, I have a receiver class that extends BroadcastReceiver and runs in the background, on the android side of my application. Within this receiver class…
The version i used firebase_database: ^9.1.7, flutter_geofire: ^2.0.0