Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 296 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 296 Bytes

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.