Relative Content

Tag Archive for androidflutterfirebasedart

creating a bundle from courses

langugae :dart
framework:flutter
backend:firebase
i have a bundle which is basically multiple courses sold at a discounted price the problem is that i can’t create purchased_course documents using multiple courses ref list in bundles and each course also has its own books and videos subcollection i would love to hear your ideas for this

creating a bundle from courses

langugae :dart
framework:flutter
backend:firebase
i have a bundle which is basically multiple courses sold at a discounted price the problem is that i can’t create purchased_course documents using multiple courses ref list in bundles and each course also has its own books and videos subcollection i would love to hear your ideas for this

AndroidStudio Flutter

Error occur when we run the code. Unhandled exception:
FileSystemException:writeFrom failed, path = ‘C/users/user/appdata/local/temp/flutter_tools.47262eaf/flutter_tools.c48f25cf/app.dill’ on this disk low space.

Flutter – Firebase – Check internet connection on app startup

I am trying to check internet connection on startup and decide whether I want to open page with data from Firebase or different page with data from local storage.
But it fails (sometimes it works one time and then it gets stuck on white screen again) with error messages shown below).
It seems the problem is only when there is internet connection (but I am not sure).

How to re-initialize video player in flutter?

I have a page in my flutter app called ChooseVideoPage to pick a video, and after picking the video file i navigate to the next page which called AppPage that display the video, and i have an icon in appbar in this page to pick another video file to play in the same page AppPage instaed the current video.

Problem In Login Module In Firebase login anynoumsly not working

When i Run Code with ‘await’ with ‘await’ stcuk app at black screen 3.Run with out ‘await’ 4.App is install succesfully but when i press on guest it will not working 5.once i press on guest it will look like this main.dart import ‘package:flutter/material.dart’; import ‘package:multi_score/auth/customer_signup.dart’; import ‘package:multi_score/main_screens/customer_home.dart’; import ‘package:multi_score/main_screens/supplier_home.dart’; import ‘package:multi_score/main_screens/welcome_screen.dart’; import ‘package:firebase_core/firebase_core.dart’; void […]