To build and run this project:
- Get Flutter here if you don't already have it.
- Clone this repository.
cd
into the repo folder.- run
flutter run-android
orflutter run-ios
to build the app.
(Please note that a Mac with XCode is required to build for iOS)
In this sample you will learn how to add debounce to functions. Code
In this sample you will learn how to generate images with RepaintBoundary. Code