Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.