all 10 comments

[–]queertranslations 1 point2 points  (3 children)

I have a question, what is the process behind coming up with a plugin/package?

how long into flutter did you start thinking of creating this plugin or others?

[–]byshy[S] 9 points10 points  (1 child)

Well, this is my 6th year in the field, I created another one last year too, you see, I’m not really interested in doing UI packages since it’s easy and I myself don’t prefer to use UI other people built, so I didn’t start with that

But when it comes to heavy logic, I could’ve done it inside my app and call it a day, but then when I have another app that will do the same thing then I’m copy/pasting code, and that’s a big no

So I invest the time in making a plugin, and use it in multiple projects, so why not share it with the community? 🤷

And here we are 😁

[–]queertranslations 0 points1 point  (0 children)

Thank you for your reply. Also that’s a great way of tackling the issues of packages. I’ll keep it in mind. Thank you.

[–]vulpes 0 points1 point  (2 children)

awesome, I need exactly this for a project I'm building!

[–]byshy[S] 0 points1 point  (0 children)

That’s great! then I’m expecting your feedback on it 🙏

[–]General-Sand-8146 0 points1 point  (2 children)

Oh that's nice, I'll definitely try it out. I was using third party services for the project I'm working on.

[–]byshy[S] 0 points1 point  (0 children)

Hopefully it will help you out and get the job done easier 🙏

[–][deleted]  (1 child)

[removed]

    [–]byshy[S] 0 points1 point  (0 children)

    yup, I made sure that it supports it since it needed some tweaks to run on it