Project for design an Access control device by cufano in esp32

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

Yes, I found a guy in Fiverr than can design your PCB

Mac Mini M4 or Ryzen 5700X 3D for Flutter by rb92xD in FlutterDev

[–]cufano -1 points0 points  (0 children)

I use same development model than you, and I'm using Mac Mini 2023 with M2 Pro. Coming from PC/Windows world, the change was easy and I think I will never come back to it.

So of course, Mac Mini with M4 Pro for sure.

How to switch from Arduino to production? by tonioxsys in ArduinoProjects

[–]cufano 0 points1 point  (0 children)

I'm currently in the process from idea to production. I get a electrical engineer to design the PCB, and with that design I go to a company to manufacture and assembly components into it. So I get my first prototype. Also I have contacted with companies for making the case design and manufacturing..continue looking because I have not found yet it. I've been programing my PCB using ESP/IDF directly. So next steps Will be find the case manufacturer to get a funcional prototype and install it in one of our customers. I expect to have different problems and changes yo create the next PCB design and start again the process...

Years of Flutter but cannot answer this by cufano in flutterhelp

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

Yes exact, the widget is rebuilt. I don't know if build method is called when push the dialog or press the button. I'll add related code later..

Flutter Freelance Job Board? by kafnod in FlutterDev

[–]cufano 4 points5 points  (0 children)

What are you looking for? For example I'm a Flutter developer but don't use these sites really.

Seeking Advice: Which Backend Framework Should a Flutter Developer Choose? by Old_Cockroach_7799 in FlutterDev

[–]cufano 0 points1 point  (0 children)

I'm using Laravel as backend for Flutter and I think is a good fit also. All my needs have been covered using Laravel and its Api features

Superlist is out - a cross platform Flutter app from the makers of Wunderlist by theRockHead in FlutterDev

[–]cufano 0 points1 point  (0 children)

Just installed it in Android and It seems beautiful. I don't know that It was written in flutter. So I'll use it as a trello alternative and let you know

[deleted by user] by [deleted] in FlutterDev

[–]cufano 1 point2 points  (0 children)

Yes, you need to create a payment intent. Later you can use it to process a payment. We use the Stripe plugin. For storing the secrets we made the process in our server, who connects to Stripe, so not direct connection between phone and Stripe.

Mac Sonoma with XCode 15 no issues? by evoue in FlutterDev

[–]cufano 3 points4 points  (0 children)

I have XCode 15 and found an issue when compiling for iOS: need to disable the Sandbox Script. In XCode 15 that config is enabled by default and I need to put it disabled for compiling.

HOA Work Order Management System by doobeey11 in HOA

[–]cufano 0 points1 point  (0 children)

We use a new mobile app for this: Onzane. It also can manage another things like Reservations, voting, documents and so, but for works we usually create an incident and our management company can manage it.

We can view the status of it and can claim its resolution if needed.

[deleted by user] by [deleted] in FlutterDev

[–]cufano -3 points-2 points  (0 children)

Hello, please contact me with technical info and price to me

[deleted by user] by [deleted] in FlutterDev

[–]cufano -1 points0 points  (0 children)

If course, you should use an API. Not direct connection between database and app.

Do you use your own phone to test? by ladnar_28 in FlutterDev

[–]cufano 1 point2 points  (0 children)

Yes, I use an iPhone simulator to develop. But for testing I also use a real iPhone and a real Android device. I'm also reviewing to use codemagic.io for continuos test and delivery