Closed ellynhan closed 2 years ago
Please try the new version (after my pull request) and relaunch the app after accepting the permissions.
Thanks @nicolaspernoud
Successfully uploaded https://pub.dev/packages/carrier_info "2.0.4".
On Thu, Jan 6, 2022 at 3:36 PM Nicolas PERNOUD @.***> wrote:
Please try the new version (after my pull request) and relaunch the app after accepting the permissions.
— Reply to this email directly, view it on GitHub https://github.com/Zfinix/carrier_info/issues/16#issuecomment-1006639613, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGE3JSNIM36M53UL4GV342DUUWSHDANCNFSM5LMMCSJA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Successfully uploaded https://pub.dev/packages/carrier_info "2.0.4". … On Thu, Jan 6, 2022 at 3:36 PM Nicolas PERNOUD @.> wrote: Please try the new version (after my pull request) and relaunch the app after accepting the permissions. — Reply to this email directly, view it on GitHub <#16 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGE3JSNIM36M53UL4GV342DUUWSHDANCNFSM5LMMCSJA . You are receiving this because you are subscribed to this thread.Message ID: @.>
oh, now It works!! Thank you :)
And I curious,
does it only work on mobile data environment?
Is it correct result of all-null on wifi environment?
Glad that it works ! If your connected to wifi AND mobile network, you will get data for mobile network. But if your are connected only to wifi, it will not output carrier data.
Thanks for the tip!
On Thu, 6 Jan 2022 at 3:59 PM, Nicolas PERNOUD @.***> wrote:
Glad that it works ! If your connected to wifi AND mobile network, you will get data for mobile network. But if your are connected only to wifi, it will not output carrier data.
— Reply to this email directly, view it on GitHub https://github.com/Zfinix/carrier_info/issues/16#issuecomment-1006657260, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGE3JSOBPALWQTYGBL452JDUUWU5FANCNFSM5LMMCSJA . You are receiving this because you commented.Message ID: @.***>
-- Chiziaruhoma O.
I see, thank you all! 👍👍👍
I tried to use this package, but the example code didn't work for me.
What parts that I changed are,
CarrierData carrierInfo initializing
remove ? from HomeItem value
The code is below,
and when I build this code, I got
Name - null Country Code - null Mobile Country Code - null ... Allow VOIP - false Radi Type - null Network Generation - null
and I think, it's just contents of CarrierData(). Is there any permission to check? or something else? what should I do for using this package? 😢