The sample demonstrates how to integrate Dynamic Web TWAIN into Windows desktop applications using Flutter WebView.
lib/assets/index.html
:
Dynamsoft.DWT.ProductKey = "LICENSE-KEY";
Install the Dynamic Web TWAIN package under the lib/assets/
folder:
npm install dwt
Install /lib/assets/node_modules/dwt/dist/dist/DynamsoftServiceSetup.msi
.
Run the sample:
flutter run -d windows
How to Integrate Dynamic Web TWAIN into Flutter Windows Desktop Application