Skip to content

Files

Latest commit

6074cdd · Apr 11, 2024

History

History

example

GTK + Flutter example app

How to test

  • Run below command in the terminal
flutter pub get;
cd example;
flutter create .
  • Now test example using flutter run or by tapping on the debug icon on your favorite IDE.