Ahmet Uzun
Ahmet Uzun
Third question: I cloned the project. I created a new Firebase project and updated __APP__FIREBASE_PROJECT_ID and __APP__FIREBASE_API_KEY values in .env file. Then I ran "dart tools/scripts.dart app_env" which updated env.dart...
Answer to my 3rd question: I enabled Anonymous sign-in in the Firebase project and it worked. Maybe you should add this info to README.md :)
Besides enabling anonymous login, you also have storage, functions, firestore and hosting features on Firebase. I suppose hosting is only for your website's static files. Can you explain how to...
I think firestore and storage rules (firestore.rules and storage.rules) also need to be deployed using `firebase deploy` function if they are being used to store data. Am I right?
It would be great to have this feature :)
Here's what I did to solve this problem: I looked at the "sensors" flutter package and mimicked their coding pattern. I added my own flutter compass code in my_flutter_compass.dart file...
Please have a look at my solution on this link: https://github.com/hemanthrajv/flutter_compass/issues/36#issuecomment-667515116 #
The following url works fine on MacOS, Android and iOS: https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8 Do you have any idea about how to fix this? The first url is a live streaming url. The...
@ollyde I'm totally confused by your answer. The following url is playing fine on MacOS with this package: https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8 However the following one is not playing at all: https://live1pop03.kablowebtv.com/Live/HLS/1022/1022.m3u8 The...
I modified my fork beyond the scope of this library. I'll check if I can create a new fork and then create a pull request.