Dedan Kibere
Dedan Kibere
@jefft0 I haven't entered any commands. I also can`t find documentation referencing that.
@danvick @KendiJ Should I just start working on it or wait to be assigned?
@danvick I saw somewhere you guys hold weekly meetings. How do I join as I can`t find any scheduled on the socials and on meetup
Hey..did u manage to solve this I am facing the same issue here is my flutter doctor -v `[√] Flutter (Channel stable, 2.5.1, on Microsoft Windows [Version 10.0.19042.1237], locale en-US)...
I realized the track is dormant so i decided to migrate it myself. add this to your pubsec.yaml `onboardme: git: url: https://github.com/ndungudedan/On-Board-Me.git ref: master` To import use this code `import...
Try to update to the latest version ` implementation 'io.github.ParkSangGwon:tedimagepicker:1.2.7' ` Then use the following lines of code. Checking if android is >10 and getting the Uri as follows sorted...
hey,I think this issue should be addressed now that google is enforcing use of scoped storage. Allowing legacy requests will not be working anymore.
Try to update to the latest version `implementation 'io.github.ParkSangGwon:tedimagepicker:1.2.7' ` Then use the following lines of code. Checking if android is >10 and getting the Uri as follows sorted the...
Hello @t-bast and @pm47 I am looking to contribute to the Eclair ecosystem, mostly on KMP. I have been looking at issues I could tackle, mainly from the TODOs in...
@AminSheikh @tudosxxx Here's a sample code that works for me: ```dart class AppsFlyerUtil { static AppsflyerSdk appsFlyerSdk = AppsflyerSdk(AppsFlyerOptions( manualStart: true, afDevKey: "", showDebug: kDebugMode, timeToWaitForATTUserAuthorization: 15, )); // Initialize...