To run the app ensure you install successfully Flutter on your computer: https://docs.flutter.dev/get-started/install
To test the setup correctly just run example flutter app https://docs.flutter.dev/get-started/test-drive?tab=terminal
Folder structure
Download source code and unzip you will get a folder tree like this:
flutter-cirilla-{version}/
|- app
| - cirilla
| - cirilla_ads (This source folder support Admod)
| - ui (The build in UI kit share for cirilla and cirilla_ads)
| - gutenberg_blocks (The build in UI for WordPress gutenberg blocks)
|- guide
|- licensing
|- README.md
cirilla
andcirilla_ads
is the main source code
Run on Terminal
1. Navigate the terminal to cirilla
or cirilla_ads
folder
2. Install dependencies
flutter pub get
3. Check that an Android device is running. If none are shown, follow the device-specific instructions on the Install page for your OS.
flutter devices
If no Android devices are connected you can check this open one emulator: https://developer.android.com/studio/run/emulator-commandline
4. Run the app with the following command:
flutter run -d ANDROID_DEVICE_ID
ANDROID_DEVICE_ID you can see the screenshot below:

Run on Android Studio
Open project
- Open the IDE and select Open
- Select folder
cirilla
orcirilla_ads
- Install dependencies

Run the App
- Locate the main Android Studio toolbar:
- In the target selector, select an Android device for running the app. If none are listed as available, select Tools > AVD Manager and create one there. For details, see Managing AVDs.
- Click the run icon in the toolbar, or invoke the menu item Run > Run.
After the app build completes, you’ll see the Cirilla app on your device.