Requirement
- Cirilla
v4.1.
7 or above
Features
- Displayed dialog ( preview )
- The message will be displayed as a dialog.
- Show banner ( preview )
- The message will be displayed as a mini banner at top of screen.
- The message will automatically hide after successful internet connection.
Configure source code
Step 1:
Open file: cirilla/pubspec.yaml
.Here you need to uncomment code
Change
# Flutter Appsflyer Plugin
# appsflyer_sdk: ^6.15.2
To
# Flutter Appsflyer Plugin
appsflyer_sdk: ^6.15.2
Then save the file and run the command “flutter pub get” in the cirilla folder
Note: for ios you need to run the additional command “pod install” in the cirilla/ios folder
Step 2:
Open file: cirilla/lib/register_service/register_service.dart
Replace
export 'appsflyer/test_appsflyer.dart';
To
export 'appsflyer/appsflyer_service.dart';