Alan Bedian

Results 17 issues of Alan Bedian

I ran into an issue after migrating my project to Null Safety, and wondering if it can be corrected. If I check a list with if(mylist.isEmptyOrNull) it gives an error...

I just adapted a little utility I've been using to work as extension, and I think it'd fit in well with your library. It does the equivalent of switch(string) {...

I want to use these extensions, but as soon as I import in my existing project, before I even used any of the methods, I'm getting this error: **Compiler message:...

I'm facing problems using the Dart [fcm_push](https://pub.dartlang.org/packages/fcm_push) or the pubsub push in gcloud. I installed the [gcloud](https://github.com/dart-lang/gcloud), [googleapis ](https://pub.dartlang.org/packages/googleapis)and googleapis_auth dependencies, and set up the ServiceAccountCredentials to get the AuthClient,...

I needed this component, much better than the default material toast, thanks. I just needed to customize it further to fit the style of my app. Found it really easy...

I just adapted a little utility I've been using to work as extension, and I think it'd fit in well with your library. It does the equivalent of switch(string) {...

I am trying to figure out how to make the data array of PickerItems (or a Json) that isn't linked with it's children, and can't find the right method. I'm...

This should be an easy one.. The time picker with AM PM works, except the hours go from 0 - 11 instead of 1 - 12.. It kinda works for...

I love the effect when the menu is open to swipe to close, but I don't want my menu to open up when swiping from the side of scaffold. My...

feature

Needed this tool, tried a few of the other dart color addons and this did the trick. I got inspired with the new extension method in Dart that made it...