alesimula / wsa_pacman

A GUI package manager and package installer for Windows Subsystem for Android (WSA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I know this is not the right place but

fisforfaheem opened this issue · comments

brother I love how u made this with the flutter, can u please teach me or guide me I am new to flutter i wanna build apps and becomeu ur student

I'm not exactly a flutter expert (this is my second app and the first one was a save file thumbnail editor for a videogame) but I can give you some pointers.

In flutter by default you can create a meterial design or cupertino design app (using MaterialApp and CupertinoApp) you can learn a bit from the default app is created when creating a new project or from one of these samples; However I used none and used the fluent UI library (unofficial) to give an UWP/Windows Settings like feel to my app. I personally think the library is amazing but still has some shortcomings I had to compensate by modifying some of the library's widgets (you can use those if you want); if you want to use this library, I recommend taking a look at the fluent UI exaple project.

Some other pretty useful library I'd recommend is shared_value: flutter uses states to tell whether a widget's state has changed (and it should be rebuilt): by calling the setState method you are basically signaling an UI component should be changed. This is fine when the state is local (relative to the widget you're calling it from), but a global, app-wide state is a bit more messy; this library makes it extremely easy though

Thank you so much! I am a beginner in flutter and want to make it the only thing to make a career in!

Thanks for so explanation. Also If I would love to be a part(intern/student/dev) for you.

Thanks, Faheem Ahmad
fisforfaheem@gmail.com

@fisforfaheem sorry, can't really do that as I'm only doing flutter development on spare time, but if you need any help I'd be happy to assist... And best of luck to you :)

@fisforfaheem never used firebase but I can take a look at it anways if you want, cannot dedicate too much time to it though as I'm also working full-time

https://4ezonedashboard.netlify.app/ here is my app can u look at it

i can share my github with ua s well