SYMBOL INDEX (614 symbols across 109 files) FILE: packages/appinio_animated_toggle_tab/example/lib/main.dart function main (line 4) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class MyHomePage (line 25) | class MyHomePage extends StatefulWidget { method createState (line 31) | State createState() class _MyHomePageState (line 34) | class _MyHomePageState extends State { method build (line 46) | Widget build(BuildContext context) FILE: packages/appinio_animated_toggle_tab/example/test/widget_test.dart function main (line 13) | void main() FILE: packages/appinio_animated_toggle_tab/lib/appinio_animated_toggle_tab.dart class AppinioAnimatedToggleTab (line 5) | class AppinioAnimatedToggleTab extends StatefulWidget { method createState (line 54) | State createState() class _AppinioAnimatedToggleTabState (line 57) | class _AppinioAnimatedToggleTabState extends State imagePaths, Conte... method shareToInstagramDirect (line 75) | public String shareToInstagramDirect(String text, Context activity) { method shareToInstagramFeed (line 79) | public String shareToInstagramFeed(String imagePath, String message, C... method shareToInstagramFeedFiles (line 83) | public String shareToInstagramFeedFiles(ArrayList imagePaths, ... method shareToTikTok (line 87) | public String shareToTikTok(ArrayList imagePaths, Context acti... method shareToTwitter (line 91) | public String shareToTwitter(String imagePath, Context activity, Strin... method shareToTwitterFiles (line 95) | public String shareToTwitterFiles(ArrayList imagePaths, Contex... method shareToTelegram (line 99) | public String shareToTelegram(String imagePath, Context activity, Stri... method shareToTelegramFiles (line 103) | public String shareToTelegramFiles(ArrayList imagePaths, Conte... method shareToMessenger (line 108) | public String shareToMessenger(String text, Context activity) { method copyToClipBoard (line 122) | public String copyToClipBoard(String content, Context activity) { method shareToSMS (line 133) | public String shareToSMS(String content, Context activity, String imag... method shareToSMSFiles (line 142) | public String shareToSMSFiles( Context activity, ArrayList ima... method shareToSystemFiles (line 153) | public String shareToSystemFiles(String title, ArrayList fileP... method shareToSystem (line 180) | public String shareToSystem(String title, String message, String fileP... method shareToInstagramStory (line 208) | public String shareToInstagramStory(String appId, String stickerImage,... method shareToFacebook (line 241) | public void shareToFacebook(List filePaths, String text, Activ... method shareToFaceBookStory (line 278) | public String shareToFaceBookStory(String appId, String stickerImage, ... method shareTextToPackage (line 319) | private String shareTextToPackage( method shareFilesToPackage (line 343) | private String shareFilesToPackage(List imagePaths, Context ac... method shareFileAndTextToPackage (line 368) | private String shareFileAndTextToPackage(String imagePath, String mess... method getInstalledApps (line 393) | public Map getInstalledApps(Context context) { method getMimeTypeOfFile (line 429) | private static String getMimeTypeOfFile(String pathName) { method getFacebookAppId (line 444) | String getFacebookAppId(Context activity) { FILE: packages/appinio_social_share/example/lib/main.dart function main (line 5) | void main() class MyApp (line 9) | class MyApp extends StatefulWidget { method createState (line 13) | State createState() class _MyAppState (line 16) | class _MyAppState extends State { method build (line 20) | Widget build(BuildContext context) FILE: packages/appinio_social_share/example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: packages/appinio_social_share/example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: packages/appinio_social_share/example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: packages/appinio_social_share/example/test/widget_test.dart function main (line 13) | void main() FILE: packages/appinio_social_share/example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: packages/appinio_social_share/example/windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: packages/appinio_social_share/example/windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: packages/appinio_social_share/example/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/appinio_social_share/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: packages/appinio_social_share/example/windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: packages/appinio_social_share/example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: packages/appinio_social_share/lib/appinio_social_share.dart class AppinioSocialShare (line 5) | class AppinioSocialShare { method getInstalledApps (line 9) | Future> getInstalledApps() FILE: packages/appinio_social_share/lib/appinio_social_share_method_channel.dart class MethodChannelAppinioSocialShare (line 9) | class MethodChannelAppinioSocialShare extends AppinioSocialSharePlatform { method getInstalledApps (line 43) | Future> getInstalledApps() method shareToTiktokStatus (line 49) | Future shareToTiktokStatus(List filePaths) method shareToTiktokPost (line 57) | Future shareToTiktokPost(String filePath, String redirectUrl, method shareToTwitter (line 76) | Future shareToTwitter(String message, String? filePath) method shareToTwitterAndroid (line 85) | Future shareToTwitterAndroid(String message, String? filePath) method shareToTwitterAndroidMultifiles (line 92) | Future shareToTwitterAndroidMultifiles(List filePaths) method shareToTelegram (line 99) | Future shareToTelegram(String message, method shareToTelegramAndroid (line 107) | Future shareToTelegramAndroid( method shareToTelegramAndroidMultiFiles (line 117) | Future shareToTelegramAndroidMultiFiles( method shareToWhatsapp (line 128) | Future shareToWhatsapp(String message, method shareToWhatsappAndroid (line 136) | Future shareToWhatsappAndroid( method shareToWhatsappAndroidMultiFiles (line 144) | Future shareToWhatsappAndroidMultiFiles( method shareToSMS (line 152) | Future shareToSMS(String message, {List? filePaths}) method shareToSMSAndroid (line 159) | Future shareToSMSAndroid(String message, String? filePath) method shareToSMSAndroidMultifiles (line 166) | Future shareToSMSAndroidMultifiles(List filePaths) method copyToClipBoard (line 173) | Future copyToClipBoard(String message) method shareToSystem (line 180) | Future shareToSystem(String title, String message, method shareToSystemAndroid (line 188) | Future shareToSystemAndroid( method shareToSystemAndroidMultifiles (line 196) | Future shareToSystemAndroidMultifiles( method shareToInstagramDirect (line 205) | Future shareToInstagramDirect(String message) method shareToInstagramFeed (line 212) | Future shareToInstagramFeed(String message, String? filePath) method shareToInstagramFeedAndroid (line 219) | Future shareToInstagramFeedAndroid(List filePaths) method shareToMessenger (line 227) | Future shareToMessenger(String message) method shareImageToWhatsApp (line 234) | Future shareImageToWhatsApp( method shareToInstagramStory (line 243) | Future shareToInstagramStory(String appId, method shareToFacebookStory (line 264) | Future shareToFacebookStory(String appId, method shareToFacebook (line 285) | Future shareToFacebook(String hashtag, List filePaths) FILE: packages/appinio_social_share/lib/appinio_social_share_platform_interface.dart class AppinioSocialSharePlatform (line 5) | abstract class AppinioSocialSharePlatform extends PlatformInterface { method getPlatformVersion (line 27) | Future getPlatformVersion() method getInstalledApps (line 31) | Future> getInstalledApps() method shareToWhatsapp (line 36) | Future shareToWhatsapp(String message, {List? filePaths}) method shareToInstagramDirect (line 40) | Future shareToInstagramDirect(String message) method shareToInstagramFeed (line 44) | Future shareToInstagramFeed(String message, String? filePath) method shareToInstagramFeedAndroid (line 48) | Future shareToInstagramFeedAndroid(List filePaths) method shareToMessenger (line 52) | Future shareToMessenger(String message) method shareToTiktokStatus (line 57) | Future shareToTiktokStatus(List filePaths) method shareToTiktokPost (line 62) | Future shareToTiktokPost( method shareToTwitter (line 67) | Future shareToTwitter(String message, String? filePath) method shareToTelegram (line 72) | Future shareToTelegram(String message, {List? filePaths}) method shareToFacebook (line 76) | Future shareToFacebook(String hashtag, List filePaths) method shareToInstagramStory (line 80) | Future shareToInstagramStory(String appId, method shareToFacebookStory (line 90) | Future shareToFacebookStory(String appId, method copyToClipBoard (line 100) | Future copyToClipBoard(String message) method shareToSystem (line 104) | Future shareToSystem(String title, String message, method shareToSMS (line 110) | Future shareToSMS(String message, {List? filePaths}) method shareToWhatsappAndroid (line 114) | Future shareToWhatsappAndroid( method shareToWhatsappAndroidMultiFiles (line 119) | Future shareToWhatsappAndroidMultiFiles( method shareToTelegramAndroid (line 124) | Future shareToTelegramAndroid( method shareToTelegramAndroidMultiFiles (line 129) | Future shareToTelegramAndroidMultiFiles( method shareToTwitterAndroid (line 134) | Future shareToTwitterAndroid(String message, String? filePath) method shareToTwitterAndroidMultifiles (line 138) | Future shareToTwitterAndroidMultifiles(List filePaths) method shareToSMSAndroid (line 142) | Future shareToSMSAndroid(String message, String? filePath) method shareToSMSAndroidMultifiles (line 146) | Future shareToSMSAndroidMultifiles(List filePaths) method shareToSystemAndroid (line 150) | Future shareToSystemAndroid( method shareImageToWhatsApp (line 155) | Future shareImageToWhatsApp(String filePath) method shareToSystemAndroidMultifiles (line 159) | Future shareToSystemAndroidMultifiles( type TiktokFileType (line 165) | enum TiktokFileType { FILE: packages/appinio_social_share/lib/platforms/android.dart class Android (line 3) | class Android { method shareToWhatsapp (line 4) | Future shareToWhatsapp(String message, String? filePath) method shareFilesToWhatsapp (line 9) | Future shareFilesToWhatsapp(List filePaths) method shareToTelegram (line 14) | Future shareToTelegram(String message, String? filePath) method shareFilesToTelegram (line 19) | Future shareFilesToTelegram(List filePaths) method shareToTwitter (line 24) | Future shareToTwitter(String message, String? filePath) method shareToInstagramDirect (line 29) | Future shareToInstagramDirect(String message) method shareToInstagramFeed (line 33) | Future shareToInstagramFeed(String message, String? filePath) method shareFilesToInstagramFeed (line 38) | Future shareFilesToInstagramFeed(List imagePaths) method shareToInstagramReels (line 43) | Future shareToInstagramReels(List videoPaths) method shareToMessenger (line 48) | Future shareToMessenger(String message) method copyToClipBoard (line 52) | Future copyToClipBoard(String message) method shareToFacebook (line 56) | Future shareToFacebook(String hashtag, List filePaths) method shareToInstagramStory (line 61) | Future shareToInstagramStory(String appId, method shareToFacebookStory (line 77) | Future shareToFacebookStory(String appId, method shareToTiktokStatus (line 94) | Future shareToTiktokStatus(List filePaths) method shareToSystem (line 98) | Future shareToSystem(String title, String message, String? fil... method shareFilesToSystem (line 103) | Future shareFilesToSystem(String title, List filePaths) method shareToSMS (line 108) | Future shareToSMS(String message, String? filePath) method shareFilesToSMS (line 113) | Future shareFilesToSMS(List filePaths) FILE: packages/appinio_social_share/lib/platforms/ios.dart class IOS (line 3) | class IOS { method shareToWhatsapp (line 4) | Future shareToWhatsapp(String message) method shareToTelegram (line 8) | Future shareToTelegram(String message) method shareImageToWhatsApp (line 12) | Future shareImageToWhatsApp(String filePath) method shareToTwitter (line 16) | Future shareToTwitter(String message, String? filePath) method shareToInstagramDirect (line 21) | Future shareToInstagramDirect(String message) method shareToInstagramFeed (line 25) | Future shareToInstagramFeed(String imagePath) method shareToInstagramReels (line 30) | Future shareToInstagramReels(String videoPath) method shareToMessenger (line 35) | Future shareToMessenger(String message) method copyToClipBoard (line 39) | Future copyToClipBoard(String message) method shareToFacebook (line 43) | Future shareToFacebook(String hashtag, List filePaths) method shareToInstagramStory (line 48) | Future shareToInstagramStory(String appId, method shareToFacebookStory (line 64) | Future shareToFacebookStory(String appId, method shareToTiktokPost (line 81) | Future shareToTiktokPost( method shareToSystem (line 87) | Future shareToSystem(String message, {List? filePaths}) method shareToSMS (line 92) | Future shareToSMS(String message) FILE: packages/appinio_swiper/example/lib/example_buttons.dart function swipeRightButton (line 7) | Widget swipeRightButton(AppinioSwiperController controller) function swipeLeftButton (line 61) | Widget swipeLeftButton(AppinioSwiperController controller) function unswipeButton (line 111) | Widget unswipeButton(AppinioSwiperController controller) class TutorialAnimationButton (line 126) | class TutorialAnimationButton extends StatelessWidget { method build (line 132) | Widget build(BuildContext context) FILE: packages/appinio_swiper/example/lib/example_candidate_model.dart class ExampleCandidateModel (line 3) | class ExampleCandidateModel { FILE: packages/appinio_swiper/example/lib/example_card.dart class ExampleCard (line 6) | class ExampleCard extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: packages/appinio_swiper/example/lib/main.dart function main (line 11) | void main() class MyApp (line 15) | class MyApp extends StatelessWidget { method build (line 21) | Widget build(BuildContext context) class Example (line 29) | class Example extends StatefulWidget { method createState (line 35) | State createState() class _ExamplePageState (line 38) | class _ExamplePageState extends State { method initState (line 42) | void initState() method build (line 50) | Widget build(BuildContext context) method _swipeEnd (line 115) | void _swipeEnd(int previousIndex, int targetIndex, SwiperActivity acti... method _onEnd (line 134) | void _onEnd() method _shakeCard (line 139) | Future _shakeCard() FILE: packages/appinio_swiper/example/test/widget_test.dart function main (line 13) | void main() FILE: packages/appinio_swiper/lib/appinio_swiper.dart class AppinioSwiper (line 12) | class AppinioSwiper extends StatefulWidget { method createState (line 166) | State createState() class _AppinioSwiperState (line 169) | class _AppinioSwiperState extends State method _setCardIndex (line 204) | void _setCardIndex(int index) method _onSwipe (line 210) | Future _onSwipe(AxisDirection direction) method _onUnswipe (line 220) | Future _onUnswipe() method _onSwipeCancelled (line 239) | void _onSwipeCancelled(BuildContext context) method _startActivity (line 248) | Future _startActivity(SwiperActivity newActivity) method _animateTo (line 306) | Future _animateTo( method initState (line 324) | void initState() method dispose (line 335) | void dispose() method didUpdateWidget (line 342) | void didUpdateWidget(covariant AppinioSwiper oldWidget) method didChangeDependencies (line 358) | void didChangeDependencies() method build (line 364) | Widget build(BuildContext context) method _effectiveBackgroundCardCount (line 475) | int _effectiveBackgroundCardCount(int index) method _onSwiping (line 489) | Future _onSwiping() method _directionToTarget (line 493) | Offset _directionToTarget(AxisDirection direction) method _onPanEnd (line 503) | Future _onPanEnd() method _onSwipeDefault (line 514) | Future _onSwipeDefault() class _BackgroundCards (line 519) | class _BackgroundCards extends StatelessWidget { method build (line 542) | Widget build(BuildContext context) class AppinioSwiperController (line 589) | class AppinioSwiperController extends ChangeNotifier { method swipeDefault (line 634) | Future swipeDefault() method swipeLeft (line 641) | Future swipeLeft() method swipeRight (line 648) | Future swipeRight() method unswipe (line 656) | Future unswipe() method swipeUp (line 663) | Future swipeUp() method swipeDown (line 670) | Future swipeDown() method animateTo (line 680) | Future animateTo( method _attach (line 693) | void _attach(_AppinioSwiperState swiper) method _detach (line 702) | void _detach() method _assertIsAttached (line 707) | void _assertIsAttached() method setCardIndex (line 711) | void setCardIndex(int index) class SwiperPosition (line 725) | class SwiperPosition with ChangeNotifier { method _updateFromWidgetState (line 845) | void _updateFromWidgetState(AppinioSwiper widget) method _baseIndexToEffectiveIndex (line 854) | int _baseIndexToEffectiveIndex(int i) FILE: packages/appinio_swiper/lib/enums.dart class SwiperActivity (line 7) | sealed class SwiperActivity extends Tween { class Swipe (line 24) | class Swipe extends SwiperActivity { class Unswipe (line 35) | class Unswipe extends SwiperActivity { class CancelSwipe (line 47) | class CancelSwipe extends SwiperActivity { class DrivenActivity (line 58) | class DrivenActivity extends SwiperActivity { class SwipeOptions (line 77) | class SwipeOptions { function toAlignment (line 121) | Alignment toAlignment(Size size) function toAxisDirection (line 128) | AxisDirection toAxisDirection() FILE: packages/appinio_swiper/lib/types.dart type OnSwipe (line 3) | typedef OnSwipe = void Function( FILE: packages/appinio_swiper/test/appinio_swiper_test.dart function main (line 1) | void main() FILE: packages/appinio_video_player/example/lib/main.dart function main (line 5) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class MyHomePage (line 25) | class MyHomePage extends StatefulWidget { method createState (line 29) | State createState() class _MyHomePageState (line 32) | class _MyHomePageState extends State { method initState (line 49) | void initState() method dispose (line 74) | void dispose() method build (line 80) | Widget build(BuildContext context) FILE: packages/appinio_video_player/example/test/widget_test.dart function main (line 13) | void main() FILE: packages/appinio_video_player/lib/src/controls/all_controls_overlay.dart class AllControlsOverlay (line 6) | class AllControlsOverlay extends StatefulWidget { method createState (line 16) | State createState() class _AllControlsOverlayState (line 19) | class _AllControlsOverlayState extends State { method initState (line 24) | void initState() method dispose (line 32) | void dispose() method build (line 39) | Widget build(BuildContext context) method _listenToPlayStateChanges (line 80) | void _listenToPlayStateChanges() method _toggleControlsVisibility (line 86) | void _toggleControlsVisibility(BuildContext context) method _fadeOutControls (line 97) | Future _fadeOutControls() FILE: packages/appinio_video_player/lib/src/controls/control_bar.dart class CustomVideoPlayerControlBar (line 9) | class CustomVideoPlayerControlBar extends StatelessWidget { method build (line 21) | Widget build(BuildContext context) method getDurationAsString (line 98) | String getDurationAsString(Duration duration) method twoDigits (line 99) | String twoDigits(int n) FILE: packages/appinio_video_player/lib/src/controls/fullscreen_button.dart class CustomVideoPlayerFullscreenButton (line 4) | class CustomVideoPlayerFullscreenButton extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) class CustomVideoPlayerEnterFullscreenButton (line 33) | class CustomVideoPlayerEnterFullscreenButton extends StatelessWidget { method build (line 37) | Widget build(BuildContext context) class CustomVideoPlayerExitFullscreenButton (line 48) | class CustomVideoPlayerExitFullscreenButton extends StatelessWidget { method build (line 52) | Widget build(BuildContext context) FILE: packages/appinio_video_player/lib/src/controls/mute_button.dart class CustomVideoPlayerMuteButton (line 4) | class CustomVideoPlayerMuteButton extends StatefulWidget { method createState (line 15) | State createState() class _CustomVideoPlayerMuteButtonState (line 19) | class _CustomVideoPlayerMuteButtonState method build (line 22) | Widget build(BuildContext context) method _muteUnMute (line 37) | Future _muteUnMute() class CustomVideoMuteButton (line 47) | class CustomVideoMuteButton extends StatelessWidget { method build (line 51) | Widget build(BuildContext context) class CustomVideoUnMuteButton (line 62) | class CustomVideoUnMuteButton extends StatelessWidget { method build (line 66) | Widget build(BuildContext context) FILE: packages/appinio_video_player/lib/src/controls/play_button.dart class CustomVideoPlayerPlayPauseButton (line 4) | class CustomVideoPlayerPlayPauseButton extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) method _playPause (line 30) | Future _playPause(bool isPlaying) class CustomVideoPlayerPlayButton (line 45) | class CustomVideoPlayerPlayButton extends StatelessWidget { method build (line 49) | Widget build(BuildContext context) class CustomVideoPlayerPauseButton (line 60) | class CustomVideoPlayerPauseButton extends StatelessWidget { method build (line 64) | Widget build(BuildContext context) FILE: packages/appinio_video_player/lib/src/controls/progress_bar.dart class CustomVideoPlayerProgressBar (line 7) | class CustomVideoPlayerProgressBar extends StatefulWidget { method createState (line 16) | _VideoProgressIndicatorState createState() class _VideoProgressIndicatorState (line 19) | class _VideoProgressIndicatorState extends State { method build (line 27) | Widget build(BuildContext context) method _getProgressBar (line 38) | Widget _getProgressBar() method _getProgressValue (line 68) | double _getProgressValue(double maxValue, double? progress) class WidgetSize (line 76) | class WidgetSize extends StatefulWidget { method createState (line 87) | _WidgetSizeState createState() class _WidgetSizeState (line 90) | class _WidgetSizeState extends State { method _ambiguate (line 91) | T? _ambiguate(T? value) method build (line 94) | Widget build(BuildContext context) method postFrameCallback (line 106) | void postFrameCallback(_) FILE: packages/appinio_video_player/lib/src/controls/seeker.dart class CustomVideoPlayerSeeker (line 4) | class CustomVideoPlayerSeeker extends StatefulWidget { method createState (line 14) | _CustomVideoPlayerSeekerState createState() class _CustomVideoPlayerSeekerState (line 18) | class _CustomVideoPlayerSeekerState extends State _openVideoSettingsDialog(BuildContext context) class CustomVideoPlayerSettingsButton (line 38) | class CustomVideoPlayerSettingsButton extends StatelessWidget { method build (line 42) | Widget build(BuildContext context) FILE: packages/appinio_video_player/lib/src/controls/video_settings_popup/video_settings_dialog.dart class VideoSettingsDialog (line 9) | class VideoSettingsDialog extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) FILE: packages/appinio_video_player/lib/src/controls/video_settings_popup/video_settings_dialog_item.dart class VideoSettingsDialogItem (line 5) | class VideoSettingsDialogItem extends StatefulWidget { method createState (line 20) | State createState() class _VideoSettingsDialogItemState (line 24) | class _VideoSettingsDialogItemState extends State createState() class _VideoSettingsPlaybackSpeedDialogState (line 17) | class _VideoSettingsPlaybackSpeedDialogState method build (line 31) | Widget build(BuildContext context) method _changeVideoPlayBackSpeed (line 95) | void _changeVideoPlayBackSpeed( FILE: packages/appinio_video_player/lib/src/controls/video_settings_popup/video_settings_quality_dialog.dart class VideoSettingsQualityDialog (line 6) | class VideoSettingsQualityDialog extends StatefulWidget { method createState (line 16) | State createState() class _VideoSettingsQualityDialogState (line 20) | class _VideoSettingsQualityDialogState method build (line 23) | Widget build(BuildContext context) method _getCurrentVideoPlayerSource (line 88) | String _getCurrentVideoPlayerSource() method _changeVideoQuality (line 97) | void _changeVideoQuality({ FILE: packages/appinio_video_player/lib/src/custom_video_player.dart class CustomVideoPlayer (line 5) | class CustomVideoPlayer extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: packages/appinio_video_player/lib/src/custom_video_player_controller.dart class CustomVideoPlayerController (line 26) | class CustomVideoPlayerController { method switchSource (line 36) | Future switchSource(String sourceKey) method setFullscreen (line 54) | Future setFullscreen( method _enterFullscreen (line 80) | Future _enterFullscreen() method _exitFullscreen (line 102) | Future _exitFullscreen() method _setOrientationForVideo (line 116) | void _setOrientationForVideo() method _switchVideoSource (line 144) | Future _switchVideoSource(String selectedSource) method _videoListeners (line 175) | void _videoListeners() method _fluidVideoProgressListener (line 184) | Future _fluidVideoProgressListener() method _onVideoEndListener (line 206) | void _onVideoEndListener() method _fullscreenFunctionalityListener (line 215) | void _fullscreenFunctionalityListener() method _playPauseListener (line 234) | void _playPauseListener() method _playbackSpeedListener (line 242) | void _playbackSpeedListener() method dispose (line 247) | void dispose() method mute (line 266) | void mute() method unMute (line 271) | void unMute() FILE: packages/appinio_video_player/lib/src/embedded_video_player.dart class EmbeddedVideoPlayer (line 9) | class EmbeddedVideoPlayer extends StatefulWidget { method createState (line 20) | State createState() class _EmbeddedVideoPlayerState (line 23) | class _EmbeddedVideoPlayerState extends State { method initState (line 25) | void initState() method build (line 35) | Widget build(BuildContext context) method _updateVideoState (line 87) | void _updateVideoState() FILE: packages/appinio_video_player/lib/src/fullscreen_video_player.dart class FullscreenVideoPlayer (line 5) | class FullscreenVideoPlayer extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) FILE: packages/appinio_video_player/lib/src/models/custom_video_player_popup_settings.dart class CustomVideoPlayerPopupSettings (line 3) | class CustomVideoPlayerPopupSettings { FILE: packages/appinio_video_player/lib/src/models/custom_video_player_progress_bar_settings.dart class CustomVideoPlayerProgressBarSettings (line 3) | class CustomVideoPlayerProgressBarSettings { FILE: packages/appinio_video_player/lib/src/models/custom_video_player_settings.dart class CustomVideoPlayerSettings (line 11) | class CustomVideoPlayerSettings { FILE: packages/appinio_video_player/lib/src/seek_buttons.dart class SeekButtons (line 4) | class SeekButtons extends StatefulWidget { method createState (line 11) | State createState() class _SeekButtonsState (line 14) | class _SeekButtonsState extends State { method initState (line 18) | void initState() method build (line 32) | Widget build(BuildContext context) method onSeekBack (line 74) | void onSeekBack() method onSeekForward (line 88) | void onSeekForward() FILE: packages/appinio_video_player/lib/src/thumbnail.dart class Thumbnail (line 4) | class Thumbnail extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) FILE: packages/appinio_video_player/lib/src/volume_control.dart class VolumeControls (line 5) | class VolumeControls extends StatefulWidget { method createState (line 14) | State createState() class _VolumeControlsState (line 17) | class _VolumeControlsState extends State { method build (line 23) | Widget build(BuildContext context) method onPanUpdate (line 71) | void onPanUpdate(DragUpdateDetails dragUpdateDetails) class SlideController (line 104) | class SlideController extends StatefulWidget { method createState (line 115) | State createState() class _SlideControllerState (line 118) | class _SlideControllerState extends State { method build (line 120) | Widget build(BuildContext context) FILE: packages/appinio_video_player/lib/src/web_video_player/conditional_native_web_video_player/conditional_native_web_video_player.dart class ConditionalNativeWebVideoPlayer (line 8) | abstract class ConditionalNativeWebVideoPlayer { method getVideoWidget (line 9) | Widget getVideoWidget( FILE: packages/appinio_video_player/lib/src/web_video_player/conditional_native_web_video_player/conditional_native_web_video_player_base.dart function getSomething (line 3) | ConditionalNativeWebVideoPlayer getSomething() FILE: packages/appinio_video_player/lib/src/web_video_player/conditional_native_web_video_player/conditional_native_web_video_player_mobile.dart class ConditionalNativeWebVideoPlayerMobile (line 5) | class ConditionalNativeWebVideoPlayerMobile method getVideoWidget (line 8) | Widget getVideoWidget( function getSomething (line 16) | ConditionalNativeWebVideoPlayer getSomething() FILE: packages/appinio_video_player/lib/src/web_video_player/conditional_native_web_video_player/conditional_native_web_video_player_web.dart class ConditionalNativeWebVideoPlayerWeb (line 8) | class ConditionalNativeWebVideoPlayerWeb method getVideoWidget (line 11) | Widget getVideoWidget( function getSomething (line 19) | ConditionalNativeWebVideoPlayer getSomething() FILE: packages/appinio_video_player/lib/src/web_video_player/custom_video_player_web.dart class CustomVideoPlayerWeb (line 4) | class CustomVideoPlayerWeb extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) FILE: packages/appinio_video_player/lib/src/web_video_player/custom_video_player_web_controller.dart class CustomVideoPlayerWebController (line 4) | class CustomVideoPlayerWebController { FILE: packages/appinio_video_player/lib/src/web_video_player/native_web_video_player.dart class NativeWebVideoPlayer (line 7) | class NativeWebVideoPlayer extends StatefulWidget { method createState (line 15) | _NativeWebVideoPlayerState createState() class _NativeWebVideoPlayerState (line 18) | class _NativeWebVideoPlayerState extends State { method initState (line 24) | void initState() method build (line 32) | Widget build(BuildContext context) method _initVideoElement (line 48) | void _initVideoElement() method _play (line 127) | void _play() method _pause (line 131) | void _pause() method _setFullscreen (line 135) | void _setFullscreen(bool fullscreen) method _seekTo (line 143) | void _seekTo(double position) method _mute (line 147) | void _mute() method _unmute (line 151) | void _unmute() method _setPlaybackSpeed (line 155) | void _setPlaybackSpeed(double speed) FILE: packages/appinio_video_player/lib/src/web_video_player/web_video_player_settings.dart class CustomVideoPlayerWebSettings (line 3) | class CustomVideoPlayerWebSettings { FILE: packages/appinio_video_player/test/custom_video_player_test.dart function main (line 5) | void main() FILE: packages/disable_screenshot/android/src/main/java/com/appinio/disable_screenshot/DisableScreenshotPlugin.java class DisableScreenshotPlugin (line 32) | public class DisableScreenshotPlugin implements FlutterPlugin, MethodCal... method onAttachedToEngine (line 43) | @Override method onListen (line 51) | @Override method onCancel (line 104) | @Override method onMethodCall (line 114) | @Override method updateScreenRecordStatus (line 128) | private void updateScreenRecordStatus(){ method setScreenRecordStatus (line 170) | void setScreenRecordStatus(boolean value){ method onDetachedFromEngine (line 179) | @Override method getMimeType (line 184) | public static String getMimeType(String url) { method getLastModified (line 193) | public static File getLastModified(String directoryFilePath) method onAttachedToActivity (line 216) | @Override method onDetachedFromActivityForConfigChanges (line 222) | @Override method onReattachedToActivityForConfigChanges (line 227) | @Override method onDetachedFromActivity (line 232) | @Override type Path (line 237) | public enum Path { method getPath (line 243) | public String getPath() { method Path (line 247) | Path(String path) { FILE: packages/disable_screenshot/example/lib/main.dart function main (line 6) | void main() class MyApp (line 10) | class MyApp extends StatefulWidget { method createState (line 14) | MyAppState createState() class MyAppState (line 17) | class MyAppState extends State { method build (line 19) | Widget build(BuildContext context) class RootApp (line 24) | class RootApp extends StatefulWidget { method createState (line 28) | RootAppState createState() class RootAppState (line 31) | class RootAppState extends State { method initState (line 38) | void initState() method _onCaptureScreenshotTap (line 47) | Future _onCaptureScreenshotTap() method build (line 62) | Widget build(BuildContext context) method dispose (line 97) | void dispose() FILE: packages/disable_screenshot/lib/disable_screenshot.dart class DisableScreenshot (line 5) | class DisableScreenshot { method getPlatformVersion (line 6) | Future getPlatformVersion() method onScreenShots (line 10) | Stream onScreenShots() method disableScreenshots (line 14) | Future disableScreenshots(bool disable) method captureScreenShot (line 18) | Future captureScreenShot({ method captureScreenShotFromWidget (line 26) | Future captureScreenShotFromWidget(Widget widget, FILE: packages/disable_screenshot/lib/disable_screenshot_method_channel.dart class MethodChannelDisableScreenshot (line 14) | class MethodChannelDisableScreenshot extends DisableScreenshotPlatform { method getPlatformVersion (line 24) | Future getPlatformVersion() method onScreenShots (line 33) | Stream onScreenShots() method disableScreenshots (line 39) | Future disableScreenshots(bool disable) method captureScreenShot (line 48) | Future captureScreenShot({ method captureScreenShotFromWidget (line 77) | Future captureScreenShotFromWidget(Widget widget, function toPrecision (line 216) | double toPrecision(int n) FILE: packages/disable_screenshot/lib/disable_screenshot_platform_interface.dart class DisableScreenshotPlatform (line 6) | abstract class DisableScreenshotPlatform extends PlatformInterface { method getPlatformVersion (line 27) | Future getPlatformVersion() method onScreenShots (line 31) | Stream onScreenShots() method disableScreenshots (line 35) | Future disableScreenshots(bool disable) method captureScreenShot (line 39) | Future captureScreenShot({ method captureScreenShotFromWidget (line 46) | Future captureScreenShotFromWidget(Widget widget, FILE: packages/disable_screenshot/test/disable_screenshot_method_channel_test.dart function main (line 5) | void main() FILE: packages/flutter_onboarding_slider/example/android/app/src/main/java/com/example/example/MainActivity.java class MainActivity (line 5) | public class MainActivity extends FlutterActivity { FILE: packages/flutter_onboarding_slider/example/lib/main.dart function main (line 7) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class MyHome (line 23) | class MyHome extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: packages/flutter_onboarding_slider/example/lib/screens/login_page.dart class LoginPage (line 4) | class LoginPage extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) FILE: packages/flutter_onboarding_slider/example/lib/screens/register_page.dart class RegisterPage (line 4) | class RegisterPage extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) FILE: packages/flutter_onboarding_slider/example/test/widget_test.dart function main (line 13) | void main() FILE: packages/flutter_onboarding_slider/lib/background.dart class Background (line 4) | class Background extends StatelessWidget { method build (line 24) | Widget build(BuildContext context) FILE: packages/flutter_onboarding_slider/lib/background_body.dart class BackgroundBody (line 3) | class BackgroundBody extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) FILE: packages/flutter_onboarding_slider/lib/background_controller.dart class BackgroundController (line 3) | class BackgroundController extends StatelessWidget { method build (line 21) | Widget build(BuildContext context) method _buildPageIndicator (line 42) | List _buildPageIndicator(BuildContext context) method _indicator (line 53) | Widget _indicator(bool isActive, BuildContext context) FILE: packages/flutter_onboarding_slider/lib/background_final_button.dart class FinishButtonStyle (line 3) | class FinishButtonStyle { class BackgroundFinalButton (line 37) | class BackgroundFinalButton extends StatelessWidget { method build (line 63) | Widget build(BuildContext context) method _goToNextPage (line 140) | void _goToNextPage(BuildContext context) FILE: packages/flutter_onboarding_slider/lib/background_image.dart class BackgroundImage (line 5) | class BackgroundImage extends StatelessWidget { method build (line 23) | Widget build(BuildContext context) FILE: packages/flutter_onboarding_slider/lib/flutter_onboarding_slider.dart class OnBoardingSlider (line 17) | class OnBoardingSlider extends StatefulWidget { method createState (line 142) | _OnBoardingSliderState createState() class _OnBoardingSliderState (line 145) | class _OnBoardingSliderState extends State { method initState (line 151) | void initState() method build (line 156) | Widget build(BuildContext context) method slide (line 234) | void slide(int page) method _onSkip (line 241) | void _onSkip() FILE: packages/flutter_onboarding_slider/lib/onboarding_navigation_bar.dart class OnBoardingNavigationBar (line 4) | class OnBoardingNavigationBar extends StatelessWidget method shouldFullyObstruct (line 34) | bool shouldFullyObstruct(BuildContext context) method build (line 39) | Widget build(BuildContext context) FILE: packages/flutter_onboarding_slider/lib/page_offset_provider.dart class PageOffsetNotifier (line 3) | class PageOffsetNotifier with ChangeNotifier { FILE: packages/flutter_timer_countdown/example/lib/main.dart function main (line 7) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: packages/flutter_timer_countdown/example/lib/timer_basic.dart class TimerBasic (line 8) | class TimerBasic extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) FILE: packages/flutter_timer_countdown/example/lib/timer_frame.dart class TimerFrame (line 6) | class TimerFrame extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) FILE: packages/flutter_timer_countdown/example/test/widget_test.dart function main (line 13) | void main() FILE: packages/flutter_timer_countdown/lib/flutter_timer_countdown.dart type CountDownTimerFormat (line 6) | enum CountDownTimerFormat { type OnTickCallBack (line 19) | typedef OnTickCallBack = void Function(Duration remainingTime); class TimerCountdown (line 21) | class TimerCountdown extends StatefulWidget { method createState (line 78) | _TimerCountdownState createState() class _TimerCountdownState (line 81) | class _TimerCountdownState extends State { method initState (line 90) | void initState() method dispose (line 96) | void dispose() method _startTimer (line 107) | void _startTimer() method build (line 144) | Widget build(BuildContext context) method _colon (line 149) | Widget _colon() method _days (line 182) | Widget _days(BuildContext context) method _hours (line 205) | Widget _hours(BuildContext context) method _minutes (line 228) | Widget _minutes(BuildContext context) method _seconds (line 251) | Widget _seconds(BuildContext context) method _twoDigits (line 276) | String _twoDigits(int n, String unitType) method _durationToStringDays (line 312) | String _durationToStringDays(Duration duration) method _durationToStringHours (line 317) | String _durationToStringHours(Duration duration) method _durationToStringMinutes (line 327) | String _durationToStringMinutes(Duration duration) method _durationToStringSeconds (line 336) | String _durationToStringSeconds(Duration duration) method _countDownTimerFormat (line 344) | Widget _countDownTimerFormat() FILE: packages/flutter_timer_countdown/test/flutter_timer_countdown_test.dart function main (line 1) | void main() FILE: packages/profile_sliver/example/lib/main.dart function main (line 4) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) FILE: packages/profile_sliver/lib/src/profile_sliver.dart class ProfileSliver (line 5) | class ProfileSliver extends RenderObjectWidget { method createElement (line 18) | ProfileSliverElement createElement() method createRenderObject (line 22) | ProfileSliverRenderObject createRenderObject(BuildContext context) method updateRenderObject (line 27) | void updateRenderObject( FILE: packages/profile_sliver/lib/src/profile_sliver_element.dart class ProfileSliverElement (line 5) | class ProfileSliverElement extends RenderObjectElement { method visitChildren (line 15) | void visitChildren(ElementVisitor visitor) method forgetChild (line 22) | void forgetChild(Element child) method mount (line 35) | void mount(Element? parent, dynamic newSlot) method update (line 43) | void update(ProfileSliver newWidget) method insertRenderObjectChild (line 52) | void insertRenderObjectChild(covariant RenderBox child, dynamic slot) method moveRenderObjectChild (line 62) | void moveRenderObjectChild( method removeRenderObjectChild (line 69) | void removeRenderObjectChild(covariant RenderObject child, dynamic slot) FILE: packages/profile_sliver/lib/src/profile_sliver_render_object.dart class ProfileSliverRenderObject (line 4) | class ProfileSliverRenderObject extends RenderSliver with RenderSliverHe... method attach (line 71) | void attach(covariant PipelineOwner owner) method detach (line 78) | void detach() method redepthChildren (line 85) | void redepthChildren() method visitChildren (line 92) | void visitChildren(void Function(RenderObject child) visitor) method debugDescribeChildren (line 99) | List debugDescribeChildren() method performLayout (line 107) | void performLayout() method childMainAxisPosition (line 173) | double childMainAxisPosition(covariant RenderObject child) method hitTest (line 189) | bool hitTest(SliverHitTestResult result, method hitTestChildren (line 216) | bool hitTestChildren(SliverHitTestResult result, method childScrollOffset (line 237) | double? childScrollOffset(covariant RenderObject child) method applyPaintTransform (line 247) | void applyPaintTransform(RenderObject child, Matrix4 transform) method paint (line 253) | void paint(PaintingContext context, Offset offset) method debugFillProperties (line 267) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/widget_zoom/example/lib/main.dart function main (line 4) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) class MyHomePage (line 20) | class MyHomePage extends StatefulWidget { method createState (line 26) | State createState() class _MyHomePageState (line 29) | class _MyHomePageState extends State { method build (line 31) | Widget build(BuildContext context) FILE: packages/widget_zoom/example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: packages/widget_zoom/example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: packages/widget_zoom/example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: packages/widget_zoom/example/test/widget_test.dart function main (line 13) | void main() FILE: packages/widget_zoom/example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: packages/widget_zoom/example/windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: packages/widget_zoom/example/windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: packages/widget_zoom/example/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/widget_zoom/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: packages/widget_zoom/example/windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: packages/widget_zoom/example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: packages/widget_zoom/lib/src/widget_zoom.dart class WidgetZoom (line 4) | class WidgetZoom extends StatefulWidget { method createState (line 47) | State createState() class _WidgetZoomState (line 50) | class _WidgetZoomState extends State method initState (line 64) | void initState() method didChangeDependencies (line 79) | void didChangeDependencies() method dispose (line 85) | void dispose() method build (line 94) | Widget build(BuildContext context) method _buildImage (line 101) | Widget _buildImage() method _onInteractionUpdate (line 122) | void _onInteractionUpdate(ScaleUpdateDetails details) method _showOverlay (line 129) | void _showOverlay(ScaleStartDetails details) method _removeOverlay (line 164) | void _removeOverlay() method _resetAnimation (line 170) | void _resetAnimation() method _openImageFullscreen (line 185) | Future _openImageFullscreen() method _closeFullScreenImage (line 213) | void _closeFullScreenImage() FILE: packages/widget_zoom/lib/src/widget_zoom_full_screen.dart class WidgetZoomFullscreen (line 4) | class WidgetZoomFullscreen extends StatefulWidget { method createState (line 22) | State createState() class _ImageZoomFullscreenState (line 25) | class _ImageZoomFullscreenState extends State method initState (line 42) | void initState() method dispose (line 51) | void dispose() method build (line 58) | Widget build(BuildContext context) method _zoomInOut (line 127) | void _zoomInOut() method _onInteractionStart (line 156) | void _onInteractionStart(ScaleStartDetails details) method _onInteractionEnd (line 161) | void _onInteractionEnd(ScaleEndDetails details) method _onInteractionUpdate (line 180) | void _onInteractionUpdate(ScaleUpdateDetails details) FILE: packages/widget_zoom/test/widget_zoom_test.dart function main (line 1) | void main()