alesimula / wsa_pacman

A GUI package manager and package installer for Windows Subsystem for Android (WSA)
GNU General Public License v3.0
3.86k stars 834 forks source link

I know this is not the right place but #29

Closed fisforfaheem closed 2 years ago

fisforfaheem commented 2 years ago

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

alesimula commented 2 years ago

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

fisforfaheem commented 2 years ago

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

alesimula commented 2 years ago

@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 commented 2 years ago

Thanks, I am working a project with my friend ( flutter web project ADMIN SIDE), It's about patients and doctors and CRUD operations etc (for now) Can you take a look at it for me.. I am having a few issues, If you are you could guide/help me with that, When free do let me know:

[image: image.png] I have to implement this I have already some work..but having issues with CHARTS,and push notification, also some small issues with user creation.

I am using firebase and flutter only

[image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 01/13/22, 03:00:40 AM

On Wed, Jan 12, 2022 at 7:55 PM alesimula @.***> wrote:

@fisforfaheem https://github.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 :)

— Reply to this email directly, view it on GitHub https://github.com/alesimula/wsa_pacman/issues/29#issuecomment-1011128463, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXJSELT5D5SC7DWHJ7HNTUVWI73ANCNFSM5LYZ4MKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

alesimula commented 2 years ago

@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

fisforfaheem commented 2 years ago

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

fisforfaheem commented 2 years ago

i can share my github with ua s well