- Murattal: Spotify-style 5-button controls [Shuffle, Prev, Play, Next, Playlist] - Murattal: Animated 7-bar equalizer visualization in player circle - Murattal: Unsplash API background with frosted glass player overlay - Murattal: Transparent AppBar with backdrop blur - Murattal: Surah playlist bottom sheet with full 114 Surah list - Murattal: Auto-play disabled on screen open, enabled on navigation - Murattal: Shuffle mode for random Surah playback - Murattal: Photographer attribution per Unsplash guidelines - Dashboard: Auto-scroll prayer schedule to next active prayer - Fix: setState lifecycle errors on Reading & Murattal screens - Setup: flutter_dotenv, cached_network_image, url_launcher deps
99 lines
3.1 KiB
Objective-C
99 lines
3.1 KiB
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<audio_service/AudioServicePlugin.h>)
|
|
#import <audio_service/AudioServicePlugin.h>
|
|
#else
|
|
@import audio_service;
|
|
#endif
|
|
|
|
#if __has_include(<audio_session/AudioSessionPlugin.h>)
|
|
#import <audio_session/AudioSessionPlugin.h>
|
|
#else
|
|
@import audio_session;
|
|
#endif
|
|
|
|
#if __has_include(<flutter_compass/FlutterCompassPlugin.h>)
|
|
#import <flutter_compass/FlutterCompassPlugin.h>
|
|
#else
|
|
@import flutter_compass;
|
|
#endif
|
|
|
|
#if __has_include(<flutter_compass_v2/FlutterCompassPlugin.h>)
|
|
#import <flutter_compass_v2/FlutterCompassPlugin.h>
|
|
#else
|
|
@import flutter_compass_v2;
|
|
#endif
|
|
|
|
#if __has_include(<flutter_local_notifications/FlutterLocalNotificationsPlugin.h>)
|
|
#import <flutter_local_notifications/FlutterLocalNotificationsPlugin.h>
|
|
#else
|
|
@import flutter_local_notifications;
|
|
#endif
|
|
|
|
#if __has_include(<flutter_qiblah/FlutterQiblahPlugin.h>)
|
|
#import <flutter_qiblah/FlutterQiblahPlugin.h>
|
|
#else
|
|
@import flutter_qiblah;
|
|
#endif
|
|
|
|
#if __has_include(<geocoding_ios/GeocodingPlugin.h>)
|
|
#import <geocoding_ios/GeocodingPlugin.h>
|
|
#else
|
|
@import geocoding_ios;
|
|
#endif
|
|
|
|
#if __has_include(<geolocator_apple/GeolocatorPlugin.h>)
|
|
#import <geolocator_apple/GeolocatorPlugin.h>
|
|
#else
|
|
@import geolocator_apple;
|
|
#endif
|
|
|
|
#if __has_include(<just_audio/JustAudioPlugin.h>)
|
|
#import <just_audio/JustAudioPlugin.h>
|
|
#else
|
|
@import just_audio;
|
|
#endif
|
|
|
|
#if __has_include(<package_info_plus/FPPPackageInfoPlusPlugin.h>)
|
|
#import <package_info_plus/FPPPackageInfoPlusPlugin.h>
|
|
#else
|
|
@import package_info_plus;
|
|
#endif
|
|
|
|
#if __has_include(<sqflite_darwin/SqflitePlugin.h>)
|
|
#import <sqflite_darwin/SqflitePlugin.h>
|
|
#else
|
|
@import sqflite_darwin;
|
|
#endif
|
|
|
|
#if __has_include(<url_launcher_ios/URLLauncherPlugin.h>)
|
|
#import <url_launcher_ios/URLLauncherPlugin.h>
|
|
#else
|
|
@import url_launcher_ios;
|
|
#endif
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[AudioServicePlugin registerWithRegistrar:[registry registrarForPlugin:@"AudioServicePlugin"]];
|
|
[AudioSessionPlugin registerWithRegistrar:[registry registrarForPlugin:@"AudioSessionPlugin"]];
|
|
[FlutterCompassPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterCompassPlugin"]];
|
|
[FlutterCompassPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterCompassPlugin"]];
|
|
[FlutterLocalNotificationsPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterLocalNotificationsPlugin"]];
|
|
[FlutterQiblahPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterQiblahPlugin"]];
|
|
[GeocodingPlugin registerWithRegistrar:[registry registrarForPlugin:@"GeocodingPlugin"]];
|
|
[GeolocatorPlugin registerWithRegistrar:[registry registrarForPlugin:@"GeolocatorPlugin"]];
|
|
[JustAudioPlugin registerWithRegistrar:[registry registrarForPlugin:@"JustAudioPlugin"]];
|
|
[FPPPackageInfoPlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPPackageInfoPlusPlugin"]];
|
|
[SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]];
|
|
[URLLauncherPlugin registerWithRegistrar:[registry registrarForPlugin:@"URLLauncherPlugin"]];
|
|
}
|
|
|
|
@end
|