Skip to the content.
English 한국어 日本語 Tiếng Việt

Dart Example

https://github.com/bobhyun/TS-ANPR/tree/main/examples/Dart/anpr

1. Copying the Engine Files

[Note] In this example, the engine file is extracted to the examples/bin/ directory to share it with other examples. However, for actual deployment, the engine file is typically copied to the directory where the application’s executable file is located.

2. Build and Run

# Install dependencies
dart pub get

# Run directly from source code
dart run bin/anpr.dart

# Compile to create an executable file
dart compile exe bin/anpr.dart

# Run the compiled executable
bin/anpr