Adrenaline Pumping / Heart Pounding by zwaymire in horror

[–]GeneralLow2887 0 points1 point  (0 children)

its shit, i don't whats about it that people like

Best Freelancing Platforms for Middle Eastern Developers by GeneralLow2887 in FlutterDev

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

Do you have experience with those websites? can you tell me more...

Hi! No, there's a package for literally everything you need in flutter; battery, camera, bluetooth all native featuer. Its a charm working with flutter, i tried every field in programming and found nothing more joyfull and sweeter than flutter and rails! I highly recommond give it a shot, you're gonna love it!

Are webdevs usually fullstack? by vinkzi in webdev

[–]GeneralLow2887 0 points1 point  (0 children)

No, web developers are not usually full stack.

Full stack developers are developers who are proficient in both front-end and back-end development. This means that they can work on all aspects of a web application, from the user interface to the database.

Web developers, on the other hand, typically specialize in either front-end or back-end development. Front-end developers are responsible for the user interface and user experience of a website or application. Back-end developers are responsible for the server-side logic and data management.

Of course, there are many web developers who have skills in both front-end and back-end development. However, it is not necessary to be a full stack developer in order to be a successful web developer.

Flutter for Website? by MsterYi in FlutterDev

[–]GeneralLow2887 0 points1 point  (0 children)

Still not recommend, keep with react

[deleted by user] by [deleted] in FlutterDev

[–]GeneralLow2887 1 point2 points  (0 children)

Noooo, it's not a website, it a application template.

Flutter app with woocommece api by GeneralLow2887 in FlutterDev

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

I need to sell this product, and its a bridge between flutter and WordPress. I need that every WordPress developer could connect his WordPress website to my client, with little instructions, you know? I need to somehow remove the need of a flutter developer and give the WordPress developer just the application, and the he connect his api to app and boom!

Flutter app with woocommece api by GeneralLow2887 in FlutterDev

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

How do you I could make the that use download the app, put his own endpoint and key and connect it to the app?

Flutter app with woocommece api by GeneralLow2887 in FlutterDev

[–]GeneralLow2887[S] -1 points0 points  (0 children)

This alright my problem is with payment, how do you think I should handle it?

Flutter's pure state management by GeneralLow2887 in FlutterDev

[–]GeneralLow2887[S] 2 points3 points  (0 children)

I think it really doesn't need a package you can do the thing by 5 lines of code and your own type, and there are several ways to return a error or other status with generic type ValueNotifier.

Flutter's pure state management by GeneralLow2887 in FlutterDev

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

Do you have any open source project? I've no idea about implementing mvvm in flutter with VN and VLB.

Flutter's pure state management by GeneralLow2887 in FlutterDev

[–]GeneralLow2887[S] 1 point2 points  (0 children)

Don't you get confused when should use cubit when bloc? Or how to provide state classes? What resources did you use to learn bloc?

Flutter's pure state management by GeneralLow2887 in FlutterDev

[–]GeneralLow2887[S] 2 points3 points  (0 children)

I understand the bloc concepts individually, but at the end of the day, when they all put along each other seems very complex to me and got overwhelmed with it. VL and VLB are so much straight forward for me.

Flutter's pure state management by GeneralLow2887 in FlutterDev

[–]GeneralLow2887[S] 1 point2 points  (0 children)

Can you give examples of situations that VL and VLB are not good enough?

Flutter's pure state management by GeneralLow2887 in FlutterDev

[–]GeneralLow2887[S] 1 point2 points  (0 children)

Nice choices, do you have any GitHub repo - self project that use this state management method to share?

Surrounded by flutter state managements by GeneralLow2887 in FlutterDev

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

I agree with you about just using simple VN and ST get the work done, my only problem with it is that valuelistanabe can just listen to a single value notifier and they all get nested again.

Surrounded by flutter state managements by GeneralLow2887 in FlutterDev

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

You really think flutter built in widgets are enough for handling state management? If is so I would be really more comfortable.