tmtit

Results 4 issues of tmtit

When i use LineChart and set enableDashedLine(4, 2, 0), the dashes are not equal. ![Screen Shot 2021-09-04 at 6 15 09 PM](https://user-images.githubusercontent.com/48423769/132092522-95642404-670f-42b0-9290-c671314dfe74.png)

I didn't see any methods support pick both video and image concurrently (both ImageSource.camera, ImageSource.gallery) But in other app i saw they can. Can you please add this feature? Thanks

new feature
plugin
customer: mulligan (g3)
p: first party
p: image_picker
proposal
passed first triage
P5
has partial patch

I think this logic doesn't seem quite right, can you confirm it? The line assigning number in the if statement has no effect. ![Screenshot 2024-07-09 at 15 02 28](https://github.com/amorenew/Flutter-Mobile-Number-Plugin/assets/48423769/dd0e4cf2-32fa-4c60-9760-02b039397729)

I used your library to get the phone number, but it doesn't work with eSIM. I tried replacing `subscriptionInfo.getNumber();` with `final int id = SubscriptionManager.getActiveDataSubscriptionId(); final String phoneNumber = subscriptionManager.getPhoneNumber(id);`...