Meliksah Cakir

Results 3 comments of Meliksah Cakir

you probably remove the jcenter from your repositories. Until the author moves the library to mavenCentral, we can use the following code: `allprojects { repositories { // ... jcenter() {...

Problemi tam bilmemekle beraber, eğer bir DateTime objesininin timeZone'unu değiştirmek istiyorsak, maalesef Flutter bunu henüz sağlamıyor. toLocal() ve toUtc() uzerinden islemler yapılabiliyor. Gerekirse su kütüphane kullanilabilir: https://pub.dev/packages/timezone

I don't think it should be the libraries responsibility. Normally, when get a callback on in our app regarding our alarm went off, we can register the new one again.