flutter build windows release - Flutter build .exe file for flutter desktop app

flutter build windows release - Flutter build .exe file for flutter desktop app

damaj sam

1 год назад

4,018 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@BrilliantAutomobile
@BrilliantAutomobile - 16.11.2023 18:29

Thank you so much for your valuable and time saving video

Ответить
@bennguyen1313
@bennguyen1313 - 11.11.2022 19:04

Any thoughts on
Integrating C library in a desktop Flutter app using Dart FFI?

For example, I'd like to use ffi/ffigen to make a Flutter Windows application that accesses peripherals connected to the desktop (usb, bluetooth, etc )!


I have both 32-bit and 64-bit dlls that can access different hardware.. can flutter build/link with those dlls, and more importantly work when the dll functions are called?

I did find a few older blog posts by
Nick Fisher , Majid Hajian , Marvin Sanchez (using Dart FFI to access native libraries in Flutter , Calling Native Libraries in Flutter with Dart FFI, Port an existing C/C++ app to Flutter with Dart FFI)
however they're based on Flutter 2.x.

Ответить