SYMBOL INDEX (12496 symbols across 1464 files) FILE: packages/camera/camera/example/android/app/src/androidTest/java/io/flutter/plugins/cameraexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/camera/camera/example/integration_test/camera_test.dart function main (line 16) | void main() function assertExpectedDimensions (line 45) | bool assertExpectedDimensions(Size expectedSize, Size actual) function testCaptureImageResolution (line 55) | Future testCaptureImageResolution( function testCaptureVideoResolution (line 102) | Future testCaptureVideoResolution( function startStreaming (line 243) | Future startStreaming(List cameras, FILE: packages/camera/camera/example/lib/main.dart class CameraExampleHome (line 15) | class CameraExampleHome extends StatefulWidget { method createState (line 20) | State createState() function getCameraLensIcon (line 26) | IconData getCameraLensIcon(CameraLensDirection direction) function _logError (line 41) | void _logError(String code, String? message) class _CameraExampleHomeState (line 46) | class _CameraExampleHomeState extends State method initState (line 72) | void initState() method dispose (line 103) | void dispose() method didChangeAppLifecycleState (line 112) | void didChangeAppLifecycleState(AppLifecycleState state) method build (line 129) | Widget build(BuildContext context) method _cameraPreviewWidget (line 173) | Widget _cameraPreviewWidget() method _handleScaleStart (line 206) | void _handleScaleStart(ScaleStartDetails details) method _handleScaleUpdate (line 210) | Future _handleScaleUpdate(ScaleUpdateDetails details) method _thumbnailWidget (line 223) | Widget _thumbnailWidget() method _modeControlRowWidget (line 267) | Widget _modeControlRowWidget() method _flashModeControlRowWidget (line 319) | Widget _flashModeControlRowWidget() method _exposureModeControlRowWidget (line 368) | Widget _exposureModeControlRowWidget() method _focusModeControlRowWidget (line 455) | Widget _focusModeControlRowWidget() method _captureControlRowWidget (line 514) | Widget _captureControlRowWidget() method _cameraTogglesRowWidget (line 575) | Widget _cameraTogglesRowWidget() method onChanged (line 578) | void onChanged(CameraDescription? description) method timestamp (line 613) | String timestamp() method showInSnackBar (line 615) | void showInSnackBar(String message) method onViewFinderTap (line 620) | void onViewFinderTap(TapDownDetails details, BoxConstraints constraints) method onNewCameraSelected (line 635) | Future onNewCameraSelected(CameraDescription cameraDescription) method onTakePictureButtonPressed (line 722) | void onTakePictureButtonPressed() method onFlashModeButtonPressed (line 737) | void onFlashModeButtonPressed() method onExposureModeButtonPressed (line 747) | void onExposureModeButtonPressed() method onFocusModeButtonPressed (line 757) | void onFocusModeButtonPressed() method onAudioModeButtonPressed (line 767) | void onAudioModeButtonPressed() method onCaptureOrientationLockButtonPressed (line 774) | Future onCaptureOrientationLockButtonPressed() method onSetFlashModeButtonPressed (line 792) | void onSetFlashModeButtonPressed(FlashMode mode) method onSetExposureModeButtonPressed (line 801) | void onSetExposureModeButtonPressed(ExposureMode mode) method onSetFocusModeButtonPressed (line 810) | void onSetFocusModeButtonPressed(FocusMode mode) method onVideoRecordButtonPressed (line 819) | void onVideoRecordButtonPressed() method onStopButtonPressed (line 827) | void onStopButtonPressed() method onPausePreviewButtonPressed (line 840) | Future onPausePreviewButtonPressed() method onPauseButtonPressed (line 859) | void onPauseButtonPressed() method onResumeButtonPressed (line 868) | void onResumeButtonPressed() method startVideoRecording (line 877) | Future startVideoRecording() method stopVideoRecording (line 898) | Future stopVideoRecording() method pauseVideoRecording (line 913) | Future pauseVideoRecording() method resumeVideoRecording (line 928) | Future resumeVideoRecording() method setFlashMode (line 943) | Future setFlashMode(FlashMode mode) method setExposureMode (line 956) | Future setExposureMode(ExposureMode mode) method setExposureOffset (line 969) | Future setExposureOffset(double offset) method setFocusMode (line 985) | Future setFocusMode(FocusMode mode) method _startVideoPlayer (line 998) | Future _startVideoPlayer() method takePicture (line 1029) | Future takePicture() method _showCameraException (line 1050) | void _showCameraException(CameraException e) class CameraApp (line 1057) | class CameraApp extends StatelessWidget { method build (line 1062) | Widget build(BuildContext context) function main (line 1071) | Future main() FILE: packages/camera/camera/example/lib/readme_full_example.dart function main (line 11) | Future main() class CameraApp (line 19) | class CameraApp extends StatefulWidget { method createState (line 24) | State createState() class _CameraAppState (line 27) | class _CameraAppState extends State { method initState (line 31) | void initState() method dispose (line 54) | void dispose() method build (line 60) | Widget build(BuildContext context) FILE: packages/camera/camera/example/test/main_test.dart function main (line 9) | void main() FILE: packages/camera/camera/example/test_driver/integration_test.dart function main (line 15) | Future main() FILE: packages/camera/camera/lib/src/camera_controller.dart type onLatestImageAvailable (line 22) | typedef onLatestImageAvailable = Function(CameraImage image); function availableCameras (line 27) | Future> availableCameras() function _unawaited (line 33) | void _unawaited(Future? future) class CameraValue (line 36) | class CameraValue { method copyWith (line 150) | CameraValue copyWith({ method toString (line 198) | String toString() class CameraController (line 225) | class CameraController extends ValueNotifier { method debugCheckIsDisposed (line 267) | void debugCheckIsDisposed() method initialize (line 277) | Future initialize() method prepareForVideoRecording (line 348) | Future prepareForVideoRecording() method pausePreview (line 353) | Future pausePreview() method resumePreview (line 369) | Future resumePreview() method takePicture (line 386) | Future takePicture() method startImageStream (line 422) | Future startImageStream(onLatestImageAvailable onAvailable) method stopImageStream (line 458) | Future stopImageStream() method startVideoRecording (line 485) | Future startVideoRecording( method stopVideoRecording (line 519) | Future stopVideoRecording() method pauseVideoRecording (line 548) | Future pauseVideoRecording() method resumeVideoRecording (line 567) | Future resumeVideoRecording() method buildPreview (line 584) | Widget buildPreview() method getMaxZoomLevel (line 594) | Future getMaxZoomLevel() method getMinZoomLevel (line 604) | Future getMinZoomLevel() method setZoomLevel (line 618) | Future setZoomLevel(double zoom) method setFlashMode (line 628) | Future setFlashMode(FlashMode mode) method setExposureMode (line 638) | Future setExposureMode(ExposureMode mode) method setExposurePoint (line 651) | Future setExposurePoint(Offset? point) method getMinExposureOffset (line 674) | Future getMinExposureOffset() method getMaxExposureOffset (line 684) | Future getMaxExposureOffset() method getExposureOffsetStepSize (line 696) | Future getExposureOffsetStepSize() method setExposureOffset (line 716) | Future setExposureOffset(double offset) method lockCaptureOrientation (line 751) | Future lockCaptureOrientation([DeviceOrientation? orientation]) method setFocusMode (line 764) | Future setFocusMode(FocusMode mode) method unlockCaptureOrientation (line 774) | Future unlockCaptureOrientation() method setFocusPoint (line 788) | Future setFocusPoint(Offset? point) method dispose (line 811) | Future dispose() method _throwIfNotInitialized (line 824) | void _throwIfNotInitialized(String functionName) method removeListener (line 840) | void removeListener(VoidCallback listener) class Optional (line 854) | @immutable method ifPresent (line 892) | void ifPresent(void Function(T value) ifPresent) method ifAbsent (line 899) | void ifAbsent(void Function() ifAbsent) method or (line 910) | T or(T defaultValue) method transform (line 922) | Optional transform(S Function(T value) transformer) method transformNullable (line 933) | Optional transformNullable(S? Function(T value) transformer) method toString (line 952) | String toString() FILE: packages/camera/camera/lib/src/camera_image.dart class Plane (line 20) | class Plane { class ImageFormat (line 60) | class ImageFormat { function _asImageFormatGroup (line 84) | ImageFormatGroup _asImageFormatGroup(dynamic rawFormat) class CameraImage (line 119) | class CameraImage { FILE: packages/camera/camera/lib/src/camera_preview.dart class CameraPreview (line 12) | class CameraPreview extends StatelessWidget { method build (line 24) | Widget build(BuildContext context) method _wrapInRotatedBox (line 47) | Widget _wrapInRotatedBox({required Widget child}) method _isLandscape (line 58) | bool _isLandscape() method _getQuarterTurns (line 65) | int _getQuarterTurns() method _getApplicableOrientation (line 75) | DeviceOrientation _getApplicableOrientation() FILE: packages/camera/camera/test/camera_image_stream_test.dart function main (line 13) | void main() class MockStreamingCameraPlatform (line 201) | class MockStreamingCameraPlatform extends MockCameraPlatform { method onStreamedFrameAvailable (line 207) | Stream onStreamedFrameAvailable(int cameraId, method startVideoRecording (line 218) | Future startVideoRecording(int cameraId, method startVideoCapturing (line 226) | Future startVideoCapturing(VideoCaptureOptions options) method _onFrameStreamListen (line 235) | void _onFrameStreamListen() method _onFrameStreamCancel (line 239) | FutureOr _onFrameStreamCancel() FILE: packages/camera/camera/test/camera_image_test.dart function main (line 14) | void main() FILE: packages/camera/camera/test/camera_preview_test.dart class FakeController (line 12) | class FakeController extends ValueNotifier method dispose (line 17) | Future dispose() method buildPreview (line 22) | Widget buildPreview() method debugCheckIsDisposed (line 30) | void debugCheckIsDisposed() method getExposureOffsetStepSize (line 40) | Future getExposureOffsetStepSize() method getMaxExposureOffset (line 43) | Future getMaxExposureOffset() method getMaxZoomLevel (line 46) | Future getMaxZoomLevel() method getMinExposureOffset (line 49) | Future getMinExposureOffset() method getMinZoomLevel (line 52) | Future getMinZoomLevel() method initialize (line 58) | Future initialize() method lockCaptureOrientation (line 61) | Future lockCaptureOrientation([DeviceOrientation? orientation]) method pauseVideoRecording (line 64) | Future pauseVideoRecording() method prepareForVideoRecording (line 67) | Future prepareForVideoRecording() method resumeVideoRecording (line 73) | Future resumeVideoRecording() method setExposureMode (line 76) | Future setExposureMode(ExposureMode mode) method setExposureOffset (line 79) | Future setExposureOffset(double offset) method setExposurePoint (line 82) | Future setExposurePoint(Offset? point) method setFlashMode (line 85) | Future setFlashMode(FlashMode mode) method setFocusMode (line 88) | Future setFocusMode(FocusMode mode) method setFocusPoint (line 91) | Future setFocusPoint(Offset? point) method setZoomLevel (line 94) | Future setZoomLevel(double zoom) method startImageStream (line 97) | Future startImageStream(onLatestImageAvailable onAvailable) method startVideoRecording (line 100) | Future startVideoRecording( method stopImageStream (line 104) | Future stopImageStream() method stopVideoRecording (line 107) | Future stopVideoRecording() method takePicture (line 110) | Future takePicture() method unlockCaptureOrientation (line 113) | Future unlockCaptureOrientation() method pausePreview (line 116) | Future pausePreview() method resumePreview (line 119) | Future resumePreview() function main (line 122) | void main() FILE: packages/camera/camera/test/camera_test.dart function main (line 55) | void main() class MockCameraPlatform (line 1371) | class MockCameraPlatform extends Mock method initializeCamera (line 1375) | Future initializeCamera( method dispose (line 1388) | Future dispose(int? cameraId) method availableCameras (line 1393) | Future> availableCameras() method createCamera (line 1397) | Future createCamera( method onCameraInitialized (line 1407) | Stream onCameraInitialized(int cameraId) method onCameraClosing (line 1411) | Stream onCameraClosing(int cameraId) method onCameraError (line 1415) | Stream onCameraError(int cameraId) method onDeviceOrientationChanged (line 1419) | Stream onDeviceOrientationChanged() method takePicture (line 1424) | Future takePicture(int cameraId) method prepareForVideoRecording (line 1429) | Future prepareForVideoRecording() method startVideoRecording (line 1433) | Future startVideoRecording(int cameraId, method startVideoCapturing (line 1438) | Future startVideoCapturing(VideoCaptureOptions options) method lockCaptureOrientation (line 1444) | Future lockCaptureOrientation( method unlockCaptureOrientation (line 1450) | Future unlockCaptureOrientation(int? cameraId) method pausePreview (line 1455) | Future pausePreview(int? cameraId) method resumePreview (line 1459) | Future resumePreview(int? cameraId) method getMaxZoomLevel (line 1463) | Future getMaxZoomLevel(int? cameraId) method getMinZoomLevel (line 1469) | Future getMinZoomLevel(int? cameraId) method setZoomLevel (line 1475) | Future setZoomLevel(int? cameraId, double? zoom) method setFlashMode (line 1480) | Future setFlashMode(int? cameraId, FlashMode? mode) method setExposureMode (line 1485) | Future setExposureMode(int? cameraId, ExposureMode? mode) method setExposurePoint (line 1490) | Future setExposurePoint(int? cameraId, Point? point) method getMinExposureOffset (line 1495) | Future getMinExposureOffset(int? cameraId) method getMaxExposureOffset (line 1502) | Future getMaxExposureOffset(int? cameraId) method getExposureOffsetStepSize (line 1509) | Future getExposureOffsetStepSize(int? cameraId) method setExposureOffset (line 1516) | Future setExposureOffset(int? cameraId, double? offset) class MockCameraDescription (line 1523) | class MockCameraDescription extends CameraDescription { FILE: packages/camera/camera/test/camera_value_test.dart function main (line 16) | void main() FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/Camera.java type ErrorCallback (line 77) | @FunctionalInterface method onError (line 79) | void onError(String errorCode, String errorMessage); type CameraDeviceWrapper (line 83) | interface CameraDeviceWrapper { method createCaptureRequest (line 84) | @NonNull method createCaptureSession (line 87) | @TargetApi(VERSION_CODES.P) method createCaptureSession (line 90) | @TargetApi(VERSION_CODES.LOLLIPOP) method close (line 97) | void close(); class Camera (line 100) | class Camera class DefaultCameraDeviceWrapper (line 158) | private class DefaultCameraDeviceWrapper implements CameraDeviceWrapper { method DefaultCameraDeviceWrapper (line 161) | private DefaultCameraDeviceWrapper(CameraDevice cameraDevice) { method createCaptureRequest (line 165) | @NonNull method createCaptureSession (line 172) | @TargetApi(VERSION_CODES.P) method createCaptureSession (line 178) | @TargetApi(VERSION_CODES.LOLLIPOP) method close (line 189) | @Override method Camera (line 195) | public Camera( method onConverged (line 226) | @Override method onPrecapture (line 231) | @Override method updateBuilderSettings (line 241) | private void updateBuilderSettings(CaptureRequest.Builder requestBuild... method prepareMediaRecorder (line 248) | private void prepareMediaRecorder(String outputFilePath) throws IOExce... method open (line 280) | @SuppressLint("MissingPermission") method createCaptureSession (line 388) | @VisibleForTesting method createCaptureSession (line 393) | private void createCaptureSession( method createCaptureSessionWithSessionConfig (line 478) | @TargetApi(VERSION_CODES.P) method createCaptureSession (line 490) | @TargetApi(VERSION_CODES.LOLLIPOP) method refreshPreviewCaptureSession (line 499) | private void refreshPreviewCaptureSession( method startCapture (line 528) | private void startCapture(boolean record, boolean stream) throws Camer... method takePicture (line 543) | public void takePicture(@NonNull final Result result) { method runPrecaptureSequence (line 578) | private void runPrecaptureSequence() { method takePictureAfterPrecapture (line 613) | private void takePictureAfterPrecapture() { method getDefaultDisplay (line 668) | @SuppressWarnings("deprecation") method startBackgroundThread (line 674) | public void startBackgroundThread() { method stopBackgroundThread (line 689) | public void stopBackgroundThread() { method runPictureAutoFocus (line 698) | private void runPictureAutoFocus() { method lockAutoFocus (line 705) | private void lockAutoFocus() { method unlockAutoFocus (line 724) | private void unlockAutoFocus() { method startVideoRecording (line 752) | public void startVideoRecording( method stopVideoRecording (line 771) | public void stopVideoRecording(@NonNull final Result result) { method pauseVideoRecording (line 797) | public void pauseVideoRecording(@NonNull final Result result) { method resumeVideoRecording (line 818) | public void resumeVideoRecording(@NonNull final Result result) { method setFlashMode (line 846) | public void setFlashMode(@NonNull final Result result, @NonNull FlashM... method setExposureMode (line 863) | public void setExposureMode(@NonNull final Result result, @NonNull Exp... method setExposurePoint (line 880) | public void setExposurePoint(@NonNull final Result result, @Nullable P... method getMaxExposureOffset (line 892) | public double getMaxExposureOffset() { method getMinExposureOffset (line 897) | public double getMinExposureOffset() { method getExposureOffsetStepSize (line 902) | public double getExposureOffsetStepSize() { method setFocusMode (line 912) | public void setFocusMode(final Result result, @NonNull FocusMode newMo... method setFocusPoint (line 964) | public void setFocusPoint(@NonNull final Result result, @Nullable Poin... method setExposureOffset (line 983) | public void setExposureOffset(@NonNull final Result result, double off... method getMaxZoomLevel (line 994) | public float getMaxZoomLevel() { method getMinZoomLevel (line 998) | public float getMinZoomLevel() { method getRecordingProfileLegacy (line 1003) | CamcorderProfile getRecordingProfileLegacy() { method getRecordingProfile (line 1007) | EncoderProfiles getRecordingProfile() { method getDeviceOrientationManager (line 1012) | DeviceOrientationManager getDeviceOrientationManager() { method setZoomLevel (line 1022) | public void setZoomLevel(@NonNull final Result result, float zoom) thr... method lockCaptureOrientation (line 1051) | public void lockCaptureOrientation(PlatformChannel.DeviceOrientation o... method unlockCaptureOrientation (line 1056) | public void unlockCaptureOrientation() { method pausePreview (line 1061) | public void pausePreview() throws CameraAccessException { method resumePreview (line 1067) | public void resumePreview() { method startPreview (line 1073) | public void startPreview() throws CameraAccessException { method startPreviewWithImageStream (line 1080) | public void startPreviewWithImageStream(EventChannel imageStreamChannel) method onImageAvailable (line 1092) | @Override method prepareRecording (line 1115) | private void prepareRecording(@NonNull Result result) { method setStreamHandler (line 1136) | private void setStreamHandler(EventChannel imageStreamChannel) { method setImageStreamImageAvailableListener (line 1151) | private void setImageStreamImageAvailableListener(final EventChannel.E... method closeCaptureSession (line 1191) | private void closeCaptureSession() { method close (line 1200) | public void close() { method dispose (line 1232) | public void dispose() { class HandlerThreadFactory (line 1241) | static class HandlerThreadFactory { method create (line 1251) | @VisibleForTesting class HandlerFactory (line 1258) | static class HandlerFactory { method create (line 1268) | @VisibleForTesting FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/CameraCaptureCallback.java class CameraCaptureCallback (line 21) | class CameraCaptureCallback extends CaptureCallback { method CameraCaptureCallback (line 28) | private CameraCaptureCallback( method create (line 46) | public static CameraCaptureCallback create( method getCameraState (line 58) | public CameraState getCameraState() { method setCameraState (line 67) | public void setCameraState(@NonNull CameraState state) { method process (line 71) | private void process(CaptureResult result) { method handleWaitingFocusState (line 147) | private void handleWaitingFocusState(Integer aeState) { method onCaptureProgressed (line 156) | @Override method onCaptureCompleted (line 164) | @Override type CameraCaptureStateListener (line 173) | interface CameraCaptureStateListener { method onConverged (line 176) | void onConverged(); method onPrecapture (line 181) | void onPrecapture(); FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/CameraPermissions.java class CameraPermissions (line 15) | final class CameraPermissions { type PermissionsRegistry (line 16) | interface PermissionsRegistry { method addListener (line 17) | @SuppressWarnings("deprecation") type ResultCallback (line 22) | interface ResultCallback { method onResult (line 23) | void onResult(String errorCode, String errorDescription); method requestPermissions (line 43) | void requestPermissions( method hasCameraPermission (line 73) | private boolean hasCameraPermission(Activity activity) { method hasAudioPermission (line 78) | private boolean hasAudioPermission(Activity activity) { class CameraRequestPermissionsListener (line 83) | @VisibleForTesting method CameraRequestPermissionsListener (line 96) | @VisibleForTesting method onRequestPermissionsResult (line 101) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/CameraPlugin.java class CameraPlugin (line 27) | public final class CameraPlugin implements FlutterPlugin, ActivityAware { method CameraPlugin (line 38) | public CameraPlugin() {} method registerWith (line 47) | @SuppressWarnings("deprecation") method onAttachedToEngine (line 57) | @Override method onDetachedFromEngine (line 62) | @Override method onAttachedToActivity (line 67) | @Override method onDetachedFromActivity (line 76) | @Override method onReattachedToActivityForConfigChanges (line 85) | @Override method onDetachedFromActivityForConfigChanges (line 90) | @Override method maybeStartListening (line 95) | private void maybeStartListening( FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/CameraProperties.java type CameraProperties (line 18) | public interface CameraProperties { method getCameraName (line 25) | String getCameraName(); method getControlAutoExposureAvailableTargetFpsRanges (line 37) | Range[] getControlAutoExposureAvailableTargetFpsRanges(); method getControlAutoExposureCompensationRange (line 50) | Range getControlAutoExposureCompensationRange(); method getControlAutoExposureCompensationStep (line 60) | double getControlAutoExposureCompensationStep(); method getControlAutoFocusAvailableModes (line 71) | int[] getControlAutoFocusAvailableModes(); method getControlMaxRegionsAutoExposure (line 82) | Integer getControlMaxRegionsAutoExposure(); method getControlMaxRegionsAutoFocus (line 92) | Integer getControlMaxRegionsAutoFocus(); method getDistortionCorrectionAvailableModes (line 103) | @RequiresApi(api = VERSION_CODES.P) method getFlashInfoAvailable (line 114) | Boolean getFlashInfoAvailable(); method getLensFacing (line 131) | int getLensFacing(); method getLensInfoMinimumFocusDistance (line 143) | Float getLensInfoMinimumFocusDistance(); method getScalerAvailableMaxDigitalZoom (line 155) | Float getScalerAvailableMaxDigitalZoom(); method getScalerMinZoomRatio (line 166) | @RequiresApi(api = VERSION_CODES.R) method getScalerMaxZoomRatio (line 178) | @RequiresApi(api = VERSION_CODES.R) method getSensorInfoActiveArraySize (line 191) | Rect getSensorInfoActiveArraySize(); method getSensorInfoPixelArraySize (line 202) | Size getSensorInfoPixelArraySize(); method getSensorInfoPreCorrectionActiveArraySize (line 215) | @RequiresApi(api = VERSION_CODES.M) method getSensorOrientation (line 228) | int getSensorOrientation(); method getHardwareLevel (line 249) | int getHardwareLevel(); method getAvailableNoiseReductionModes (line 261) | int[] getAvailableNoiseReductionModes(); class CameraPropertiesImpl (line 268) | class CameraPropertiesImpl implements CameraProperties { method CameraPropertiesImpl (line 272) | public CameraPropertiesImpl(String cameraName, CameraManager cameraMan... method getCameraName (line 278) | @Override method getControlAutoExposureAvailableTargetFpsRanges (line 283) | @Override method getControlAutoExposureCompensationRange (line 288) | @Override method getControlAutoExposureCompensationStep (line 293) | @Override method getControlAutoFocusAvailableModes (line 301) | @Override method getControlMaxRegionsAutoExposure (line 306) | @Override method getControlMaxRegionsAutoFocus (line 311) | @Override method getDistortionCorrectionAvailableModes (line 316) | @RequiresApi(api = VERSION_CODES.P) method getFlashInfoAvailable (line 322) | @Override method getLensFacing (line 327) | @Override method getLensInfoMinimumFocusDistance (line 332) | @Override method getScalerAvailableMaxDigitalZoom (line 337) | @Override method getScalerMaxZoomRatio (line 342) | @RequiresApi(api = VERSION_CODES.R) method getScalerMinZoomRatio (line 348) | @RequiresApi(api = VERSION_CODES.R) method getSensorInfoActiveArraySize (line 354) | @Override method getSensorInfoPixelArraySize (line 359) | @Override method getSensorInfoPreCorrectionActiveArraySize (line 364) | @RequiresApi(api = VERSION_CODES.M) method getSensorOrientation (line 371) | @Override method getHardwareLevel (line 376) | @Override method getAvailableNoiseReductionModes (line 381) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/CameraRegionUtils.java class CameraRegionUtils (line 22) | public final class CameraRegionUtils { method getCameraBoundaries (line 32) | public static Size getCameraBoundaries( method convertPointToMeteringRectangle (line 72) | public static MeteringRectangle convertPointToMeteringRectangle( method supportsDistortionCorrection (line 127) | @TargetApi(Build.VERSION_CODES.P) class MeteringRectangleFactory (line 142) | static class MeteringRectangleFactory { method create (line 158) | @VisibleForTesting class SizeFactory (line 166) | static class SizeFactory { method create (line 177) | @VisibleForTesting FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/CameraState.java type CameraState (line 12) | public enum CameraState { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/CameraUtils.java class CameraUtils (line 20) | public final class CameraUtils { method CameraUtils (line 22) | private CameraUtils() {} method getCameraManager (line 30) | static CameraManager getCameraManager(Context context) { method serializeDeviceOrientation (line 42) | static String serializeDeviceOrientation(PlatformChannel.DeviceOrienta... method deserializeDeviceOrientation (line 69) | static PlatformChannel.DeviceOrientation deserializeDeviceOrientation(... method getAvailableCameras (line 94) | public static List> getAvailableCameras(Activity a... FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/DartMessenger.java class DartMessenger (line 20) | public class DartMessenger { type DeviceEventType (line 26) | enum DeviceEventType { method DeviceEventType (line 31) | DeviceEventType(String method) { type CameraEventType (line 37) | enum CameraEventType { method CameraEventType (line 52) | CameraEventType(String method) { method DartMessenger (line 66) | DartMessenger(BinaryMessenger messenger, long cameraId, @NonNull Handl... method sendDeviceOrientationChangeEvent (line 78) | public void sendDeviceOrientationChangeEvent(PlatformChannel.DeviceOri... method sendCameraInitializedEvent (line 99) | void sendCameraInitializedEvent( method sendCameraClosingEvent (line 127) | void sendCameraClosingEvent() { method sendCameraErrorEvent (line 137) | void sendCameraErrorEvent(@Nullable String description) { method send (line 147) | private void send(CameraEventType eventType) { method send (line 151) | private void send(CameraEventType eventType, Map args) { method send (line 165) | private void send(DeviceEventType eventType) { method send (line 169) | private void send(DeviceEventType eventType, Map args) { method finish (line 188) | public void finish(MethodChannel.Result result, Object payload) { method error (line 199) | public void error( FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/ImageSaver.java class ImageSaver (line 17) | public class ImageSaver implements Runnable { method ImageSaver (line 35) | ImageSaver(@NonNull Image image, @NonNull File file, @NonNull Callback... method run (line 41) | @Override type Callback (line 71) | public interface Callback { method onComplete (line 77) | void onComplete(String absolutePath); method onError (line 85) | void onError(String errorCode, String errorMessage); class FileOutputStreamFactory (line 89) | static class FileOutputStreamFactory { method create (line 100) | @VisibleForTesting FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/MethodCallHandlerImpl.java class MethodCallHandlerImpl (line 31) | final class MethodCallHandlerImpl implements MethodChannel.MethodCallHan... method MethodCallHandlerImpl (line 41) | MethodCallHandlerImpl( method onMethodCall (line 59) | @Override method stopListening (line 371) | void stopListening() { method instantiateCamera (line 375) | private void instantiateCamera(MethodCall call, Result result) throws ... method handleException (line 407) | @SuppressWarnings("ConstantConditions") FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/CameraFeature.java class CameraFeature (line 19) | public abstract class CameraFeature { method CameraFeature (line 23) | protected CameraFeature(@NonNull CameraProperties cameraProperties) { method getDebugName (line 28) | public abstract String getDebugName(); method getValue (line 35) | public abstract T getValue(); method setValue (line 42) | public abstract void setValue(T value); method checkIsSupported (line 51) | public abstract boolean checkIsSupported(); method updateBuilder (line 59) | public abstract void updateBuilder(CaptureRequest.Builder requestBuild... FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/CameraFeatureFactory.java type CameraFeatureFactory (line 28) | public interface CameraFeatureFactory { method createAutoFocusFeature (line 38) | AutoFocusFeature createAutoFocusFeature( method createExposureLockFeature (line 48) | ExposureLockFeature createExposureLockFeature(@NonNull CameraPropertie... method createExposureOffsetFeature (line 57) | ExposureOffsetFeature createExposureOffsetFeature(@NonNull CameraPrope... method createFlashFeature (line 66) | FlashFeature createFlashFeature(@NonNull CameraProperties cameraProper... method createResolutionFeature (line 77) | ResolutionFeature createResolutionFeature( method createFocusPointFeature (line 91) | FocusPointFeature createFocusPointFeature( method createFpsRangeFeature (line 102) | FpsRangeFeature createFpsRangeFeature(@NonNull CameraProperties camera... method createSensorOrientationFeature (line 114) | SensorOrientationFeature createSensorOrientationFeature( method createZoomLevelFeature (line 126) | ZoomLevelFeature createZoomLevelFeature(@NonNull CameraProperties came... method createExposurePointFeature (line 137) | ExposurePointFeature createExposurePointFeature( method createNoiseReductionFeature (line 148) | NoiseReductionFeature createNoiseReductionFeature(@NonNull CameraPrope... FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/CameraFeatureFactoryImpl.java class CameraFeatureFactoryImpl (line 29) | public class CameraFeatureFactoryImpl implements CameraFeatureFactory { method createAutoFocusFeature (line 31) | @Override method createExposureLockFeature (line 37) | @Override method createExposureOffsetFeature (line 42) | @Override method createFlashFeature (line 48) | @Override method createResolutionFeature (line 53) | @Override method createFocusPointFeature (line 61) | @Override method createFpsRangeFeature (line 68) | @Override method createSensorOrientationFeature (line 73) | @Override method createZoomLevelFeature (line 81) | @Override method createExposurePointFeature (line 86) | @Override method createNoiseReductionFeature (line 93) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/CameraFeatures.java class CameraFeatures (line 30) | public class CameraFeatures { method init (line 44) | public static CameraFeatures init( method getAllFeatures (line 84) | public Collection getAllFeatures() { method getAutoFocus (line 93) | public AutoFocusFeature getAutoFocus() { method setAutoFocus (line 102) | public void setAutoFocus(AutoFocusFeature autoFocus) { method getExposureLock (line 111) | public ExposureLockFeature getExposureLock() { method setExposureLock (line 120) | public void setExposureLock(ExposureLockFeature exposureLock) { method getExposureOffset (line 129) | public ExposureOffsetFeature getExposureOffset() { method setExposureOffset (line 138) | public void setExposureOffset(ExposureOffsetFeature exposureOffset) { method getExposurePoint (line 147) | public ExposurePointFeature getExposurePoint() { method setExposurePoint (line 156) | public void setExposurePoint(ExposurePointFeature exposurePoint) { method getFlash (line 165) | public FlashFeature getFlash() { method setFlash (line 174) | public void setFlash(FlashFeature flash) { method getFocusPoint (line 183) | public FocusPointFeature getFocusPoint() { method setFocusPoint (line 192) | public void setFocusPoint(FocusPointFeature focusPoint) { method getFpsRange (line 201) | public FpsRangeFeature getFpsRange() { method setFpsRange (line 210) | public void setFpsRange(FpsRangeFeature fpsRange) { method getNoiseReduction (line 219) | public NoiseReductionFeature getNoiseReduction() { method setNoiseReduction (line 228) | public void setNoiseReduction(NoiseReductionFeature noiseReduction) { method getResolution (line 237) | public ResolutionFeature getResolution() { method setResolution (line 246) | public void setResolution(ResolutionFeature resolution) { method getSensorOrientation (line 255) | public SensorOrientationFeature getSensorOrientation() { method setSensorOrientation (line 264) | public void setSensorOrientation(SensorOrientationFeature sensorOrient... method getZoomLevel (line 273) | public ZoomLevelFeature getZoomLevel() { method setZoomLevel (line 282) | public void setZoomLevel(ZoomLevelFeature zoomLevel) { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/Point.java class Point (line 8) | public class Point { method Point (line 12) | public Point(Double x, Double y) { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/autofocus/AutoFocusFeature.java class AutoFocusFeature (line 13) | public class AutoFocusFeature extends CameraFeature { method AutoFocusFeature (line 25) | public AutoFocusFeature(CameraProperties cameraProperties, boolean rec... method getDebugName (line 30) | @Override method getValue (line 35) | @Override method setValue (line 40) | @Override method checkIsSupported (line 45) | @Override method updateBuilder (line 60) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/autofocus/FocusMode.java type FocusMode (line 8) | public enum FocusMode { method FocusMode (line 14) | FocusMode(String strValue) { method getValueForString (line 18) | public static FocusMode getValueForString(String modeStr) { method toString (line 27) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/exposurelock/ExposureLockFeature.java class ExposureLockFeature (line 12) | public class ExposureLockFeature extends CameraFeature { method ExposureLockFeature (line 21) | public ExposureLockFeature(CameraProperties cameraProperties) { method getDebugName (line 25) | @Override method getValue (line 30) | @Override method setValue (line 35) | @Override method checkIsSupported (line 41) | @Override method updateBuilder (line 46) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/exposurelock/ExposureMode.java type ExposureMode (line 8) | public enum ExposureMode { method ExposureMode (line 14) | ExposureMode(String strValue) { method getValueForString (line 27) | public static ExposureMode getValueForString(String modeStr) { method toString (line 36) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/exposureoffset/ExposureOffsetFeature.java class ExposureOffsetFeature (line 14) | public class ExposureOffsetFeature extends CameraFeature { method ExposureOffsetFeature (line 23) | public ExposureOffsetFeature(CameraProperties cameraProperties) { method getDebugName (line 27) | @Override method getValue (line 32) | @Override method setValue (line 37) | @Override method checkIsSupported (line 44) | @Override method updateBuilder (line 49) | @Override method getMinExposureOffset (line 63) | public double getMinExposureOffset() { method getMaxExposureOffset (line 75) | public double getMaxExposureOffset() { method getExposureOffsetStepSize (line 91) | public double getExposureOffsetStepSize() { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/exposurepoint/ExposurePointFeature.java class ExposurePointFeature (line 19) | public class ExposurePointFeature extends CameraFeature { method ExposurePointFeature (line 31) | public ExposurePointFeature( method setCameraBoundaries (line 42) | public void setCameraBoundaries(@NonNull Size cameraBoundaries) { method getDebugName (line 47) | @Override method getValue (line 52) | @Override method setValue (line 57) | @Override method checkIsSupported (line 64) | @Override method updateBuilder (line 70) | @Override method buildExposureRectangle (line 80) | private void buildExposureRectangle() { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/flash/FlashFeature.java class FlashFeature (line 12) | public class FlashFeature extends CameraFeature { method FlashFeature (line 20) | public FlashFeature(CameraProperties cameraProperties) { method getDebugName (line 24) | @Override method getValue (line 29) | @Override method setValue (line 34) | @Override method checkIsSupported (line 39) | @Override method updateBuilder (line 45) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/flash/FlashMode.java type FlashMode (line 8) | public enum FlashMode { method FlashMode (line 16) | FlashMode(String strValue) { method getValueForString (line 29) | public static FlashMode getValueForString(String modeStr) { method toString (line 36) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/focuspoint/FocusPointFeature.java class FocusPointFeature (line 19) | public class FocusPointFeature extends CameraFeature { method FocusPointFeature (line 31) | public FocusPointFeature( method setCameraBoundaries (line 42) | public void setCameraBoundaries(@NonNull Size cameraBoundaries) { method getDebugName (line 47) | @Override method getValue (line 52) | @Override method setValue (line 57) | @Override method checkIsSupported (line 64) | @Override method updateBuilder (line 70) | @Override method buildFocusRectangle (line 80) | private void buildFocusRectangle() { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/fpsrange/FpsRangeFeature.java class FpsRangeFeature (line 17) | public class FpsRangeFeature extends CameraFeature> { method FpsRangeFeature (line 26) | public FpsRangeFeature(CameraProperties cameraProperties) { method isPixel4A (line 54) | private boolean isPixel4A() { method getDebugName (line 58) | @Override method getValue (line 63) | @Override method setValue (line 68) | @Override method checkIsSupported (line 74) | @Override method updateBuilder (line 79) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/noisereduction/NoiseReductionFeature.java class NoiseReductionFeature (line 20) | public class NoiseReductionFeature extends CameraFeature { method ResolutionFeature (line 40) | public ResolutionFeature( method getRecordingProfileLegacy (line 59) | public CamcorderProfile getRecordingProfileLegacy() { method getRecordingProfile (line 63) | public EncoderProfiles getRecordingProfile() { method getPreviewSize (line 72) | public Size getPreviewSize() { method getCaptureSize (line 81) | public Size getCaptureSize() { method getDebugName (line 85) | @Override method getValue (line 90) | @Override method setValue (line 95) | @Override method checkIsSupported (line 101) | @Override method updateBuilder (line 106) | @Override method computeBestPreviewSize (line 111) | @VisibleForTesting method getBestAvailableCamcorderProfileForResolutionPresetLegacy (line 147) | public static CamcorderProfile getBestAvailableCamcorderProfileForReso... method getBestAvailableCamcorderProfileForResolutionPreset (line 190) | @TargetApi(Build.VERSION_CODES.S) method configureResolution (line 236) | private void configureResolution(ResolutionPreset resolutionPreset, in... FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/resolution/ResolutionPreset.java type ResolutionPreset (line 8) | public enum ResolutionPreset { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/sensororientation/DeviceOrientationManager.java class DeviceOrientationManager (line 25) | public class DeviceOrientationManager { method create (line 38) | public static DeviceOrientationManager create( method DeviceOrientationManager (line 46) | private DeviceOrientationManager( method start (line 69) | public void start() { method stop (line 85) | public void stop() { method getPhotoOrientation (line 101) | public int getPhotoOrientation() { method getPhotoOrientation (line 115) | public int getPhotoOrientation(PlatformChannel.DeviceOrientation orien... method getVideoOrientation (line 152) | public int getVideoOrientation() { method getVideoOrientation (line 172) | public int getVideoOrientation(PlatformChannel.DeviceOrientation orien... method getLastUIOrientation (line 203) | public PlatformChannel.DeviceOrientation getLastUIOrientation() { method handleUIOrientationChange (line 213) | @VisibleForTesting method handleOrientationChange (line 227) | @VisibleForTesting method getUIOrientation (line 245) | @VisibleForTesting method calculateSensorOrientation (line 277) | @VisibleForTesting method getDeviceDefaultOrientation (line 308) | @VisibleForTesting method getDisplay (line 330) | @SuppressWarnings("deprecation") FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/sensororientation/SensorOrientationFeature.java class SensorOrientationFeature (line 18) | public class SensorOrientationFeature extends CameraFeature { method SensorOrientationFeature (line 32) | public SensorOrientationFeature( method getDebugName (line 45) | @Override method getValue (line 50) | @Override method setValue (line 55) | @Override method checkIsSupported (line 60) | @Override method updateBuilder (line 65) | @Override method getDeviceOrientationManager (line 75) | public DeviceOrientationManager getDeviceOrientationManager() { method lockCaptureOrientation (line 85) | public void lockCaptureOrientation(PlatformChannel.DeviceOrientation o... method unlockCaptureOrientation (line 93) | public void unlockCaptureOrientation() { method getLockedCaptureOrientation (line 102) | public PlatformChannel.DeviceOrientation getLockedCaptureOrientation() { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/zoomlevel/ZoomLevelFeature.java class ZoomLevelFeature (line 14) | public class ZoomLevelFeature extends CameraFeature { method ZoomLevelFeature (line 27) | public ZoomLevelFeature(CameraProperties cameraProperties) { method getDebugName (line 53) | @Override method getValue (line 58) | @Override method setValue (line 63) | @Override method checkIsSupported (line 68) | @Override method updateBuilder (line 73) | @Override method getMinimumZoomLevel (line 98) | public float getMinimumZoomLevel() { method getMaximumZoomLevel (line 107) | public float getMaximumZoomLevel() { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/features/zoomlevel/ZoomUtils.java class ZoomUtils (line 15) | final class ZoomUtils { method computeZoomRect (line 30) | static Rect computeZoomRect( method computeZoomRatio (line 42) | static Float computeZoomRatio(float zoom, float minimumZoomLevel, floa... FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/media/MediaRecorderBuilder.java class MediaRecorderBuilder (line 14) | public class MediaRecorderBuilder { class MediaRecorderFactory (line 15) | @SuppressWarnings("deprecation") method makeMediaRecorder (line 17) | MediaRecorder makeMediaRecorder() { method MediaRecorderBuilder (line 30) | public MediaRecorderBuilder( method MediaRecorderBuilder (line 35) | public MediaRecorderBuilder( method MediaRecorderBuilder (line 40) | MediaRecorderBuilder( method MediaRecorderBuilder (line 50) | MediaRecorderBuilder( method setEnableAudio (line 60) | public MediaRecorderBuilder setEnableAudio(boolean enableAudio) { method setMediaOrientation (line 65) | public MediaRecorderBuilder setMediaOrientation(int orientation) { method build (line 70) | public MediaRecorder build() throws IOException, NullPointerException,... FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/types/CameraCaptureProperties.java class CameraCaptureProperties (line 7) | public class CameraCaptureProperties { method getLastLensAperture (line 18) | public Float getLastLensAperture() { method setLastLensAperture (line 27) | public void setLastLensAperture(Float lastLensAperture) { method getLastSensorExposureTime (line 36) | public Long getLastSensorExposureTime() { method setLastSensorExposureTime (line 45) | public void setLastSensorExposureTime(Long lastSensorExposureTime) { method getLastSensorSensitivity (line 54) | public Integer getLastSensorSensitivity() { method setLastSensorSensitivity (line 64) | public void setLastSensorSensitivity(Integer lastSensorSensitivity) { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/types/CaptureTimeoutsWrapper.java class CaptureTimeoutsWrapper (line 11) | public class CaptureTimeoutsWrapper { method CaptureTimeoutsWrapper (line 23) | public CaptureTimeoutsWrapper( method reset (line 30) | public void reset() { method getPreCaptureFocusing (line 40) | public Timeout getPreCaptureFocusing() { method getPreCaptureMetering (line 49) | public Timeout getPreCaptureMetering() { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/types/ExposureMode.java type ExposureMode (line 8) | public enum ExposureMode { method ExposureMode (line 14) | ExposureMode(String strValue) { method getValueForString (line 18) | public static ExposureMode getValueForString(String modeStr) { method toString (line 25) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/types/FlashMode.java type FlashMode (line 8) | public enum FlashMode { method FlashMode (line 16) | FlashMode(String strValue) { method getValueForString (line 20) | public static FlashMode getValueForString(String modeStr) { method toString (line 27) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/types/FocusMode.java type FocusMode (line 8) | public enum FocusMode { method FocusMode (line 14) | FocusMode(String strValue) { method getValueForString (line 18) | public static FocusMode getValueForString(String modeStr) { method toString (line 25) | @Override FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/types/ResolutionPreset.java type ResolutionPreset (line 8) | public enum ResolutionPreset { FILE: packages/camera/camera_android/android/src/main/java/io/flutter/plugins/camera/types/Timeout.java class Timeout (line 19) | public class Timeout { method create (line 33) | public static Timeout create(long timeoutMs) { method Timeout (line 42) | private Timeout(long timeoutMs) { method getIsExpired (line 48) | public boolean getIsExpired() { FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/CameraCaptureCallbackStatesTest.java class CameraCaptureCallbackStatesTest (line 30) | public class CameraCaptureCallbackStatesTest extends TestCase { method suite (line 49) | public static TestSuite suite() { method CameraCaptureCallbackStatesTest (line 60) | protected CameraCaptureCallbackStatesTest( method CameraCaptureCallbackStatesTest (line 65) | protected CameraCaptureCallbackStatesTest( method setUp (line 75) | @Override method tearDown (line 105) | @Override method runTest (line 115) | @Override method setUpPreviewStateTest (line 135) | private static void setUpPreviewStateTest(TestSuite suite) { method setUpWaitingFocusTests (line 152) | private static void setUpWaitingFocusTests(TestSuite suite) { method setUpWaitingPreCaptureStartTests (line 275) | private static void setUpWaitingPreCaptureStartTests(TestSuite suite) { method setUpWaitingPreCaptureDoneTests (line 336) | private static void setUpWaitingPreCaptureDoneTests(TestSuite suite) { FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/CameraCaptureCallbackTest.java class CameraCaptureCallbackTest (line 27) | @RunWith(RobolectricTestRunner.class) method setUp (line 33) | @Before method onCaptureProgressed_doesNotUpdateCameraCaptureProperties (line 44) | @Test method onCaptureCompleted_updatesCameraCaptureProperties (line 57) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/CameraPermissionsTest.java class CameraPermissionsTest (line 17) | public class CameraPermissionsTest { method listener_respondsOnce (line 18) | @Test method callback_respondsWithCameraAccessDenied (line 32) | @Test method callback_respondsWithAudioAccessDenied (line 45) | @Test method callback_doesNotRespond (line 59) | @Test method callback_respondsWithCameraAccessDeniedWhenEmptyResult (line 76) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/CameraPropertiesImplTest.java class CameraPropertiesImplTest (line 26) | public class CameraPropertiesImplTest { method before (line 33) | @Before method ctor_shouldReturnValidInstance (line 43) | @Test method getControlAutoExposureAvailableTargetFpsRangesTest (line 49) | @Test method getControlAutoExposureCompensationRangeTest (line 65) | @Test method getControlAutoExposureCompensationStep_shouldReturnDoubleWhenRationalIsNotNull (line 78) | @Test method getControlAutoExposureCompensationStep_shouldReturnZeroWhenRationalIsNull (line 93) | @Test method getControlAutoFocusAvailableModesTest (line 106) | @Test method getControlMaxRegionsAutoExposureTest (line 118) | @Test method getControlMaxRegionsAutoFocusTest (line 130) | @Test method getDistortionCorrectionAvailableModesTest (line 142) | @Test method getFlashInfoAvailableTest (line 155) | @Test method getLensFacingTest (line 167) | @Test method getLensInfoMinimumFocusDistanceTest (line 178) | @Test method getScalerAvailableMaxDigitalZoomTest (line 191) | @Test method getScalerGetScalerMinZoomRatioTest (line 204) | @Test method getScalerGetScalerMaxZoomRatioTest (line 216) | @Test method getSensorInfoActiveArraySizeTest (line 228) | @Test method getSensorInfoPixelArraySizeTest (line 240) | @Test method getSensorInfoPreCorrectionActiveArraySize (line 252) | @Test method getSensorOrientationTest (line 266) | @Test method getHardwareLevelTest (line 278) | @Test method getAvailableNoiseReductionModesTest (line 290) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/CameraRegionUtils_convertPointToMeteringRectangleTest.java class CameraRegionUtils_convertPointToMeteringRectangleTest (line 23) | public class CameraRegionUtils_convertPointToMeteringRectangleTest { method setUp (line 27) | @Before method tearDown (line 73) | @After method convertPointToMeteringRectangle_shouldReturnValidMeteringRectangleForCenterCoord (line 78) | @Test method convertPointToMeteringRectangle_shouldReturnValidMeteringRectangleForTopLeftCoord (line 86) | @Test method convertPointToMeteringRectangle_ShouldReturnValidMeteringRectangleForTopRightCoord (line 94) | @Test method convertPointToMeteringRectangle_shouldReturnValidMeteringRectangleForBottomLeftCoord (line 102) | @Test method convertPointToMeteringRectangle_shouldReturnValidMeteringRectangleForBottomRightCoord (line 111) | @Test method convertPointToMeteringRectangle_shouldThrowForXUpperBound (line 120) | @Test(expected = AssertionError.class) method convertPointToMeteringRectangle_shouldThrowForXLowerBound (line 126) | @Test(expected = AssertionError.class) method convertPointToMeteringRectangle_shouldThrowForYUpperBound (line 132) | @Test(expected = AssertionError.class) method convertPointToMeteringRectangle_shouldThrowForYLowerBound (line 138) | @Test(expected = AssertionError.class) method convertPointToMeteringRectangle_shouldRotateMeteringRectangleAccordingToUiOrientationForPortraitUp (line 144) | @Test() method convertPointToMeteringRectangle_shouldRotateMeteringRectangleAccordingToUiOrientationForPortraitDown (line 153) | @Test() method convertPointToMeteringRectangle_shouldRotateMeteringRectangleAccordingToUiOrientationForLandscapeLeft (line 162) | @Test() method convertPointToMeteringRectangle_shouldRotateMeteringRectangleAccordingToUiOrientationForLandscapeRight (line 171) | @Test() method convertPointToMeteringRectangle_shouldThrowFor0WidthBoundary (line 180) | @Test(expected = AssertionError.class) method convertPointToMeteringRectangle_shouldThrowFor0HeightBoundary (line 189) | @Test(expected = AssertionError.class) FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/CameraRegionUtils_getCameraBoundariesTest.java class CameraRegionUtils_getCameraBoundariesTest (line 24) | public class CameraRegionUtils_getCameraBoundariesTest { method setUp (line 28) | @Before method getCameraBoundaries_shouldReturnSensorInfoPixelArraySizeWhenRunningPreAndroidP (line 35) | @Test method getCameraBoundaries_shouldReturnSensorInfoPixelArraySizeWhenDistortionCorrectionIsNull (line 54) | @Test method getCameraBoundaries_shouldReturnSensorInfoPixelArraySizeWhenDistortionCorrectionIsOff (line 76) | @Test method getCameraBoundaries_shouldReturnInfoPreCorrectionActiveArraySizeWhenDistortionCorrectionModeIsSetToNull (line 99) | @Test method getCameraBoundaries_shouldReturnInfoPreCorrectionActiveArraySizeWhenDistortionCorrectionModeIsSetToOff (line 146) | @Test method getCameraBoundaries_shouldReturnSensorInfoActiveArraySizeWhenDistortionCorrectionModeIsSet (line 195) | @Test method updateSdkVersion (line 244) | private static void updateSdkVersion(int version) { FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/CameraTest.java class FakeCameraDeviceWrapper (line 68) | class FakeCameraDeviceWrapper implements CameraDeviceWrapper { method FakeCameraDeviceWrapper (line 71) | FakeCameraDeviceWrapper(List captureRequests) { method createCaptureRequest (line 75) | @NonNull method createCaptureSession (line 81) | @Override method createCaptureSession (line 84) | @Override method close (line 90) | @Override class CameraTest (line 94) | public class CameraTest { method before (line 106) | @Before method after (line 145) | @After method shouldNotImplementLifecycleObserverInterface (line 152) | @Test method shouldCreateCameraPluginAndSetAllFeatures (line 159) | @Test method getDeviceOrientationManager (line 202) | @Test method getExposureOffsetStepSize (line 217) | @Test method getMaxExposureOffset (line 231) | @Test method getMinExposureOffset (line 245) | @Test method getMaxZoomLevel (line 259) | @Test method getMinZoomLevel (line 273) | @Test method setExposureMode_shouldUpdateExposureLockFeature (line 287) | @Test method setExposureMode_shouldUpdateBuilder (line 301) | @Test method setExposureMode_shouldCallErrorOnResultOnCameraAccessException (line 313) | @Test method setExposurePoint_shouldUpdateExposurePointFeature (line 328) | @Test method setExposurePoint_shouldUpdateBuilder (line 344) | @Test method setExposurePoint_shouldCallErrorOnResultOnCameraAccessException (line 358) | @Test method setFlashMode_shouldUpdateFlashFeature (line 373) | @Test method setFlashMode_shouldUpdateBuilder (line 387) | @Test method setFlashMode_shouldCallErrorOnResultOnCameraAccessException (line 399) | @Test method setFocusPoint_shouldUpdateFocusPointFeature (line 413) | @Test method setFocusPoint_shouldUpdateBuilder (line 432) | @Test method setFocusPoint_shouldCallErrorOnResultOnCameraAccessException (line 449) | @Test method setZoomLevel_shouldUpdateZoomLevelFeature (line 466) | @Test method setZoomLevel_shouldUpdateBuilder (line 484) | @Test method setZoomLevel_shouldCallErrorOnResultOnCameraAccessException (line 500) | @Test method pauseVideoRecording_shouldSendNullResultWhenNotRecording (line 520) | @Test method pauseVideoRecording_shouldCallPauseWhenRecordingAndOnAPIN (line 531) | @Test method pauseVideoRecording_shouldSendVideoRecordingFailedErrorWhenVersionCodeSmallerThenN (line 546) | @Test method pauseVideoRecording_shouldSendVideoRecordingFailedErrorWhenMediaRecorderPauseThrowsIllegalStateException (line 559) | @Test method resumeVideoRecording_shouldSendNullResultWhenNotRecording (line 579) | @Test method resumeVideoRecording_shouldCallPauseWhenRecordingAndOnAPIN (line 590) | @Test method resumeVideoRecording_shouldSendVideoRecordingFailedErrorWhenVersionCodeSmallerThanN (line 605) | @Test method resumeVideoRecording_shouldSendVideoRecordingFailedErrorWhenMediaRecorderPauseThrowsIllegalStateException (line 620) | @Test method setFocusMode_shouldUpdateAutoFocusFeature (line 640) | @Test method setFocusMode_shouldUpdateBuilder (line 653) | @Test method setFocusMode_shouldUnlockAutoFocusForAutoMode (line 664) | @Test method setFocusMode_shouldSkipUnlockAutoFocusWhenNullCaptureSession (line 673) | @Test method setFocusMode_shouldSendErrorEventOnUnlockAutoFocusCameraAccessException (line 683) | @Test method setFocusMode_shouldLockAutoFocusForLockedMode (line 692) | @Test method setFocusMode_shouldSkipLockAutoFocusWhenNullCaptureSession (line 701) | @Test method setFocusMode_shouldSendErrorEventOnLockAutoFocusCameraAccessException (line 709) | @Test method setFocusMode_shouldCallErrorOnResultOnCameraAccessException (line 718) | @Test method setExposureOffset_shouldUpdateExposureOffsetFeature (line 732) | @Test method setExposureOffset_shouldAndUpdateBuilder (line 747) | @Test method setExposureOffset_shouldCallErrorOnResultOnCameraAccessException (line 758) | @Test method lockCaptureOrientation_shouldLockCaptureOrientation (line 772) | @Test method unlockCaptureOrientation_shouldUnlockCaptureOrientation (line 785) | @Test method pausePreview_shouldPausePreview (line 797) | @Test method resumePreview_shouldResumePreview (line 805) | @Test method resumePreview_shouldSendErrorEventOnCameraAccessException (line 813) | @Test method startBackgroundThread_shouldStartNewThread (line 824) | @Test method startBackgroundThread_shouldNotStartNewThreadWhenAlreadyCreated (line 832) | @Test method stopBackgroundThread_quitsSafely (line 840) | @Test method onConverge_shouldTakePictureWithoutAbortingSession (line 849) | @Test method createCaptureSession_doesNotCloseCaptureSession (line 872) | @Test method close_doesCloseCaptureSessionWhenCameraDeviceNull (line 899) | @Test method close_doesNotCloseCaptureSessionWhenCameraDeviceNonNull (line 906) | @Test class TestCameraFeatureFactory (line 918) | private static class TestCameraFeatureFactory implements CameraFeature... method TestCameraFeatureFactory (line 931) | public TestCameraFeatureFactory() { method createAutoFocusFeature (line 945) | @Override method createExposureLockFeature (line 951) | @Override method createExposureOffsetFeature (line 957) | @Override method createFlashFeature (line 963) | @Override method createResolutionFeature (line 968) | @Override method createFocusPointFeature (line 976) | @Override method createFpsRangeFeature (line 983) | @Override method createSensorOrientationFeature (line 988) | @Override method createZoomLevelFeature (line 996) | @Override method createExposurePointFeature (line 1001) | @Override method createNoiseReductionFeature (line 1008) | @Override FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/CameraTest_getRecordingProfileTest.java class CameraTest_getRecordingProfileTest (line 42) | @RunWith(RobolectricTestRunner.class) method before (line 56) | @Before method getRecordingProfileLegacy (line 79) | @Config(maxSdk = 30) method getRecordingProfile (line 94) | @Config(minSdk = 31) class TestCameraFeatureFactory (line 109) | private static class TestCameraFeatureFactory implements CameraFeature... method TestCameraFeatureFactory (line 122) | public TestCameraFeatureFactory() { method createAutoFocusFeature (line 136) | @Override method createExposureLockFeature (line 142) | @Override method createExposureOffsetFeature (line 148) | @Override method createFlashFeature (line 154) | @Override method createResolutionFeature (line 159) | @Override method createFocusPointFeature (line 167) | @Override method createFpsRangeFeature (line 174) | @Override method createSensorOrientationFeature (line 179) | @Override method createZoomLevelFeature (line 187) | @Override method createExposurePointFeature (line 192) | @Override method createNoiseReductionFeature (line 199) | @Override FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/CameraUtilsTest.java class CameraUtilsTest (line 24) | public class CameraUtilsTest { method serializeDeviceOrientation_serializesCorrectly (line 26) | @Test method serializeDeviceOrientation_throws_for_null (line 42) | @Test(expected = UnsupportedOperationException.class) method deserializeDeviceOrientation_deserializesCorrectly (line 47) | @Test method deserializeDeviceOrientation_throwsForNull (line 63) | @Test(expected = UnsupportedOperationException.class) method getAvailableCameras_retrievesValidCameras (line 68) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/DartMessengerTest.java class DartMessengerTest (line 29) | public class DartMessengerTest { class FakeBinaryMessenger (line 31) | private static class FakeBinaryMessenger implements BinaryMessenger { method send (line 34) | @Override method send (line 39) | @Override method setMessageHandler (line 44) | @Override method getMessages (line 47) | List getMessages() { method setUp (line 56) | @Before method sendCameraErrorEvent_includesErrorDescriptions (line 63) | @Test method sendCameraInitializedEvent_includesPreviewSize (line 76) | @Test method sendCameraClosingEvent (line 93) | @Test method sendDeviceOrientationChangedEvent (line 105) | @Test method createPostHandlerAnswer (line 117) | private static Answer createPostHandlerAnswer() { method decodeSentMessage (line 130) | private MethodCall decodeSentMessage(ByteBuffer sentMessage) { FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/ImageSaverTests.java class ImageSaverTests (line 28) | public class ImageSaverTests { method setup (line 39) | @Before method teardown (line 77) | @After method runWritesBytesToFileAndFinishesWithPath (line 82) | @Test method runCallsErrorOnWriteIoexception (line 91) | @Test method runCallsErrorOnCloseIoexception (line 99) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/MethodCallHandlerImplTest.java class MethodCallHandlerImplTest (line 24) | public class MethodCallHandlerImplTest { method setUp (line 30) | @Before method shouldNotImplementLifecycleObserverInterface (line 44) | @Test method onMethodCall_pausePreview_shouldPausePreviewAndSendSuccessResult (line 51) | @Test method onMethodCall_pausePreview_shouldSendErrorResultOnCameraAccessException (line 60) | @Test method onMethodCall_resumePreview_shouldResumePreviewAndSendSuccessResult (line 70) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/autofocus/AutoFocusFeatureTest.java class AutoFocusFeatureTest (line 22) | public class AutoFocusFeatureTest { method getDebugName_shouldReturnTheNameOfTheFeature (line 30) | @Test method getValue_shouldReturnAutoIfNotSet (line 38) | @Test method getValue_shouldEchoTheSetValue (line 46) | @Test method checkIsSupported_shouldReturnFalseWhenMinimumFocusDistanceIsZero (line 58) | @Test method checkIsSupported_shouldReturnFalseWhenMinimumFocusDistanceIsNull (line 69) | @Test method checkIsSupport_shouldReturnFalseWhenNoFocusModesAreAvailable (line 80) | @Test method checkIsSupport_shouldReturnFalseWhenOnlyFocusOffIsAvailable (line 91) | @Test method checkIsSupport_shouldReturnTrueWhenOnlyMultipleFocusModesAreAvailable (line 102) | @Test method updateBuilderShouldReturnWhenCheckIsSupportedIsFalse (line 113) | @Test method updateBuilder_shouldSetControlModeToAutoWhenFocusIsLocked (line 127) | @Test method updateBuilder_shouldSetControlModeToContinuousVideoWhenFocusIsAutoAndRecordingVideo (line 143) | @Test method updateBuilder_shouldSetControlModeToContinuousVideoWhenFocusIsAutoAndNotRecordingVideo (line 160) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/autofocus/FocusModeTest.java class FocusModeTest (line 11) | public class FocusModeTest { method getValueForString_returnsCorrectValues (line 13) | @Test method getValueForString_returnsNullForNonexistantValue (line 23) | @Test method toString_returnsCorrectValue (line 29) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/exposurelock/ExposureLockFeatureTest.java class ExposureLockFeatureTest (line 17) | public class ExposureLockFeatureTest { method getDebugName_shouldReturnTheNameOfTheFeature (line 18) | @Test method getValue_shouldReturnAutoIfNotSet (line 26) | @Test method getValue_shouldEchoTheSetValue (line 34) | @Test method checkIsSupported_shouldReturnTrue (line 46) | @Test method updateBuilder_shouldSetControlAeLockToFalseWhenAutoExposureIsSetToAuto (line 54) | @Test method updateBuilder_shouldSetControlAeLockToFalseWhenAutoExposureIsSetToLocked (line 66) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/exposurelock/ExposureModeTest.java class ExposureModeTest (line 11) | public class ExposureModeTest { method getValueForString_returnsCorrectValues (line 13) | @Test method getValueForString_returnsNullForNonexistantValue (line 25) | @Test method toString_returnsCorrectValue (line 31) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/exposureoffset/ExposureOffsetFeatureTest.java class ExposureOffsetFeatureTest (line 18) | public class ExposureOffsetFeatureTest { method getDebugName_shouldReturnTheNameOfTheFeature (line 19) | @Test method getValue_shouldReturnZeroIfNotSet (line 27) | @Test method getValue_shouldEchoTheSetValue (line 37) | @Test method getExposureOffsetStepSize_shouldReturnTheControlExposureCompensationStepValue (line 51) | @Test method checkIsSupported_shouldReturnTrue (line 61) | @Test method updateBuilder_shouldSetControlAeExposureCompensationToOffset (line 69) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/exposurepoint/ExposurePointFeatureTest.java class ExposurePointFeatureTest (line 33) | public class ExposurePointFeatureTest { method setUp (line 39) | @Before method getDebugName_shouldReturnTheNameOfTheFeature (line 52) | @Test method getValue_shouldReturnNullIfNotSet (line 61) | @Test method getValue_shouldEchoTheSetValue (line 69) | @Test method setValue_shouldResetPointWhenXCoordIsNull (line 83) | @Test method setValue_shouldResetPointWhenYCoordIsNull (line 95) | @Test method setValue_shouldSetPointWhenValidCoordsAreSupplied (line 107) | @Test method setValue_shouldDetermineMeteringRectangleWhenValidBoundariesAndCoordsAreSupplied (line 120) | @Test method setValue_shouldThrowAssertionErrorWhenNoValidBoundariesAreSet (line 145) | @Test(expected = AssertionError.class) method setValue_shouldNotDetermineMeteringRectangleWhenNullCoordsAreSet (line 158) | @Test method setCameraBoundaries_shouldDetermineMeteringRectangleWhenValidBoundariesAndCoordsAreSupplied (line 178) | @Test method checkIsSupported_shouldReturnFalseWhenMaxRegionsIsNull (line 205) | @Test method checkIsSupported_shouldReturnFalseWhenMaxRegionsIsZero (line 217) | @Test method checkIsSupported_shouldReturnTrueWhenMaxRegionsIsBiggerThenZero (line 229) | @Test method updateBuilder_shouldReturnWhenCheckIsSupportedIsFalse (line 241) | @Test method updateBuilder_shouldSetMeteringRectangleWhenValidBoundariesAndCoordsAreSupplied (line 255) | @Test method updateBuilder_shouldNotSetMeteringRectangleWhenNoValidBoundariesAreSupplied (line 286) | @Test method updateBuilder_shouldNotSetMeteringRectangleWhenNoValidCoordsAreSupplied (line 299) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/flash/FlashFeatureTest.java class FlashFeatureTest (line 21) | public class FlashFeatureTest { method getDebugName_shouldReturnTheNameOfTheFeature (line 22) | @Test method getValue_shouldReturnAutoIfNotSet (line 30) | @Test method getValue_shouldEchoTheSetValue (line 38) | @Test method checkIsSupported_shouldReturnFalseWhenFlashInfoAvailableIsNull (line 50) | @Test method checkIsSupported_shouldReturnFalseWhenFlashInfoAvailableIsFalse (line 60) | @Test method checkIsSupported_shouldReturnTrueWhenFlashInfoAvailableIsTrue (line 70) | @Test method updateBuilder_shouldReturnWhenCheckIsSupportedIsFalse (line 80) | @Test method updateBuilder_shouldSetAeModeAndFlashModeWhenFlashModeIsOff (line 93) | @Test method updateBuilder_shouldSetAeModeAndFlashModeWhenFlashModeIsAlways (line 109) | @Test method updateBuilder_shouldSetAeModeAndFlashModeWhenFlashModeIsTorch (line 125) | @Test method updateBuilder_shouldSetAeModeAndFlashModeWhenFlashModeIsAuto (line 141) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/focuspoint/FocusPointFeatureTest.java class FocusPointFeatureTest (line 33) | public class FocusPointFeatureTest { method setUp (line 39) | @Before method getDebugName_shouldReturnTheNameOfTheFeature (line 52) | @Test method getValue_shouldReturnNullIfNotSet (line 61) | @Test method getValue_shouldEchoTheSetValue (line 70) | @Test method setValue_shouldResetPointWhenXCoordIsNull (line 84) | @Test method setValue_shouldResetPointWhenYCoordIsNull (line 96) | @Test method setValue_shouldSetPointWhenValidCoordsAreSupplied (line 108) | @Test method setValue_shouldDetermineMeteringRectangleWhenValidBoundariesAndCoordsAreSupplied (line 121) | @Test method setValue_shouldThrowAssertionErrorWhenNoValidBoundariesAreSet (line 146) | @Test(expected = AssertionError.class) method setValue_shouldNotDetermineMeteringRectangleWhenNullCoordsAreSet (line 159) | @Test method setCameraBoundaries_shouldDetermineMeteringRectangleWhenValidBoundariesAndCoordsAreSupplied (line 179) | @Test method checkIsSupported_shouldReturnFalseWhenMaxRegionsIsNull (line 206) | @Test method checkIsSupported_shouldReturnFalseWhenMaxRegionsIsZero (line 218) | @Test method checkIsSupported_shouldReturnTrueWhenMaxRegionsIsBiggerThenZero (line 230) | @Test method updateBuilder_shouldReturnWhenCheckIsSupportedIsFalse (line 242) | @Test method updateBuilder_shouldSetMeteringRectangleWhenValidBoundariesAndCoordsAreSupplied (line 256) | @Test method updateBuilder_shouldNotSetMeteringRectangleWhenNoValidBoundariesAreSupplied (line 287) | @Test method updateBuilder_shouldNotSetMeteringRectangleWhenNoValidCoordsAreSupplied (line 301) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/fpsrange/FpsRangeFeaturePixel4aTest.java class FpsRangeFeaturePixel4aTest (line 18) | @RunWith(RobolectricTestRunner.class) method ctor_shouldInitializeFpsRangeWith30WhenDeviceIsPixel4a (line 20) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/fpsrange/FpsRangeFeatureTest.java class FpsRangeFeatureTest (line 24) | public class FpsRangeFeatureTest { method before (line 25) | @Before method after (line 31) | @After method ctor_shouldInitializeFpsRangeWithHighestUpperValueFromRangeArray (line 37) | @Test method getDebugName_shouldReturnTheNameOfTheFeature (line 43) | @Test method getValue_shouldReturnHighestUpperRangeIfNotSet (line 49) | @Test method getValue_shouldEchoTheSetValue (line 57) | @Test method checkIsSupported_shouldReturnTrue (line 70) | @Test method updateBuilder_shouldSetAeTargetFpsRange (line 76) | @Test method createTestInstance (line 87) | private static FpsRangeFeature createTestInstance() { FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/noisereduction/NoiseReductionFeatureTest.java class NoiseReductionFeatureTest (line 25) | public class NoiseReductionFeatureTest { method before (line 26) | @Before method after (line 33) | @After method getDebugName_shouldReturnTheNameOfTheFeature (line 39) | @Test method getValue_shouldReturnFastIfNotSet (line 47) | @Test method getValue_shouldEchoTheSetValue (line 55) | @Test method checkIsSupported_shouldReturnFalseWhenAvailableNoiseReductionModesIsNull (line 67) | @Test method checkIsSupported_shouldReturnFalseWhenAvailableNoiseReductionModesReturnsAnEmptyArray (line 77) | @Test method checkIsSupported_shouldReturnTrueWhenAvailableNoiseReductionModesReturnsAtLeastOneItem (line 88) | @Test method updateBuilder_shouldReturnWhenCheckIsSupportedIsFalse (line 99) | @Test method updateBuilder_shouldSetNoiseReductionModeOffWhenOff (line 112) | @Test method updateBuilder_shouldSetNoiseReductionModeFastWhenFast (line 117) | @Test method updateBuilder_shouldSetNoiseReductionModeHighQualityWhenHighQuality (line 122) | @Test method updateBuilder_shouldSetNoiseReductionModeMinimalWhenMinimal (line 128) | @Test method updateBuilder_shouldSetNoiseReductionModeZeroShutterLagWhenZeroShutterLag (line 133) | @Test method testUpdateBuilderWith (line 139) | private static void testUpdateBuilderWith(NoiseReductionMode mode, int... FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/resolution/ResolutionFeatureTest.java class ResolutionFeatureTest (line 32) | @RunWith(RobolectricTestRunner.class) method beforeLegacy (line 39) | @Before method before (line 91) | public void before() { method after (line 124) | @After method getDebugName_shouldReturnTheNameOfTheFeature (line 130) | @Test method getValue_shouldReturnInitialValueWhenNotSet (line 139) | @Test method getValue_shouldEchoSetValue (line 148) | @Test method checkIsSupport_returnsTrue (line 159) | @Test method getBestAvailableCamcorderProfileForResolutionPreset_shouldFallThroughLegacy (line 168) | @Config(maxSdk = 30) method getBestAvailableCamcorderProfileForResolutionPreset_shouldFallThrough (line 200) | @Config(minSdk = 31) method computeBestPreviewSize_shouldUse720PWhenResolutionPresetMaxLegacy (line 231) | @Config(maxSdk = 30) method computeBestPreviewSize_shouldUse720PWhenResolutionPresetMax (line 240) | @Config(minSdk = 31) method computeBestPreviewSize_shouldUse720PWhenResolutionPresetUltraHighLegacy (line 249) | @Config(maxSdk = 30) method computeBestPreviewSize_shouldUse720PWhenResolutionPresetUltraHigh (line 258) | @Config(minSdk = 31) method computeBestPreviewSize_shouldUse720PWhenResolutionPresetVeryHighLegacy (line 267) | @Config(maxSdk = 30) method computeBestPreviewSize_shouldUse720PWhenResolutionPresetVeryHigh (line 276) | @Config(minSdk = 31) method computeBestPreviewSize_shouldUse720PWhenResolutionPresetHighLegacy (line 286) | @Config(maxSdk = 30) method computeBestPreviewSize_shouldUse720PWhenResolutionPresetHigh (line 295) | @Config(minSdk = 31) method computeBestPreviewSize_shouldUse480PWhenResolutionPresetMediumLegacy (line 304) | @Config(maxSdk = 30) method computeBestPreviewSize_shouldUse480PWhenResolutionPresetMedium (line 313) | @Config(minSdk = 31) method computeBestPreviewSize_shouldUseQVGAWhenResolutionPresetLowLegacy (line 322) | @Config(maxSdk = 30) method computeBestPreviewSize_shouldUseQVGAWhenResolutionPresetLow (line 331) | @Config(minSdk = 31) method computeBestPreviewSize_shouldUseLegacyBehaviorWhenEncoderProfilesNull (line 340) | @Config(minSdk = 31) method resolutionFeatureShouldUseLegacyBehaviorWhenEncoderProfilesNull (line 386) | @Config(minSdk = 31) FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/sensororientation/DeviceOrientationManagerTest.java class DeviceOrientationManagerTest (line 31) | public class DeviceOrientationManagerTest { method before (line 38) | @Before method getVideoOrientation_whenNaturalScreenOrientationEqualsPortraitUp (line 53) | @Test method getVideoOrientation_whenNaturalScreenOrientationEqualsLandscapeLeft (line 70) | @Test method getVideoOrientation_fallbackToPortraitSensorOrientationWhenOrientationIsNull (line 89) | @Test method getVideoOrientation_fallbackToLandscapeSensorOrientationWhenOrientationIsNull (line 98) | @Test method getPhotoOrientation_whenNaturalScreenOrientationEqualsPortraitUp (line 110) | @Test method getPhotoOrientation_whenNaturalScreenOrientationEqualsLandscapeLeft (line 127) | @Test method getPhotoOrientation_shouldFallbackToCurrentOrientationWhenOrientationIsNull (line 146) | @Test method handleUIOrientationChange_shouldSendMessageWhenSensorAccessIsAllowed (line 155) | @Test method handleOrientationChange_shouldSendMessageWhenOrientationIsUpdated (line 172) | @Test method handleOrientationChange_shouldNotSendMessageWhenOrientationIsNotUpdated (line 183) | @Test method getUIOrientation (line 194) | @Test method getDeviceDefaultOrientation (line 242) | @Test method calculateSensorOrientation (line 277) | @Test method setUpUIOrientationMocks (line 296) | private void setUpUIOrientationMocks(int orientation, int rotation) { method getDisplayTest (line 307) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/sensororientation/SensorOrientationFeatureTest.java class SensorOrientationFeatureTest (line 26) | public class SensorOrientationFeatureTest { method before (line 33) | @Before method after (line 49) | @After method ctor_shouldStartDeviceOrientationManager (line 54) | @Test method getDebugName_shouldReturnTheNameOfTheFeature (line 62) | @Test method getValue_shouldReturnNullIfNotSet (line 70) | @Test method getValue_shouldEchoSetValue (line 78) | @Test method checkIsSupport_returnsTrue (line 88) | @Test method getDeviceOrientationManager_shouldReturnInitializedDartOrientationManagerInstance (line 96) | @Test method lockCaptureOrientation_shouldLockToSpecifiedOrientation (line 105) | @Test method unlockCaptureOrientation_shouldSetLockToNull (line 116) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/zoomlevel/ZoomLevelFeatureTest.java class ZoomLevelFeatureTest (line 30) | public class ZoomLevelFeatureTest { method before (line 37) | @Before method after (line 50) | @After method ctor_whenParametersAreValid (line 55) | @Test method ctor_whenSensorSizeIsNull (line 68) | @Test method ctor_whenMaxZoomIsNull (line 82) | @Test method ctor_whenMaxZoomIsSmallerThenDefaultZoomFactor (line 96) | @Test method getDebugName_shouldReturnTheNameOfTheFeature (line 110) | @Test method getValue_shouldReturnNullIfNotSet (line 117) | @Test method getValue_shouldEchoSetValue (line 124) | @Test method checkIsSupport_returnsFalseByDefault (line 133) | @Test method updateBuilder_shouldSetScalarCropRegionWhenCheckIsSupportIsTrue (line 140) | @Test method updateBuilder_shouldControlZoomRatioWhenCheckIsSupportIsTrue (line 153) | @Test method getMinimumZoomLevel (line 169) | @Test method getMaximumZoomLevel (line 176) | @Test method checkZoomLevelFeature_callsMaxDigitalZoomOnAndroidQ (line 186) | @Test method checkZoomLevelFeature_callsScalarMaxZoomRatioOnAndroidR (line 199) | @Test method setSdkVersion (line 211) | static void setSdkVersion(int sdkVersion) throws Exception { FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/features/zoomlevel/ZoomUtilsTest.java class ZoomUtilsTest (line 15) | @RunWith(RobolectricTestRunner.class) method setZoomRect_whenSensorSizeEqualsZeroShouldReturnCropRegionOfZero (line 17) | @Test method setZoomRect_whenSensorSizeIsValidShouldReturnCropRegion (line 29) | @Test method setZoomRect_whenZoomIsGreaterThenMaxZoomClampToMaxZoom (line 41) | @Test method setZoomRect_whenZoomIsSmallerThenMinZoomClampToMinZoom (line 53) | @Test method setZoomRatio_whenNewZoomGreaterThanMaxZoomClampToMaxZoom (line 65) | @Test method setZoomRatio_whenNewZoomLesserThanMinZoomClampToMinZoom (line 72) | @Test method setZoomRatio_whenNewZoomValidReturnNewZoom (line 79) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/media/MediaRecorderBuilderTest.java class MediaRecorderBuilderTest (line 22) | @RunWith(RobolectricTestRunner.class) method ctor_testLegacy (line 24) | @Config(maxSdk = 30) method ctor_test (line 34) | @Config(minSdk = 31) method build_shouldSetValuesInCorrectOrderWhenAudioIsDisabledLegacy (line 43) | @Config(maxSdk = 30) method build_shouldSetValuesInCorrectOrderWhenAudioIsDisabled (line 76) | @Config(minSdk = 31) method build_shouldThrowExceptionWithoutVideoOrAudioProfiles (line 114) | @Config(minSdk = 31) method build_shouldSetValuesInCorrectOrderWhenAudioIsEnabledLegacy (line 133) | @Config(maxSdk = 30) method build_shouldSetValuesInCorrectOrderWhenAudioIsEnabled (line 170) | @Config(minSdk = 31) method getEmptyCamcorderProfile (line 213) | private CamcorderProfile getEmptyCamcorderProfile() { FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/types/ExposureModeTest.java class ExposureModeTest (line 11) | public class ExposureModeTest { method getValueForString_returnsCorrectValues (line 13) | @Test method getValueForString_returnsNullForNonexistantValue (line 25) | @Test method toString_returnsCorrectValue (line 31) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/types/FlashModeTest.java class FlashModeTest (line 11) | public class FlashModeTest { method getValueForString_returnsCorrectValues (line 13) | @Test method getValueForString_returnsNullForNonexistantValue (line 29) | @Test method toString_returnsCorrectValue (line 35) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/types/FocusModeTest.java class FocusModeTest (line 11) | public class FocusModeTest { method getValueForString_returnsCorrectValues (line 13) | @Test method getValueForString_returnsNullForNonexistantValue (line 23) | @Test method toString_returnsCorrectValue (line 29) | @Test FILE: packages/camera/camera_android/android/src/test/java/io/flutter/plugins/camera/utils/TestUtils.java class TestUtils (line 11) | public class TestUtils { method setFinalStatic (line 12) | public static void setFinalStatic(Class classToModify, String f... method setPrivateField (line 27) | public static void setPrivateField(T instance, String fieldName, O... method getPrivateField (line 37) | public static Object getPrivateField(T instance, String fieldName) { FILE: packages/camera/camera_android/example/android/app/src/androidTest/java/io/flutter/plugins/cameraexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/camera/camera_android/example/integration_test/camera_test.dart function main (line 17) | void main() function assertExpectedDimensions (line 45) | bool assertExpectedDimensions(Size expectedSize, Size actual) function testCaptureImageResolution (line 55) | Future testCaptureImageResolution( function testCaptureVideoResolution (line 103) | Future testCaptureVideoResolution( FILE: packages/camera/camera_android/example/lib/camera_controller.dart class CameraValue (line 14) | class CameraValue { method copyWith (line 99) | CameraValue copyWith({ method toString (line 142) | String toString() class CameraController (line 165) | class CameraController extends ValueNotifier { method initialize (line 205) | Future initialize() method prepareForVideoRecording (line 256) | Future prepareForVideoRecording() method pausePreview (line 261) | Future pausePreview() method resumePreview (line 270) | Future resumePreview() method takePicture (line 280) | Future takePicture() method startImageStream (line 288) | Future startImageStream( method stopImageStream (line 299) | Future stopImageStream() method startVideoRecording (line 309) | Future startVideoRecording( method stopVideoRecording (line 324) | Future stopVideoRecording() method pauseVideoRecording (line 342) | Future pauseVideoRecording() method resumeVideoRecording (line 350) | Future resumeVideoRecording() method buildPreview (line 356) | Widget buildPreview() method setFlashMode (line 361) | Future setFlashMode(FlashMode mode) method setExposureMode (line 367) | Future setExposureMode(ExposureMode mode) method setExposureOffset (line 373) | Future setExposureOffset(double offset) method lockCaptureOrientation (line 400) | Future lockCaptureOrientation() method unlockCaptureOrientation (line 409) | Future unlockCaptureOrientation() method setFocusMode (line 416) | Future setFocusMode(FocusMode mode) method dispose (line 423) | Future dispose() method removeListener (line 437) | void removeListener(VoidCallback listener) class Optional (line 451) | @immutable method ifPresent (line 489) | void ifPresent(void Function(T value) ifPresent) method ifAbsent (line 496) | void ifAbsent(void Function() ifAbsent) method or (line 507) | T or(T defaultValue) method transform (line 519) | Optional transform(S Function(T value) transformer) method transformNullable (line 530) | Optional transformNullable(S? Function(T value) transformer) method toString (line 549) | String toString() FILE: packages/camera/camera_android/example/lib/camera_preview.dart class CameraPreview (line 12) | class CameraPreview extends StatelessWidget { method build (line 24) | Widget build(BuildContext context) method _wrapInRotatedBox (line 50) | Widget _wrapInRotatedBox({required Widget child}) method _isLandscape (line 61) | bool _isLandscape() method _getQuarterTurns (line 68) | int _getQuarterTurns() method _getApplicableOrientation (line 78) | DeviceOrientation _getApplicableOrientation() FILE: packages/camera/camera_android/example/lib/main.dart class CameraExampleHome (line 19) | class CameraExampleHome extends StatefulWidget { method createState (line 24) | State createState() function getCameraLensIcon (line 30) | IconData getCameraLensIcon(CameraLensDirection direction) function _logError (line 45) | void _logError(String code, String? message) class _CameraExampleHomeState (line 50) | class _CameraExampleHomeState extends State method initState (line 76) | void initState() method dispose (line 107) | void dispose() method didChangeAppLifecycleState (line 115) | void didChangeAppLifecycleState(AppLifecycleState state) method build (line 131) | Widget build(BuildContext context) method _cameraPreviewWidget (line 175) | Widget _cameraPreviewWidget() method _handleScaleStart (line 208) | void _handleScaleStart(ScaleStartDetails details) method _handleScaleUpdate (line 212) | Future _handleScaleUpdate(ScaleUpdateDetails details) method _thumbnailWidget (line 226) | Widget _thumbnailWidget() method _modeControlRowWidget (line 270) | Widget _modeControlRowWidget() method _flashModeControlRowWidget (line 322) | Widget _flashModeControlRowWidget() method _exposureModeControlRowWidget (line 371) | Widget _exposureModeControlRowWidget() method _focusModeControlRowWidget (line 459) | Widget _focusModeControlRowWidget() method _captureControlRowWidget (line 519) | Widget _captureControlRowWidget() method _cameraTogglesRowWidget (line 581) | Widget _cameraTogglesRowWidget() method onChanged (line 584) | void onChanged(CameraDescription? description) method timestamp (line 619) | String timestamp() method showInSnackBar (line 621) | void showInSnackBar(String message) method onViewFinderTap (line 626) | void onViewFinderTap(TapDownDetails details, BoxConstraints constraints) method onNewCameraSelected (line 641) | Future onNewCameraSelected(CameraDescription cameraDescription) method onTakePictureButtonPressed (line 730) | void onTakePictureButtonPressed() method onFlashModeButtonPressed (line 745) | void onFlashModeButtonPressed() method onExposureModeButtonPressed (line 755) | void onExposureModeButtonPressed() method onFocusModeButtonPressed (line 765) | void onFocusModeButtonPressed() method onAudioModeButtonPressed (line 775) | void onAudioModeButtonPressed() method onCaptureOrientationLockButtonPressed (line 782) | Future onCaptureOrientationLockButtonPressed() method onSetFlashModeButtonPressed (line 800) | void onSetFlashModeButtonPressed(FlashMode mode) method onSetExposureModeButtonPressed (line 809) | void onSetExposureModeButtonPressed(ExposureMode mode) method onSetFocusModeButtonPressed (line 818) | void onSetFocusModeButtonPressed(FocusMode mode) method onVideoRecordButtonPressed (line 827) | void onVideoRecordButtonPressed() method onStopButtonPressed (line 835) | void onStopButtonPressed() method onPausePreviewButtonPressed (line 848) | Future onPausePreviewButtonPressed() method onPauseButtonPressed (line 867) | void onPauseButtonPressed() method onResumeButtonPressed (line 876) | void onResumeButtonPressed() method startVideoRecording (line 885) | Future startVideoRecording() method stopVideoRecording (line 906) | Future stopVideoRecording() method pauseVideoRecording (line 921) | Future pauseVideoRecording() method resumeVideoRecording (line 936) | Future resumeVideoRecording() method setFlashMode (line 951) | Future setFlashMode(FlashMode mode) method setExposureMode (line 964) | Future setExposureMode(ExposureMode mode) method setExposureOffset (line 977) | Future setExposureOffset(double offset) method setFocusMode (line 993) | Future setFocusMode(FocusMode mode) method _startVideoPlayer (line 1006) | Future _startVideoPlayer() method takePicture (line 1037) | Future takePicture() method _showCameraException (line 1058) | void _showCameraException(CameraException e) class CameraApp (line 1065) | class CameraApp extends StatelessWidget { method build (line 1070) | Widget build(BuildContext context) function main (line 1079) | Future main() function _ambiguate (line 1094) | T? _ambiguate(T? value) FILE: packages/camera/camera_android/example/test_driver/integration_test.dart function main (line 15) | Future main() FILE: packages/camera/camera_android/lib/src/android_camera.dart class AndroidCamera (line 21) | class AndroidCamera extends CameraPlatform { method registerWith (line 23) | void registerWith() method _createDeviceEventStreamController (line 54) | StreamController _createDeviceEventStreamController() method _cameraEvents (line 67) | Stream _cameraEvents(int cameraId) method availableCameras (line 72) | Future> availableCameras() method createCamera (line 95) | Future createCamera( method initializeCamera (line 117) | Future initializeCamera( method dispose (line 162) | Future dispose(int cameraId) method onCameraInitialized (line 176) | Stream onCameraInitialized(int cameraId) method onCameraResolutionChanged (line 181) | Stream onCameraResolutionChanged(int cam... method onCameraClosing (line 186) | Stream onCameraClosing(int cameraId) method onCameraError (line 191) | Stream onCameraError(int cameraId) method onVideoRecordedEvent (line 196) | Stream onVideoRecordedEvent(int cameraId) method onDeviceOrientationChanged (line 201) | Stream onDeviceOrientationChanged() method lockCaptureOrientation (line 207) | Future lockCaptureOrientation( method unlockCaptureOrientation (line 221) | Future unlockCaptureOrientation(int cameraId) method takePicture (line 229) | Future takePicture(int cameraId) method prepareForVideoRecording (line 246) | Future prepareForVideoRecording() method startVideoRecording (line 250) | Future startVideoRecording(int cameraId, method startVideoCapturing (line 257) | Future startVideoCapturing(VideoCaptureOptions options) method stopVideoRecording (line 274) | Future stopVideoRecording(int cameraId) method pauseVideoRecording (line 291) | Future pauseVideoRecording(int cameraId) method resumeVideoRecording (line 297) | Future resumeVideoRecording(int cameraId) method onStreamedFrameAvailable (line 304) | Stream onStreamedFrameAvailable(int cameraId, method _installStreamController (line 310) | StreamController _installStreamController( method _onFrameStreamListen (line 321) | void _onFrameStreamListen() method _startPlatformStream (line 325) | Future _startPlatformStream() method _startStreamListener (line 330) | void _startStreamListener() method _onFrameStreamCancel (line 340) | FutureOr _onFrameStreamCancel() method _onFrameStreamPauseResume (line 347) | void _onFrameStreamPauseResume() method setFlashMode (line 353) | Future setFlashMode(int cameraId, FlashMode mode) method setExposureMode (line 363) | Future setExposureMode(int cameraId, ExposureMode mode) method setExposurePoint (line 373) | Future setExposurePoint(int cameraId, Point? point) method getMinExposureOffset (line 389) | Future getMinExposureOffset(int cameraId) method getMaxExposureOffset (line 399) | Future getMaxExposureOffset(int cameraId) method getExposureOffsetStepSize (line 409) | Future getExposureOffsetStepSize(int cameraId) method setExposureOffset (line 419) | Future setExposureOffset(int cameraId, double offset) method setFocusMode (line 432) | Future setFocusMode(int cameraId, FocusMode mode) method setFocusPoint (line 442) | Future setFocusPoint(int cameraId, Point? point) method getMaxZoomLevel (line 458) | Future getMaxZoomLevel(int cameraId) method getMinZoomLevel (line 468) | Future getMinZoomLevel(int cameraId) method setZoomLevel (line 478) | Future setZoomLevel(int cameraId, double zoom) method pausePreview (line 493) | Future pausePreview(int cameraId) method resumePreview (line 501) | Future resumePreview(int cameraId) method buildPreview (line 509) | Widget buildPreview(int cameraId) method _serializeFlashMode (line 514) | String _serializeFlashMode(FlashMode flashMode) method _serializeResolutionPreset (line 535) | String _serializeResolutionPreset(ResolutionPreset resolutionPreset) method _handleDeviceMethodCall (line 560) | Future _handleDeviceMethodCall(MethodCall call) method handleCameraMethodCall (line 577) | Future handleCameraMethodCall(MethodCall call, int cameraId) method _getArgumentDictionary (line 630) | Map _getArgumentDictionary(MethodCall call) FILE: packages/camera/camera_android/lib/src/type_conversion.dart function cameraImageFromPlatformData (line 13) | CameraImageData cameraImageFromPlatformData(Map data) function _cameraImageFormatFromPlatformData (line 27) | CameraImageFormat _cameraImageFormatFromPlatformData(dynamic data) function _imageFormatGroupFromPlatformData (line 31) | ImageFormatGroup _imageFormatGroupFromPlatformData(dynamic data) function _cameraImagePlaneFromPlatformData (line 42) | CameraImagePlane _cameraImagePlaneFromPlatformData(Map... FILE: packages/camera/camera_android/lib/src/utils.dart function parseCameraLensDirection (line 9) | CameraLensDirection parseCameraLensDirection(String string) function serializeDeviceOrientation (line 22) | String serializeDeviceOrientation(DeviceOrientation orientation) function deserializeDeviceOrientation (line 43) | DeviceOrientation deserializeDeviceOrientation(String str) FILE: packages/camera/camera_android/test/android_camera_test.dart function main (line 20) | void main() function _ambiguate (line 1131) | T? _ambiguate(T? value) FILE: packages/camera/camera_android/test/method_channel_mock.dart class MethodChannelMock (line 8) | class MethodChannelMock { method _handler (line 24) | Future _handler(MethodCall methodCall) function _ambiguate (line 47) | T? _ambiguate(T? value) FILE: packages/camera/camera_android/test/type_conversion_test.dart function main (line 13) | void main() FILE: packages/camera/camera_android/test/utils_test.dart function main (line 10) | void main() FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/CameraAndroidCameraxPlugin.java class CameraAndroidCameraxPlugin (line 17) | public final class CameraAndroidCameraxPlugin implements FlutterPlugin, ... method CameraAndroidCameraxPlugin (line 28) | public CameraAndroidCameraxPlugin() {} method setUp (line 30) | void setUp(BinaryMessenger binaryMessenger, Context context, TextureRe... method onAttachedToEngine (line 56) | @Override method onDetachedFromEngine (line 61) | @Override method onAttachedToActivity (line 70) | @Override method onDetachedFromActivityForConfigChanges (line 84) | @Override method onReattachedToActivityForConfigChanges (line 89) | @Override method onDetachedFromActivity (line 95) | @Override method updateContext (line 104) | public void updateContext(Context context) { FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/CameraFlutterApiImpl.java class CameraFlutterApiImpl (line 11) | public class CameraFlutterApiImpl extends CameraFlutterApi { method CameraFlutterApiImpl (line 14) | public CameraFlutterApiImpl(BinaryMessenger binaryMessenger, InstanceM... method create (line 19) | void create(Camera camera, Reply reply) { FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/CameraInfoFlutterApiImpl.java class CameraInfoFlutterApiImpl (line 11) | public class CameraInfoFlutterApiImpl extends CameraInfoFlutterApi { method CameraInfoFlutterApiImpl (line 14) | public CameraInfoFlutterApiImpl( method create (line 20) | void create(CameraInfo cameraInfo, Reply reply) { FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/CameraInfoHostApiImpl.java class CameraInfoHostApiImpl (line 12) | public class CameraInfoHostApiImpl implements CameraInfoHostApi { method CameraInfoHostApiImpl (line 15) | public CameraInfoHostApiImpl(InstanceManager instanceManager) { method getSensorRotationDegrees (line 19) | @Override FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/CameraPermissionsManager.java class CameraPermissionsManager (line 15) | final class CameraPermissionsManager { type PermissionsRegistry (line 16) | interface PermissionsRegistry { method addListener (line 17) | @SuppressWarnings("deprecation") type ResultCallback (line 22) | interface ResultCallback { method onResult (line 23) | void onResult(String errorCode, String errorDescription); method requestPermissions (line 43) | void requestPermissions( method hasCameraPermission (line 73) | private boolean hasCameraPermission(Activity activity) { method hasAudioPermission (line 78) | private boolean hasAudioPermission(Activity activity) { class CameraRequestPermissionsListener (line 83) | @VisibleForTesting method CameraRequestPermissionsListener (line 96) | @VisibleForTesting method onRequestPermissionsResult (line 101) | @Override FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/CameraSelectorFlutterApiImpl.java class CameraSelectorFlutterApiImpl (line 11) | public class CameraSelectorFlutterApiImpl extends CameraSelectorFlutterA... method CameraSelectorFlutterApiImpl (line 14) | public CameraSelectorFlutterApiImpl( method create (line 20) | void create(CameraSelector cameraSelector, Long lensFacing, Reply ... class CameraPermissionsErrorData (line 105) | public static class CameraPermissionsErrorData { method getErrorCode (line 108) | public @NonNull String getErrorCode() { method setErrorCode (line 112) | public void setErrorCode(@NonNull String setterArg) { method getDescription (line 121) | public @NonNull String getDescription() { method setDescription (line 125) | public void setDescription(@NonNull String setterArg) { method CameraPermissionsErrorData (line 133) | private CameraPermissionsErrorData() {} class Builder (line 135) | public static final class Builder { method setErrorCode (line 138) | public @NonNull Builder setErrorCode(@NonNull String setterArg) { method setDescription (line 145) | public @NonNull Builder setDescription(@NonNull String setterArg) { method build (line 150) | public @NonNull CameraPermissionsErrorData build() { method toMap (line 158) | @NonNull method fromMap (line 166) | static @NonNull CameraPermissionsErrorData fromMap(@NonNull Map { method success (line 177) | void success(T result); method error (line 179) | void error(Throwable error); class JavaObjectHostApiCodec (line 182) | private static class JavaObjectHostApiCodec extends StandardMessageCod... method JavaObjectHostApiCodec (line 185) | private JavaObjectHostApiCodec() {} type JavaObjectHostApi (line 189) | public interface JavaObjectHostApi { method dispose (line 190) | void dispose(@NonNull Long identifier); method getCodec (line 193) | static MessageCodec getCodec() { method setup (line 200) | static void setup(BinaryMessenger binaryMessenger, JavaObjectHostApi... class JavaObjectFlutterApiCodec (line 229) | private static class JavaObjectFlutterApiCodec extends StandardMessage... method JavaObjectFlutterApiCodec (line 232) | private JavaObjectFlutterApiCodec() {} class JavaObjectFlutterApi (line 236) | public static class JavaObjectFlutterApi { method JavaObjectFlutterApi (line 239) | public JavaObjectFlutterApi(BinaryMessenger argBinaryMessenger) { type Reply (line 243) | public interface Reply { method reply (line 244) | void reply(T reply); method getCodec (line 247) | static MessageCodec getCodec() { method dispose (line 251) | public void dispose(@NonNull Long identifierArg, Reply callbac... class CameraInfoHostApiCodec (line 263) | private static class CameraInfoHostApiCodec extends StandardMessageCod... method CameraInfoHostApiCodec (line 266) | private CameraInfoHostApiCodec() {} type CameraInfoHostApi (line 270) | public interface CameraInfoHostApi { method getSensorRotationDegrees (line 271) | @NonNull method getCodec (line 275) | static MessageCodec getCodec() { method setup (line 282) | static void setup(BinaryMessenger binaryMessenger, CameraInfoHostApi... class CameraInfoFlutterApiCodec (line 315) | private static class CameraInfoFlutterApiCodec extends StandardMessage... method CameraInfoFlutterApiCodec (line 318) | private CameraInfoFlutterApiCodec() {} class CameraInfoFlutterApi (line 322) | public static class CameraInfoFlutterApi { method CameraInfoFlutterApi (line 325) | public CameraInfoFlutterApi(BinaryMessenger argBinaryMessenger) { type Reply (line 329) | public interface Reply { method reply (line 330) | void reply(T reply); method getCodec (line 333) | static MessageCodec getCodec() { method create (line 337) | public void create(@NonNull Long identifierArg, Reply callback) { class CameraSelectorHostApiCodec (line 349) | private static class CameraSelectorHostApiCodec extends StandardMessag... method CameraSelectorHostApiCodec (line 352) | private CameraSelectorHostApiCodec() {} type CameraSelectorHostApi (line 356) | public interface CameraSelectorHostApi { method create (line 357) | void create(@NonNull Long identifier, @Nullable Long lensFacing); method filter (line 359) | @NonNull method getCodec (line 363) | static MessageCodec getCodec() { method setup (line 371) | static void setup(BinaryMessenger binaryMessenger, CameraSelectorHos... class CameraSelectorFlutterApiCodec (line 435) | private static class CameraSelectorFlutterApiCodec extends StandardMes... method CameraSelectorFlutterApiCodec (line 439) | private CameraSelectorFlutterApiCodec() {} class CameraSelectorFlutterApi (line 443) | public static class CameraSelectorFlutterApi { method CameraSelectorFlutterApi (line 446) | public CameraSelectorFlutterApi(BinaryMessenger argBinaryMessenger) { type Reply (line 450) | public interface Reply { method reply (line 451) | void reply(T reply); method getCodec (line 454) | static MessageCodec getCodec() { method create (line 458) | public void create( class ProcessCameraProviderHostApiCodec (line 471) | private static class ProcessCameraProviderHostApiCodec extends Standar... method ProcessCameraProviderHostApiCodec (line 475) | private ProcessCameraProviderHostApiCodec() {} type ProcessCameraProviderHostApi (line 479) | public interface ProcessCameraProviderHostApi { method getInstance (line 480) | void getInstance(Result result); method getAvailableCameraInfos (line 482) | @NonNull method bindToLifecycle (line 485) | @NonNull method unbind (line 491) | void unbind(@NonNull Long identifier, @NonNull List useCaseIds); method unbindAll (line 493) | void unbindAll(@NonNull Long identifier); method getCodec (line 496) | static MessageCodec getCodec() { method setup (line 504) | static void setup(BinaryMessenger binaryMessenger, ProcessCameraProv... class ProcessCameraProviderFlutterApiCodec (line 672) | private static class ProcessCameraProviderFlutterApiCodec extends Stan... method ProcessCameraProviderFlutterApiCodec (line 676) | private ProcessCameraProviderFlutterApiCodec() {} class ProcessCameraProviderFlutterApi (line 680) | public static class ProcessCameraProviderFlutterApi { method ProcessCameraProviderFlutterApi (line 683) | public ProcessCameraProviderFlutterApi(BinaryMessenger argBinaryMess... type Reply (line 687) | public interface Reply { method reply (line 688) | void reply(T reply); method getCodec (line 691) | static MessageCodec getCodec() { method create (line 695) | public void create(@NonNull Long identifierArg, Reply callback) { class CameraFlutterApiCodec (line 709) | private static class CameraFlutterApiCodec extends StandardMessageCodec { method CameraFlutterApiCodec (line 712) | private CameraFlutterApiCodec() {} class CameraFlutterApi (line 716) | public static class CameraFlutterApi { method CameraFlutterApi (line 719) | public CameraFlutterApi(BinaryMessenger argBinaryMessenger) { type Reply (line 723) | public interface Reply { method reply (line 724) | void reply(T reply); method getCodec (line 727) | static MessageCodec getCodec() { method create (line 731) | public void create(@NonNull Long identifierArg, Reply callback) { class SystemServicesHostApiCodec (line 743) | private static class SystemServicesHostApiCodec extends StandardMessag... method SystemServicesHostApiCodec (line 746) | private SystemServicesHostApiCodec() {} method readValueOfType (line 748) | @Override method writeValue (line 759) | @Override type SystemServicesHostApi (line 771) | public interface SystemServicesHostApi { method requestCameraPermissions (line 772) | void requestCameraPermissions( method startListeningForDeviceOrientationChange (line 775) | void startListeningForDeviceOrientationChange( method stopListeningForDeviceOrientationChange (line 778) | void stopListeningForDeviceOrientationChange(); method getCodec (line 781) | static MessageCodec getCodec() { method setup (line 789) | static void setup(BinaryMessenger binaryMessenger, SystemServicesHos... class SystemServicesFlutterApiCodec (line 887) | private static class SystemServicesFlutterApiCodec extends StandardMes... method SystemServicesFlutterApiCodec (line 891) | private SystemServicesFlutterApiCodec() {} class SystemServicesFlutterApi (line 895) | public static class SystemServicesFlutterApi { method SystemServicesFlutterApi (line 898) | public SystemServicesFlutterApi(BinaryMessenger argBinaryMessenger) { type Reply (line 902) | public interface Reply { method reply (line 903) | void reply(T reply); method getCodec (line 906) | static MessageCodec getCodec() { method onDeviceOrientationChanged (line 910) | public void onDeviceOrientationChanged(@NonNull String orientationAr... method onCameraError (line 923) | public void onCameraError(@NonNull String errorDescriptionArg, Reply... class PreviewHostApiCodec (line 937) | private static class PreviewHostApiCodec extends StandardMessageCodec { method PreviewHostApiCodec (line 940) | private PreviewHostApiCodec() {} method readValueOfType (line 942) | @Override method writeValue (line 956) | @Override type PreviewHostApi (line 971) | public interface PreviewHostApi { method create (line 972) | void create( method setSurfaceProvider (line 977) | @NonNull method releaseFlutterSurfaceTexture (line 980) | void releaseFlutterSurfaceTexture(); method getResolutionInfo (line 982) | @NonNull method getCodec (line 986) | static MessageCodec getCodec() { method setup (line 991) | static void setup(BinaryMessenger binaryMessenger, PreviewHostApi ap... method wrapError (line 1103) | private static Map wrapError(Throwable exception) { FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/InstanceManager.java class InstanceManager (line 27) | @SuppressWarnings("unchecked") type FinalizationListener (line 37) | public interface FinalizationListener { method onFinalize (line 38) | void onFinalize(long identifier); method open (line 63) | public static InstanceManager open(FinalizationListener finalizationLi... method InstanceManager (line 67) | private InstanceManager(FinalizationListener finalizationListener) { method remove (line 81) | @Nullable method getIdentifierForStrongReference (line 97) | @Nullable method addDartCreatedInstance (line 117) | public void addDartCreatedInstance(Object instance, long identifier) { method addHostCreatedInstance (line 131) | public long addHostCreatedInstance(Object instance) { method getInstance (line 147) | @Nullable method containsInstance (line 163) | public boolean containsInstance(Object instance) { method close (line 174) | public void close() { method releaseAllFinalizedInstances (line 179) | private void releaseAllFinalizedInstances() { method addInstance (line 193) | private void addInstance(Object instance, long identifier) { method assertManagerIsNotClosed (line 204) | private void assertManagerIsNotClosed() { FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/JavaObjectHostApiImpl.java class JavaObjectHostApiImpl (line 17) | public class JavaObjectHostApiImpl implements JavaObjectHostApi { method JavaObjectHostApiImpl (line 25) | public JavaObjectHostApiImpl(InstanceManager instanceManager) { method dispose (line 29) | @Override FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/PreviewHostApiImpl.java class PreviewHostApiImpl (line 21) | public class PreviewHostApiImpl implements PreviewHostApi { method PreviewHostApiImpl (line 29) | public PreviewHostApiImpl( method create (line 39) | @Override method setSurfaceProvider (line 61) | @Override method createSurfaceProvider (line 76) | @VisibleForTesting method getProvideSurfaceErrorDescription (line 117) | private String getProvideSurfaceErrorDescription(@Nullable int resultC... method releaseFlutterSurfaceTexture (line 130) | @Override method getResolutionInfo (line 138) | @Override FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/ProcessCameraProviderFlutterApiImpl.java class ProcessCameraProviderFlutterApiImpl (line 11) | public class ProcessCameraProviderFlutterApiImpl extends ProcessCameraPr... method ProcessCameraProviderFlutterApiImpl (line 12) | public ProcessCameraProviderFlutterApiImpl( method create (line 20) | void create(ProcessCameraProvider processCameraProvider, Reply r... FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/ProcessCameraProviderHostApiImpl.java class ProcessCameraProviderHostApiImpl (line 23) | public class ProcessCameraProviderHostApiImpl implements ProcessCameraPr... method ProcessCameraProviderHostApiImpl (line 30) | public ProcessCameraProviderHostApiImpl( method setLifecycleOwner (line 37) | public void setLifecycleOwner(LifecycleOwner lifecycleOwner) { method setContext (line 48) | public void setContext(Context context) { method getInstance (line 56) | @Override method getAvailableCameraInfos (line 81) | @Override method bindToLifecycle (line 105) | @Override method unbind (line 136) | @Override method unbindAll (line 150) | @Override FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/SystemServicesFlutterApiImpl.java class SystemServicesFlutterApiImpl (line 11) | public class SystemServicesFlutterApiImpl extends SystemServicesFlutterA... method SystemServicesFlutterApiImpl (line 12) | public SystemServicesFlutterApiImpl(@NonNull BinaryMessenger binaryMes... method sendDeviceOrientationChangedEvent (line 16) | public void sendDeviceOrientationChangedEvent( method sendCameraError (line 21) | public void sendCameraError(@NonNull String errorDescription, @NonNull... FILE: packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/SystemServicesHostApiImpl.java class SystemServicesHostApiImpl (line 16) | public class SystemServicesHostApiImpl implements SystemServicesHostApi { method SystemServicesHostApiImpl (line 27) | public SystemServicesHostApiImpl( method setActivity (line 34) | public void setActivity(Activity activity) { method setPermissionsRegistry (line 38) | public void setPermissionsRegistry(PermissionsRegistry permissionsRegi... method requestCameraPermissions (line 48) | @Override method startListeningForDeviceOrientationChange (line 79) | @Override method serializeDeviceOrientation (line 95) | String serializeDeviceOrientation(DeviceOrientation orientation) { method stopListeningForDeviceOrientationChange (line 105) | @Override FILE: packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/CameraInfoTest.java class CameraInfoTest (line 25) | public class CameraInfoTest { method setUp (line 33) | @Before method tearDown (line 38) | @After method getSensorRotationDegreesTest (line 43) | @Test method flutterApiCreateTest (line 55) | @Test FILE: packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/CameraPermissionsManagerTest.java class CameraPermissionsManagerTest (line 17) | public class CameraPermissionsManagerTest { method listener_respondsOnce (line 18) | @Test method callback_respondsWithCameraAccessDenied (line 32) | @Test method callback_respondsWithAudioAccessDenied (line 45) | @Test method callback_doesNotRespond (line 59) | @Test method callback_respondsWithCameraAccessDeniedWhenEmptyResult (line 76) | @Test FILE: packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/CameraSelectorTest.java class CameraSelectorTest (line 29) | public class CameraSelectorTest { method setUp (line 37) | @Before method tearDown (line 42) | @After method createTest (line 47) | @Test method filterTest (line 66) | @Test method flutterApiCreateTest (line 85) | @Test FILE: packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/CameraTest.java class CameraTest (line 23) | public class CameraTest { method setUp (line 31) | @Before method tearDown (line 36) | @After method flutterApiCreateTest (line 41) | @Test FILE: packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/DeviceOrientationManagerTest.java class DeviceOrientationManagerTest (line 31) | public class DeviceOrientationManagerTest { method before (line 38) | @Before method getVideoOrientation_whenNaturalScreenOrientationEqualsPortraitUp (line 53) | @Test method getVideoOrientation_whenNaturalScreenOrientationEqualsLandscapeLeft (line 70) | @Test method getVideoOrientation_fallbackToPortraitSensorOrientationWhenOrientationIsNull (line 89) | @Test method getVideoOrientation_fallbackToLandscapeSensorOrientationWhenOrientationIsNull (line 98) | @Test method getPhotoOrientation_whenNaturalScreenOrientationEqualsPortraitUp (line 110) | @Test method getPhotoOrientation_whenNaturalScreenOrientationEqualsLandscapeLeft (line 127) | @Test method getPhotoOrientation_shouldFallbackToCurrentOrientationWhenOrientationIsNull (line 146) | @Test method handleUIOrientationChange_shouldSendMessageWhenSensorAccessIsAllowed (line 155) | @Test method handleOrientationChange_shouldSendMessageWhenOrientationIsUpdated (line 172) | @Test method handleOrientationChange_shouldNotSendMessageWhenOrientationIsNotUpdated (line 183) | @Test method getUIOrientation (line 194) | @Test method getDeviceDefaultOrientation (line 242) | @Test method calculateSensorOrientation (line 277) | @Test method setUpUIOrientationMocks (line 296) | private void setUpUIOrientationMocks(int orientation, int rotation) { method getDisplayTest (line 307) | @Test FILE: packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/InstanceManagerTest.java class InstanceManagerTest (line 15) | public class InstanceManagerTest { method addDartCreatedInstance (line 16) | @Test method addHostCreatedInstance (line 30) | @Test method addHostCreatedInstance_createsSameInstanceTwice (line 44) | @Test method remove (line 58) | @Test FILE: packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/JavaObjectHostApiTest.java class JavaObjectHostApiTest (line 11) | public class JavaObjectHostApiTest { method dispose (line 12) | @Test FILE: packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/PreviewTest.java class PreviewTest (line 38) | @RunWith(RobolectricTestRunner.class) method setUp (line 49) | @Before method tearDown (line 54) | @After method create_createsPreviewWithCorrectConfiguration (line 59) | @Test method setSurfaceProviderTest_createsSurfaceProviderAndReturnsTextureEntryId (line 90) | @Test method createSurfaceProvider_createsExpectedPreviewSurfaceProvider (line 118) | @Test method releaseFlutterSurfaceTexture_makesCallToReleaseFlutterSurfaceTexture (line 189) | @Test method getResolutionInfo_makesCallToRetrievePreviewResolutionInfo (line 202) | @Test FILE: packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/ProcessCameraProviderTest.java class ProcessCameraProviderTest (line 42) | @RunWith(RobolectricTestRunner.class) method setUp (line 52) | @Before method tearDown (line 58) | @After method getInstanceTest (line 63) | @Test method getAvailableCameraInfosTest (line 91) | @Test method bindToLifecycleTest (line 106) | @Test method unbindTest (line 133) | @Test method unbindAllTest (line 147) | @Test method flutterApiCreateTest (line 158) | @Test FILE: packages/camera/camera_android_camerax/android/src/test/java/io/flutter/plugins/camerax/SystemServicesTest.java class SystemServicesTest (line 31) | public class SystemServicesTest { method requestCameraPermissionsTest (line 37) | @Test method deviceOrientationChangeTest (line 90) | @Test FILE: packages/camera/camera_android_camerax/example/android/app/src/androidTest/java/io/flutter/plugins/cameraxexample/MainActivityTest.java class MainActivityTest (line 13) | @DartIntegrationTest FILE: packages/camera/camera_android_camerax/example/android/app/src/main/java/io/flutter/plugins/cameraexample/MainActivity.java class MainActivity (line 9) | public class MainActivity extends FlutterActivity {} FILE: packages/camera/camera_android_camerax/example/integration_test/integration_test.dart function main (line 10) | void main() FILE: packages/camera/camera_android_camerax/example/lib/camera_controller.dart type onLatestImageAvailable (line 22) | typedef onLatestImageAvailable = Function(CameraImage image); function availableCameras (line 27) | Future> availableCameras() function _unawaited (line 33) | void _unawaited(Future? future) class CameraValue (line 36) | class CameraValue { method copyWith (line 150) | CameraValue copyWith({ method toString (line 198) | String toString() class CameraController (line 225) | class CameraController extends ValueNotifier { method debugCheckIsDisposed (line 267) | void debugCheckIsDisposed() method initialize (line 277) | Future initialize() method prepareForVideoRecording (line 348) | Future prepareForVideoRecording() method pausePreview (line 353) | Future pausePreview() method resumePreview (line 369) | Future resumePreview() method takePicture (line 386) | Future takePicture() method startImageStream (line 422) | Future startImageStream(onLatestImageAvailable onAvailable) method stopImageStream (line 458) | Future stopImageStream() method startVideoRecording (line 485) | Future startVideoRecording( method stopVideoRecording (line 519) | Future stopVideoRecording() method pauseVideoRecording (line 548) | Future pauseVideoRecording() method resumeVideoRecording (line 567) | Future resumeVideoRecording() method buildPreview (line 584) | Widget buildPreview() method getMaxZoomLevel (line 594) | Future getMaxZoomLevel() method getMinZoomLevel (line 604) | Future getMinZoomLevel() method setZoomLevel (line 618) | Future setZoomLevel(double zoom) method setFlashMode (line 628) | Future setFlashMode(FlashMode mode) method setExposureMode (line 638) | Future setExposureMode(ExposureMode mode) method setExposurePoint (line 651) | Future setExposurePoint(Offset? point) method getMinExposureOffset (line 674) | Future getMinExposureOffset() method getMaxExposureOffset (line 684) | Future getMaxExposureOffset() method getExposureOffsetStepSize (line 696) | Future getExposureOffsetStepSize() method setExposureOffset (line 716) | Future setExposureOffset(double offset) method lockCaptureOrientation (line 751) | Future lockCaptureOrientation([DeviceOrientation? orientation]) method setFocusMode (line 764) | Future setFocusMode(FocusMode mode) method unlockCaptureOrientation (line 774) | Future unlockCaptureOrientation() method setFocusPoint (line 788) | Future setFocusPoint(Offset? point) method dispose (line 811) | Future dispose() method _throwIfNotInitialized (line 824) | void _throwIfNotInitialized(String functionName) method removeListener (line 840) | void removeListener(VoidCallback listener) class Optional (line 854) | @immutable method ifPresent (line 892) | void ifPresent(void Function(T value) ifPresent) method ifAbsent (line 899) | void ifAbsent(void Function() ifAbsent) method or (line 910) | T or(T defaultValue) method transform (line 922) | Optional transform(S Function(T value) transformer) method transformNullable (line 933) | Optional transformNullable(S? Function(T value) transformer) method toString (line 952) | String toString() FILE: packages/camera/camera_android_camerax/example/lib/camera_image.dart class Plane (line 20) | class Plane { class ImageFormat (line 60) | class ImageFormat { function _asImageFormatGroup (line 84) | ImageFormatGroup _asImageFormatGroup(dynamic rawFormat) class CameraImage (line 119) | class CameraImage { FILE: packages/camera/camera_android_camerax/example/lib/camera_preview.dart class CameraPreview (line 12) | class CameraPreview extends StatelessWidget { method build (line 23) | Widget build(BuildContext context) method _wrapInRotatedBox (line 46) | Widget _wrapInRotatedBox({required Widget child}) method _isLandscape (line 57) | bool _isLandscape() method _getQuarterTurns (line 64) | int _getQuarterTurns() method _getApplicableOrientation (line 74) | DeviceOrientation _getApplicableOrientation() FILE: packages/camera/camera_android_camerax/example/lib/main.dart class CameraExampleHome (line 18) | class CameraExampleHome extends StatefulWidget { method createState (line 23) | State createState() function getCameraLensIcon (line 29) | IconData getCameraLensIcon(CameraLensDirection direction) function _logError (line 44) | void _logError(String code, String? message) class _CameraExampleHomeState (line 49) | class _CameraExampleHomeState extends State method initState (line 75) | void initState() method dispose (line 106) | void dispose() method didChangeAppLifecycleState (line 115) | void didChangeAppLifecycleState(AppLifecycleState state) method build (line 132) | Widget build(BuildContext context) method _cameraPreviewWidget (line 176) | Widget _cameraPreviewWidget() method _handleScaleStart (line 209) | void _handleScaleStart(ScaleStartDetails details) method _handleScaleUpdate (line 213) | Future _handleScaleUpdate(ScaleUpdateDetails details) method _thumbnailWidget (line 226) | Widget _thumbnailWidget() method _modeControlRowWidget (line 270) | Widget _modeControlRowWidget() method _flashModeControlRowWidget (line 319) | Widget _flashModeControlRowWidget() method _exposureModeControlRowWidget (line 360) | Widget _exposureModeControlRowWidget() method _focusModeControlRowWidget (line 442) | Widget _focusModeControlRowWidget() method _captureControlRowWidget (line 499) | Widget _captureControlRowWidget() method _cameraTogglesRowWidget (line 542) | Widget _cameraTogglesRowWidget() method onChanged (line 545) | void onChanged(CameraDescription? description) method timestamp (line 580) | String timestamp() method showInSnackBar (line 582) | void showInSnackBar(String message) method onViewFinderTap (line 587) | void onViewFinderTap(TapDownDetails details, BoxConstraints constraints) method onNewCameraSelected (line 602) | Future onNewCameraSelected(CameraDescription cameraDescription) method onTakePictureButtonPressed (line 689) | void onTakePictureButtonPressed() method onFlashModeButtonPressed (line 704) | void onFlashModeButtonPressed() method onExposureModeButtonPressed (line 714) | void onExposureModeButtonPressed() method onFocusModeButtonPressed (line 724) | void onFocusModeButtonPressed() method onAudioModeButtonPressed (line 734) | void onAudioModeButtonPressed() method onCaptureOrientationLockButtonPressed (line 741) | Future onCaptureOrientationLockButtonPressed() method onSetFlashModeButtonPressed (line 759) | void onSetFlashModeButtonPressed(FlashMode mode) method onSetExposureModeButtonPressed (line 768) | void onSetExposureModeButtonPressed(ExposureMode mode) method onSetFocusModeButtonPressed (line 777) | void onSetFocusModeButtonPressed(FocusMode mode) method onVideoRecordButtonPressed (line 786) | void onVideoRecordButtonPressed() method onStopButtonPressed (line 794) | void onStopButtonPressed() method onPausePreviewButtonPressed (line 807) | Future onPausePreviewButtonPressed() method onPauseButtonPressed (line 826) | void onPauseButtonPressed() method onResumeButtonPressed (line 835) | void onResumeButtonPressed() method startVideoRecording (line 844) | Future startVideoRecording() method stopVideoRecording (line 865) | Future stopVideoRecording() method pauseVideoRecording (line 880) | Future pauseVideoRecording() method resumeVideoRecording (line 895) | Future resumeVideoRecording() method setFlashMode (line 910) | Future setFlashMode(FlashMode mode) method setExposureMode (line 923) | Future setExposureMode(ExposureMode mode) method setExposureOffset (line 936) | Future setExposureOffset(double offset) method setFocusMode (line 952) | Future setFocusMode(FocusMode mode) method _startVideoPlayer (line 965) | Future _startVideoPlayer() method takePicture (line 996) | Future takePicture() method _showCameraException (line 1017) | void _showCameraException(CameraException e) class CameraApp (line 1024) | class CameraApp extends StatelessWidget { method build (line 1029) | Widget build(BuildContext context) function main (line 1038) | Future main() FILE: packages/camera/camera_android_camerax/example/test/widget_test.dart function main (line 14) | void main() FILE: packages/camera/camera_android_camerax/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/camera/camera_android_camerax/lib/src/android_camera_camerax.dart class AndroidCameraCameraX (line 22) | class AndroidCameraCameraX extends CameraPlatform { method registerWith (line 24) | void registerWith() method _cameraEvents (line 64) | Stream _cameraEvents(int cameraId) method availableCameras (line 70) | Future> availableCameras() method createCamera (line 122) | Future createCamera( method initializeCamera (line 166) | Future initializeCamera( method dispose (line 211) | Future dispose(int cameraId) method onCameraInitialized (line 218) | Stream onCameraInitialized(int cameraId) method onCameraError (line 224) | Stream onCameraError(int cameraId) method onDeviceOrientationChanged (line 233) | Stream onDeviceOrientationChanged() method pausePreview (line 241) | Future pausePreview(int cameraId) method resumePreview (line 250) | Future resumePreview(int cameraId) method buildPreview (line 257) | Widget buildPreview(int cameraId) method _bindPreviewToLifecycle (line 278) | Future _bindPreviewToLifecycle() method _unbindPreviewFromLifecycle (line 294) | void _unbindPreviewFromLifecycle() method _getCameraSelectorLensDirection (line 309) | int _getCameraSelectorLensDirection(CameraLensDirection lensDirection) method _getTargetRotation (line 322) | int _getTargetRotation(int sensorOrientation) method _getTargetResolutionForPreview (line 340) | ResolutionInfo? _getTargetResolutionForPreview(ResolutionPreset? resol... method requestCameraPermissions (line 350) | Future requestCameraPermissions(bool enableAudio) method startListeningForDeviceOrientationChange (line 356) | void startListeningForDeviceOrientationChange( method createCameraSelector (line 364) | CameraSelector createCameraSelector(int cameraSelectorLensDirection) method createPreview (line 378) | Preview createPreview(int targetRotation, ResolutionInfo? targetResolu... FILE: packages/camera/camera_android_camerax/lib/src/android_camera_camerax_flutter_api_impls.dart class AndroidCameraXCameraFlutterApis (line 14) | class AndroidCameraXCameraFlutterApis { method ensureSetUp (line 65) | void ensureSetUp() FILE: packages/camera/camera_android_camerax/lib/src/camera.dart class Camera (line 16) | class Camera extends JavaObject { class CameraFlutterApiImpl (line 25) | class CameraFlutterApiImpl implements CameraFlutterApi { method create (line 42) | void create(int identifier) FILE: packages/camera/camera_android_camerax/lib/src/camera_info.dart class CameraInfo (line 15) | class CameraInfo extends JavaObject { method getSensorRotationDegrees (line 30) | Future getSensorRotationDegrees() class CameraInfoHostApiImpl (line 35) | class CameraInfoHostApiImpl extends CameraInfoHostApi { method getSensorRotationDegreesFromInstance (line 46) | Future getSensorRotationDegreesFromInstance( class CameraInfoFlutterApiImpl (line 56) | class CameraInfoFlutterApiImpl extends CameraInfoFlutterApi { method create (line 73) | void create(int identifier) FILE: packages/camera/camera_android_camerax/lib/src/camera_selector.dart class CameraSelector (line 16) | class CameraSelector extends JavaObject { method getDefaultFrontCamera (line 67) | CameraSelector getDefaultFrontCamera({ method getDefaultBackCamera (line 79) | CameraSelector getDefaultBackCamera({ method filter (line 94) | Future> filter(List cameraInfos) class CameraSelectorHostApiImpl (line 100) | class CameraSelectorHostApiImpl extends CameraSelectorHostApi { method createFromInstance (line 118) | void createFromInstance(CameraSelector instance, int? lensFacing) method filterFromInstance (line 132) | Future> filterFromInstance( class CameraSelectorFlutterApiImpl (line 161) | class CameraSelectorFlutterApiImpl implements CameraSelectorFlutterApi { method create (line 178) | void create(int identifier, int? lensFacing) FILE: packages/camera/camera_android_camerax/lib/src/camerax_library.g.dart class ResolutionInfo (line 13) | class ResolutionInfo { method encode (line 22) | Object encode() method decode (line 29) | ResolutionInfo decode(Object message) class CameraPermissionsErrorData (line 38) | class CameraPermissionsErrorData { method encode (line 47) | Object encode() method decode (line 54) | CameraPermissionsErrorData decode(Object message) class _JavaObjectHostApiCodec (line 63) | class _JavaObjectHostApiCodec extends StandardMessageCodec { class JavaObjectHostApi (line 67) | class JavaObjectHostApi { method dispose (line 78) | Future dispose(int arg_identifier) class _JavaObjectFlutterApiCodec (line 103) | class _JavaObjectFlutterApiCodec extends StandardMessageCodec { class JavaObjectFlutterApi (line 107) | abstract class JavaObjectFlutterApi { method dispose (line 110) | void dispose(int identifier) method setup (line 111) | void setup(JavaObjectFlutterApi? api, class _CameraInfoHostApiCodec (line 135) | class _CameraInfoHostApiCodec extends StandardMessageCodec { class CameraInfoHostApi (line 139) | class CameraInfoHostApi { method getSensorRotationDegrees (line 150) | Future getSensorRotationDegrees(int arg_identifier) class _CameraInfoFlutterApiCodec (line 180) | class _CameraInfoFlutterApiCodec extends StandardMessageCodec { class CameraInfoFlutterApi (line 184) | abstract class CameraInfoFlutterApi { method create (line 187) | void create(int identifier) method setup (line 188) | void setup(CameraInfoFlutterApi? api, class _CameraSelectorHostApiCodec (line 212) | class _CameraSelectorHostApiCodec extends StandardMessageCodec { class CameraSelectorHostApi (line 216) | class CameraSelectorHostApi { method create (line 227) | Future create(int arg_identifier, int? arg_lensFacing) method filter (line 252) | Future> filter( class _CameraSelectorFlutterApiCodec (line 284) | class _CameraSelectorFlutterApiCodec extends StandardMessageCodec { class CameraSelectorFlutterApi (line 288) | abstract class CameraSelectorFlutterApi { method create (line 291) | void create(int identifier, int? lensFacing) method setup (line 292) | void setup(CameraSelectorFlutterApi? api, class _ProcessCameraProviderHostApiCodec (line 317) | class _ProcessCameraProviderHostApiCodec extends StandardMessageCodec { class ProcessCameraProviderHostApi (line 321) | class ProcessCameraProviderHostApi { method getInstance (line 333) | Future getInstance() method getAvailableCameraInfos (line 362) | Future> getAvailableCameraInfos(int arg_identifier) method bindToLifecycle (line 392) | Future bindToLifecycle(int arg_identifier, method unbind (line 426) | Future unbind(int arg_identifier, List arg_useCaseIds) method unbindAll (line 451) | Future unbindAll(int arg_identifier) class _ProcessCameraProviderFlutterApiCodec (line 476) | class _ProcessCameraProviderFlutterApiCodec extends StandardMessageCodec { class ProcessCameraProviderFlutterApi (line 480) | abstract class ProcessCameraProviderFlutterApi { method create (line 484) | void create(int identifier) method setup (line 485) | void setup(ProcessCameraProviderFlutterApi? api, class _CameraFlutterApiCodec (line 509) | class _CameraFlutterApiCodec extends StandardMessageCodec { class CameraFlutterApi (line 513) | abstract class CameraFlutterApi { method create (line 516) | void create(int identifier) method setup (line 517) | void setup(CameraFlutterApi? api, {BinaryMessenger? binaryMessenger}) class _SystemServicesHostApiCodec (line 540) | class _SystemServicesHostApiCodec extends StandardMessageCodec { method writeValue (line 543) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 553) | Object? readValueOfType(int type, ReadBuffer buffer) class SystemServicesHostApi (line 564) | class SystemServicesHostApi { method requestCameraPermissions (line 575) | Future requestCameraPermissions( method startListeningForDeviceOrientationChange (line 601) | Future startListeningForDeviceOrientationChange( method stopListeningForDeviceOrientationChange (line 628) | Future stopListeningForDeviceOrientationChange() class _SystemServicesFlutterApiCodec (line 654) | class _SystemServicesFlutterApiCodec extends StandardMessageCodec { class SystemServicesFlutterApi (line 658) | abstract class SystemServicesFlutterApi { method onDeviceOrientationChanged (line 661) | void onDeviceOrientationChanged(String orientation) method onCameraError (line 662) | void onCameraError(String errorDescription) method setup (line 663) | void setup(SystemServicesFlutterApi? api, class _PreviewHostApiCodec (line 707) | class _PreviewHostApiCodec extends StandardMessageCodec { method writeValue (line 710) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 723) | Object? readValueOfType(int type, ReadBuffer buffer) class PreviewHostApi (line 737) | class PreviewHostApi { method create (line 748) | Future create(int arg_identifier, int? arg_rotation, method setSurfaceProvider (line 774) | Future setSurfaceProvider(int arg_identifier) method releaseFlutterSurfaceTexture (line 803) | Future releaseFlutterSurfaceTexture() method getResolutionInfo (line 827) | Future getResolutionInfo(int arg_identifier) FILE: packages/camera/camera_android_camerax/lib/src/instance_manager.dart class InstanceManager (line 22) | class InstanceManager { method addDartCreatedInstance (line 67) | int addDartCreatedInstance( method removeWeakReference (line 86) | int? removeWeakReference(Object instance) method remove (line 108) | T? remove(int identifier) method getInstanceWithWeakReference (line 126) | T? getInstanceWithWeakReference(int identifier) method getIdentifier (line 150) | int? getIdentifier(Object instance) method addHostCreatedInstance (line 163) | void addHostCreatedInstance( method _addInstanceWithIdentifier (line 174) | void _addInstanceWithIdentifier( method containsIdentifier (line 190) | bool containsIdentifier(int identifier) method _nextUniqueIdentifier (line 195) | int _nextUniqueIdentifier() FILE: packages/camera/camera_android_camerax/lib/src/java_object.dart class JavaObject (line 14) | @immutable method dispose (line 39) | void dispose(JavaObject instance) class JavaObjectHostApiImpl (line 45) | class JavaObjectHostApiImpl extends JavaObjectHostApi { class JavaObjectFlutterApiImpl (line 64) | class JavaObjectFlutterApiImpl implements JavaObjectFlutterApi { method dispose (line 73) | void dispose(int identifier) FILE: packages/camera/camera_android_camerax/lib/src/preview.dart class Preview (line 15) | class Preview extends UseCase { method setSurfaceProvider (line 55) | Future setSurfaceProvider() method releaseFlutterSurfaceTexture (line 61) | void releaseFlutterSurfaceTexture() method getResolutionInfo (line 66) | Future getResolutionInfo() class PreviewHostApiImpl (line 72) | class PreviewHostApiImpl extends PreviewHostApi { method createFromInstance (line 88) | void createFromInstance( method setSurfaceProviderFromInstance (line 102) | Future setSurfaceProviderFromInstance(Preview instance) method releaseFlutterSurfaceTextureFromInstance (line 113) | void releaseFlutterSurfaceTextureFromInstance() method getResolutionInfoFromInstance (line 118) | Future getResolutionInfoFromInstance(Preview instance) FILE: packages/camera/camera_android_camerax/lib/src/process_camera_provider.dart class ProcessCameraProvider (line 19) | class ProcessCameraProvider extends JavaObject { method getInstance (line 34) | Future getInstance( method getAvailableCameraInfos (line 45) | Future> getAvailableCameraInfos() method bindToLifecycle (line 51) | Future bindToLifecycle( method unbind (line 58) | void unbind(List useCases) method unbindAll (line 64) | void unbindAll() class ProcessCameraProviderHostApiImpl (line 70) | class ProcessCameraProviderHostApiImpl extends ProcessCameraProviderHost... method getInstancefromInstances (line 89) | Future getInstancefromInstances() method getProcessCameraProviderIdentifier (line 96) | int getProcessCameraProviderIdentifier(ProcessCameraProvider instance) method getAvailableCameraInfosFromInstances (line 105) | Future> getAvailableCameraInfosFromInstances( method bindToLifecycleFromInstances (line 120) | Future bindToLifecycleFromInstances( method unbindFromInstances (line 141) | void unbindFromInstances( method unbindAllFromInstances (line 155) | void unbindAllFromInstances(ProcessCameraProvider instance) class ProcessCameraProviderFlutterApiImpl (line 162) | class ProcessCameraProviderFlutterApiImpl method create (line 180) | void create(int identifier) FILE: packages/camera/camera_android_camerax/lib/src/surface.dart class Surface (line 10) | class Surface extends JavaObject { FILE: packages/camera/camera_android_camerax/lib/src/system_services.dart class SystemServices (line 20) | class SystemServices { method requestCameraPermissions (line 34) | Future requestCameraPermissions(bool enableAudio, method startListeningForDeviceOrientationChange (line 44) | void startListeningForDeviceOrientationChange( method stopListeningForDeviceOrientationChange (line 57) | void stopListeningForDeviceOrientationChange( class SystemServicesHostApiImpl (line 67) | class SystemServicesHostApiImpl extends SystemServicesHostApi { method sendCameraPermissionsRequest (line 82) | Future sendCameraPermissionsRequest(bool enableAudio) class SystemServicesFlutterApiImpl (line 96) | class SystemServicesFlutterApiImpl implements SystemServicesFlutterApi { method onDeviceOrientationChanged (line 114) | void onDeviceOrientationChanged(String orientation) method deserializeDeviceOrientation (line 126) | DeviceOrientation deserializeDeviceOrientation(String orientation) method onCameraError (line 144) | void onCameraError(String errorDescription) FILE: packages/camera/camera_android_camerax/lib/src/use_case.dart class UseCase (line 10) | class UseCase extends JavaObject { FILE: packages/camera/camera_android_camerax/pigeons/camerax_library.dart class ResolutionInfo (line 7) | @ConfigurePigeon( class CameraPermissionsErrorData (line 39) | class CameraPermissionsErrorData { class JavaObjectHostApi (line 49) | @HostApi(dartHostTestHandler: 'TestJavaObjectHostApi') method dispose (line 51) | void dispose(int identifier) class JavaObjectFlutterApi (line 54) | @FlutterApi() method dispose (line 56) | void dispose(int identifier) class CameraInfoHostApi (line 59) | @HostApi(dartHostTestHandler: 'TestCameraInfoHostApi') method getSensorRotationDegrees (line 61) | int getSensorRotationDegrees(int identifier) class CameraInfoFlutterApi (line 64) | @FlutterApi() method create (line 66) | void create(int identifier) class CameraSelectorHostApi (line 69) | @HostApi(dartHostTestHandler: 'TestCameraSelectorHostApi') method create (line 71) | void create(int identifier, int? lensFacing) method filter (line 73) | List filter(int identifier, List cameraInfoIds) class CameraSelectorFlutterApi (line 76) | @FlutterApi() method create (line 78) | void create(int identifier, int? lensFacing) class ProcessCameraProviderHostApi (line 81) | @HostApi(dartHostTestHandler: 'TestProcessCameraProviderHostApi') method getInstance (line 84) | int getInstance() method getAvailableCameraInfos (line 86) | List getAvailableCameraInfos(int identifier) method bindToLifecycle (line 88) | int bindToLifecycle( method unbind (line 91) | void unbind(int identifier, List useCaseIds) method unbindAll (line 93) | void unbindAll(int identifier) class ProcessCameraProviderFlutterApi (line 96) | @FlutterApi() method create (line 98) | void create(int identifier) class CameraFlutterApi (line 101) | @FlutterApi() method create (line 103) | void create(int identifier) class SystemServicesHostApi (line 106) | @HostApi(dartHostTestHandler: 'TestSystemServicesHostApi') method requestCameraPermissions (line 109) | CameraPermissionsErrorData? requestCameraPermissions(bool enableAudio) method startListeningForDeviceOrientationChange (line 111) | void startListeningForDeviceOrientationChange( method stopListeningForDeviceOrientationChange (line 114) | void stopListeningForDeviceOrientationChange() class SystemServicesFlutterApi (line 117) | @FlutterApi() method onDeviceOrientationChanged (line 119) | void onDeviceOrientationChanged(String orientation) method onCameraError (line 121) | void onCameraError(String errorDescription) class PreviewHostApi (line 124) | @HostApi(dartHostTestHandler: 'TestPreviewHostApi') method create (line 126) | void create(int identifier, int? rotation, ResolutionInfo? targetResol... method setSurfaceProvider (line 128) | int setSurfaceProvider(int identifier) method releaseFlutterSurfaceTexture (line 130) | void releaseFlutterSurfaceTexture() method getResolutionInfo (line 132) | ResolutionInfo getResolutionInfo(int identifier) FILE: packages/camera/camera_android_camerax/test/android_camera_camerax_test.dart function main (line 34) | void main() class MockAndroidCameraCamerax (line 371) | class MockAndroidCameraCamerax extends AndroidCameraCameraX { method requestCameraPermissions (line 379) | Future requestCameraPermissions(bool enableAudio) method startListeningForDeviceOrientationChange (line 384) | void startListeningForDeviceOrientationChange( method createCameraSelector (line 391) | CameraSelector createCameraSelector(int cameraSelectorLensDirection) method createPreview (line 402) | Preview createPreview(int targetRotation, ResolutionInfo? targetResolu... FILE: packages/camera/camera_android_camerax/test/android_camera_camerax_test.mocks.dart class _FakeResolutionInfo_0 (line 33) | class _FakeResolutionInfo_0 extends _i1.SmartFake class _FakeCamera_1 (line 44) | class _FakeCamera_1 extends _i1.SmartFake implements _i3.Camera { class _FakeWidget_2 (line 54) | class _FakeWidget_2 extends _i1.SmartFake implements _i4.Widget { method toString (line 64) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeInheritedWidget_3 (line 68) | class _FakeInheritedWidget_3 extends _i1.SmartFake method toString (line 79) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeDiagnosticsNode_4 (line 83) | class _FakeDiagnosticsNode_4 extends _i1.SmartFake method toString (line 94) | String toString({ class MockCamera (line 104) | class MockCamera extends _i1.Mock implements _i3.Camera {} class MockCameraInfo (line 109) | class MockCameraInfo extends _i1.Mock implements _i7.CameraInfo { method getSensorRotationDegrees (line 111) | _i8.Future getSensorRotationDegrees() class MockCameraSelector (line 124) | class MockCameraSelector extends _i1.Mock implements _i9.CameraSelector { method filter (line 126) | _i8.Future> filter(List<_i7.CameraInfo>? cameraIn... class MockPreview (line 141) | class MockPreview extends _i1.Mock implements _i10.Preview { method setSurfaceProvider (line 143) | _i8.Future setSurfaceProvider() method releaseFlutterSurfaceTexture (line 152) | void releaseFlutterSurfaceTexture() method getResolutionInfo (line 160) | _i8.Future<_i2.ResolutionInfo> getResolutionInfo() class MockProcessCameraProvider (line 186) | class MockProcessCameraProvider extends _i1.Mock method getAvailableCameraInfos (line 189) | _i8.Future> getAvailableCameraInfos() method bindToLifecycle (line 200) | _i8.Future<_i3.Camera> bindToLifecycle( method unbind (line 234) | void unbind(List<_i12.UseCase>? useCases) method unbindAll (line 242) | void unbindAll() class MockBuildContext (line 254) | class MockBuildContext extends _i1.Mock implements _i4.BuildContext { method dependOnInheritedElement (line 278) | _i4.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 298) | void visitAncestorElements(bool Function(_i4.Element)? visitor) method visitChildElements (line 307) | void visitChildElements(_i4.ElementVisitor? visitor) method dispatchNotification (line 315) | void dispatchNotification(_i13.Notification? notification) method describeElement (line 324) | _i6.DiagnosticsNode describeElement( method describeWidget (line 344) | _i6.DiagnosticsNode describeWidget( method describeMissingAncestor (line 364) | List<_i6.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 375) | _i6.DiagnosticsNode describeOwnershipChain(String? name) FILE: packages/camera/camera_android_camerax/test/camera_info_test.dart function main (line 16) | void main() FILE: packages/camera/camera_android_camerax/test/camera_info_test.mocks.dart class MockTestCameraInfoHostApi (line 24) | class MockTestCameraInfoHostApi extends _i1.Mock method getSensorRotationDegrees (line 31) | int getSensorRotationDegrees(int? identifier) FILE: packages/camera/camera_android_camerax/test/camera_selector_test.dart function main (line 17) | void main() FILE: packages/camera/camera_android_camerax/test/camera_selector_test.mocks.dart class MockTestCameraSelectorHostApi (line 24) | class MockTestCameraSelectorHostApi extends _i1.Mock method create (line 31) | void create( method filter (line 46) | List filter( FILE: packages/camera/camera_android_camerax/test/camera_test.dart function main (line 9) | void main() FILE: packages/camera/camera_android_camerax/test/instance_manager_test.dart function main (line 8) | void main() FILE: packages/camera/camera_android_camerax/test/preview_test.dart function main (line 16) | void main() FILE: packages/camera/camera_android_camerax/test/preview_test.mocks.dart class _FakeResolutionInfo_0 (line 22) | class _FakeResolutionInfo_0 extends _i1.SmartFake class MockTestPreviewHostApi (line 36) | class MockTestPreviewHostApi extends _i1.Mock method create (line 43) | void create( method setSurfaceProvider (line 60) | int setSurfaceProvider(int? identifier) method releaseFlutterSurfaceTexture (line 68) | void releaseFlutterSurfaceTexture() method getResolutionInfo (line 76) | _i2.ResolutionInfo getResolutionInfo(int? identifier) FILE: packages/camera/camera_android_camerax/test/process_camera_provider_test.dart function main (line 19) | void main() FILE: packages/camera/camera_android_camerax/test/process_camera_provider_test.mocks.dart class MockTestProcessCameraProviderHostApi (line 26) | class MockTestProcessCameraProviderHostApi extends _i1.Mock method getInstance (line 33) | _i3.Future getInstance() method getAvailableCameraInfos (line 41) | List getAvailableCameraInfos(int? identifier) method bindToLifecycle (line 49) | int bindToLifecycle( method unbind (line 66) | void unbind( method unbindAll (line 81) | void unbindAll(int? identifier) FILE: packages/camera/camera_android_camerax/test/system_services_test.dart function main (line 19) | void main() FILE: packages/camera/camera_android_camerax/test/system_services_test.mocks.dart class MockTestSystemServicesHostApi (line 27) | class MockTestSystemServicesHostApi extends _i1.Mock method requestCameraPermissions (line 34) | _i3.Future<_i4.CameraPermissionsErrorData?> requestCameraPermissions( method startListeningForDeviceOrientationChange (line 44) | void startListeningForDeviceOrientationChange( method stopListeningForDeviceOrientationChange (line 59) | void stopListeningForDeviceOrientationChange() FILE: packages/camera/camera_android_camerax/test/test_camerax_library.g.dart class _TestJavaObjectHostApiCodec (line 16) | class _TestJavaObjectHostApiCodec extends StandardMessageCodec { class TestJavaObjectHostApi (line 20) | abstract class TestJavaObjectHostApi { method dispose (line 23) | void dispose(int identifier) method setup (line 24) | void setup(TestJavaObjectHostApi? api, class _TestCameraInfoHostApiCodec (line 48) | class _TestCameraInfoHostApiCodec extends StandardMessageCodec { class TestCameraInfoHostApi (line 52) | abstract class TestCameraInfoHostApi { method getSensorRotationDegrees (line 55) | int getSensorRotationDegrees(int identifier) method setup (line 56) | void setup(TestCameraInfoHostApi? api, class _TestCameraSelectorHostApiCodec (line 81) | class _TestCameraSelectorHostApiCodec extends StandardMessageCodec { class TestCameraSelectorHostApi (line 85) | abstract class TestCameraSelectorHostApi { method create (line 88) | void create(int identifier, int? lensFacing) method filter (line 89) | List filter(int identifier, List cameraInfoIds) method setup (line 90) | void setup(TestCameraSelectorHostApi? api, class _TestProcessCameraProviderHostApiCodec (line 139) | class _TestProcessCameraProviderHostApiCodec extends StandardMessageCodec { class TestProcessCameraProviderHostApi (line 143) | abstract class TestProcessCameraProviderHostApi { method getInstance (line 147) | Future getInstance() method getAvailableCameraInfos (line 148) | List getAvailableCameraInfos(int identifier) method bindToLifecycle (line 149) | int bindToLifecycle( method unbind (line 151) | void unbind(int identifier, List useCaseIds) method unbindAll (line 152) | void unbindAll(int identifier) method setup (line 153) | void setup(TestProcessCameraProviderHostApi? api, class _TestSystemServicesHostApiCodec (line 263) | class _TestSystemServicesHostApiCodec extends StandardMessageCodec { method writeValue (line 266) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 276) | Object? readValueOfType(int type, ReadBuffer buffer) class TestSystemServicesHostApi (line 287) | abstract class TestSystemServicesHostApi { method requestCameraPermissions (line 290) | Future requestCameraPermissions( method startListeningForDeviceOrientationChange (line 292) | void startListeningForDeviceOrientationChange( method stopListeningForDeviceOrientationChange (line 294) | void stopListeningForDeviceOrientationChange() method setup (line 295) | void setup(TestSystemServicesHostApi? api, class _TestPreviewHostApiCodec (line 360) | class _TestPreviewHostApiCodec extends StandardMessageCodec { method writeValue (line 363) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 376) | Object? readValueOfType(int type, ReadBuffer buffer) class TestPreviewHostApi (line 390) | abstract class TestPreviewHostApi { method create (line 393) | void create(int identifier, int? rotation, ResolutionInfo? targetResol... method setSurfaceProvider (line 394) | int setSurfaceProvider(int identifier) method releaseFlutterSurfaceTexture (line 395) | void releaseFlutterSurfaceTexture() method getResolutionInfo (line 396) | ResolutionInfo getResolutionInfo(int identifier) method setup (line 397) | void setup(TestPreviewHostApi? api, FILE: packages/camera/camera_avfoundation/example/integration_test/camera_test.dart function main (line 18) | void main() function assertExpectedDimensions (line 46) | bool assertExpectedDimensions(Size expectedSize, Size actual) function testCaptureImageResolution (line 56) | Future testCaptureImageResolution( function testCaptureVideoResolution (line 100) | Future testCaptureVideoResolution( function startStreaming (line 202) | Future startStreaming(List cameras, FILE: packages/camera/camera_avfoundation/example/lib/camera_controller.dart class CameraValue (line 14) | class CameraValue { method copyWith (line 99) | CameraValue copyWith({ method toString (line 142) | String toString() class CameraController (line 165) | class CameraController extends ValueNotifier { method initialize (line 205) | Future initialize() method prepareForVideoRecording (line 256) | Future prepareForVideoRecording() method pausePreview (line 261) | Future pausePreview() method resumePreview (line 270) | Future resumePreview() method takePicture (line 280) | Future takePicture() method startImageStream (line 288) | Future startImageStream( method stopImageStream (line 299) | Future stopImageStream() method startVideoRecording (line 309) | Future startVideoRecording( method stopVideoRecording (line 324) | Future stopVideoRecording() method pauseVideoRecording (line 341) | Future pauseVideoRecording() method resumeVideoRecording (line 349) | Future resumeVideoRecording() method buildPreview (line 355) | Widget buildPreview() method setFlashMode (line 360) | Future setFlashMode(FlashMode mode) method setExposureMode (line 366) | Future setExposureMode(ExposureMode mode) method setExposureOffset (line 372) | Future setExposureOffset(double offset) method lockCaptureOrientation (line 399) | Future lockCaptureOrientation() method unlockCaptureOrientation (line 408) | Future unlockCaptureOrientation() method setFocusMode (line 415) | Future setFocusMode(FocusMode mode) method dispose (line 422) | Future dispose() method removeListener (line 436) | void removeListener(VoidCallback listener) class Optional (line 450) | @immutable method ifPresent (line 488) | void ifPresent(void Function(T value) ifPresent) method ifAbsent (line 495) | void ifAbsent(void Function() ifAbsent) method or (line 506) | T or(T defaultValue) method transform (line 518) | Optional transform(S Function(T value) transformer) method transformNullable (line 529) | Optional transformNullable(S? Function(T value) transformer) method toString (line 548) | String toString() FILE: packages/camera/camera_avfoundation/example/lib/camera_preview.dart class CameraPreview (line 12) | class CameraPreview extends StatelessWidget { method build (line 24) | Widget build(BuildContext context) method _wrapInRotatedBox (line 50) | Widget _wrapInRotatedBox({required Widget child}) method _isLandscape (line 61) | bool _isLandscape() method _getQuarterTurns (line 68) | int _getQuarterTurns() method _getApplicableOrientation (line 78) | DeviceOrientation _getApplicableOrientation() FILE: packages/camera/camera_avfoundation/example/lib/main.dart class CameraExampleHome (line 19) | class CameraExampleHome extends StatefulWidget { method createState (line 24) | State createState() function getCameraLensIcon (line 30) | IconData getCameraLensIcon(CameraLensDirection direction) function _logError (line 45) | void _logError(String code, String? message) class _CameraExampleHomeState (line 50) | class _CameraExampleHomeState extends State method initState (line 76) | void initState() method dispose (line 107) | void dispose() method didChangeAppLifecycleState (line 115) | void didChangeAppLifecycleState(AppLifecycleState state) method build (line 131) | Widget build(BuildContext context) method _cameraPreviewWidget (line 175) | Widget _cameraPreviewWidget() method _handleScaleStart (line 208) | void _handleScaleStart(ScaleStartDetails details) method _handleScaleUpdate (line 212) | Future _handleScaleUpdate(ScaleUpdateDetails details) method _thumbnailWidget (line 226) | Widget _thumbnailWidget() method _modeControlRowWidget (line 270) | Widget _modeControlRowWidget() method _flashModeControlRowWidget (line 322) | Widget _flashModeControlRowWidget() method _exposureModeControlRowWidget (line 371) | Widget _exposureModeControlRowWidget() method _focusModeControlRowWidget (line 459) | Widget _focusModeControlRowWidget() method _captureControlRowWidget (line 519) | Widget _captureControlRowWidget() method _cameraTogglesRowWidget (line 581) | Widget _cameraTogglesRowWidget() method onChanged (line 584) | void onChanged(CameraDescription? description) method timestamp (line 619) | String timestamp() method showInSnackBar (line 621) | void showInSnackBar(String message) method onViewFinderTap (line 626) | void onViewFinderTap(TapDownDetails details, BoxConstraints constraints) method onNewCameraSelected (line 641) | Future onNewCameraSelected(CameraDescription cameraDescription) method onTakePictureButtonPressed (line 730) | void onTakePictureButtonPressed() method onFlashModeButtonPressed (line 745) | void onFlashModeButtonPressed() method onExposureModeButtonPressed (line 755) | void onExposureModeButtonPressed() method onFocusModeButtonPressed (line 765) | void onFocusModeButtonPressed() method onAudioModeButtonPressed (line 775) | void onAudioModeButtonPressed() method onCaptureOrientationLockButtonPressed (line 782) | Future onCaptureOrientationLockButtonPressed() method onSetFlashModeButtonPressed (line 800) | void onSetFlashModeButtonPressed(FlashMode mode) method onSetExposureModeButtonPressed (line 809) | void onSetExposureModeButtonPressed(ExposureMode mode) method onSetFocusModeButtonPressed (line 818) | void onSetFocusModeButtonPressed(FocusMode mode) method onVideoRecordButtonPressed (line 827) | void onVideoRecordButtonPressed() method onStopButtonPressed (line 835) | void onStopButtonPressed() method onPausePreviewButtonPressed (line 848) | Future onPausePreviewButtonPressed() method onPauseButtonPressed (line 867) | void onPauseButtonPressed() method onResumeButtonPressed (line 876) | void onResumeButtonPressed() method startVideoRecording (line 885) | Future startVideoRecording() method stopVideoRecording (line 906) | Future stopVideoRecording() method pauseVideoRecording (line 921) | Future pauseVideoRecording() method resumeVideoRecording (line 936) | Future resumeVideoRecording() method setFlashMode (line 951) | Future setFlashMode(FlashMode mode) method setExposureMode (line 964) | Future setExposureMode(ExposureMode mode) method setExposureOffset (line 977) | Future setExposureOffset(double offset) method setFocusMode (line 993) | Future setFocusMode(FocusMode mode) method _startVideoPlayer (line 1006) | Future _startVideoPlayer() method takePicture (line 1037) | Future takePicture() method _showCameraException (line 1058) | void _showCameraException(CameraException e) class CameraApp (line 1065) | class CameraApp extends StatelessWidget { method build (line 1070) | Widget build(BuildContext context) function main (line 1079) | Future main() function _ambiguate (line 1094) | T? _ambiguate(T? value) FILE: packages/camera/camera_avfoundation/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/camera/camera_avfoundation/ios/Classes/CameraProperties.h type FLTFlashModeOff (line 15) | typedef NS_ENUM(NSInteger, FLTFlashMode) { type FLTExposureModeAuto (line 39) | typedef NS_ENUM(NSInteger, FLTExposureMode) { type FLTFocusModeAuto (line 61) | typedef NS_ENUM(NSInteger, FLTFocusMode) { type FLTResolutionPresetVeryLow (line 95) | typedef NS_ENUM(NSInteger, FLTResolutionPreset) { FILE: packages/camera/camera_avfoundation/lib/src/avfoundation_camera.dart class AVFoundationCamera (line 21) | class AVFoundationCamera extends CameraPlatform { method registerWith (line 23) | void registerWith() method _createDeviceEventStreamController (line 54) | StreamController _createDeviceEventStreamController() method _cameraEvents (line 67) | Stream _cameraEvents(int cameraId) method availableCameras (line 72) | Future> availableCameras() method createCamera (line 95) | Future createCamera( method initializeCamera (line 117) | Future initializeCamera( method dispose (line 162) | Future dispose(int cameraId) method onCameraInitialized (line 176) | Stream onCameraInitialized(int cameraId) method onCameraResolutionChanged (line 181) | Stream onCameraResolutionChanged(int cam... method onCameraClosing (line 186) | Stream onCameraClosing(int cameraId) method onCameraError (line 191) | Stream onCameraError(int cameraId) method onVideoRecordedEvent (line 196) | Stream onVideoRecordedEvent(int cameraId) method onDeviceOrientationChanged (line 201) | Stream onDeviceOrientationChanged() method lockCaptureOrientation (line 207) | Future lockCaptureOrientation( method unlockCaptureOrientation (line 221) | Future unlockCaptureOrientation(int cameraId) method takePicture (line 229) | Future takePicture(int cameraId) method prepareForVideoRecording (line 246) | Future prepareForVideoRecording() method startVideoRecording (line 250) | Future startVideoRecording(int cameraId, method startVideoCapturing (line 257) | Future startVideoCapturing(VideoCaptureOptions options) method stopVideoRecording (line 275) | Future stopVideoRecording(int cameraId) method pauseVideoRecording (line 292) | Future pauseVideoRecording(int cameraId) method resumeVideoRecording (line 298) | Future resumeVideoRecording(int cameraId) method onStreamedFrameAvailable (line 305) | Stream onStreamedFrameAvailable(int cameraId, method _createStreamController (line 312) | StreamController _createStreamController( method _onFrameStreamListen (line 322) | void _onFrameStreamListen() method _startPlatformStream (line 326) | Future _startPlatformStream() method _startStreamListener (line 331) | void _startStreamListener() method _onFrameStreamCancel (line 346) | FutureOr _onFrameStreamCancel() method _onFrameStreamPauseResume (line 353) | void _onFrameStreamPauseResume() method setFlashMode (line 359) | Future setFlashMode(int cameraId, FlashMode mode) method setExposureMode (line 369) | Future setExposureMode(int cameraId, ExposureMode mode) method setExposurePoint (line 379) | Future setExposurePoint(int cameraId, Point? point) method getMinExposureOffset (line 395) | Future getMinExposureOffset(int cameraId) method getMaxExposureOffset (line 405) | Future getMaxExposureOffset(int cameraId) method getExposureOffsetStepSize (line 415) | Future getExposureOffsetStepSize(int cameraId) method setExposureOffset (line 425) | Future setExposureOffset(int cameraId, double offset) method setFocusMode (line 438) | Future setFocusMode(int cameraId, FocusMode mode) method setFocusPoint (line 448) | Future setFocusPoint(int cameraId, Point? point) method getMaxZoomLevel (line 464) | Future getMaxZoomLevel(int cameraId) method getMinZoomLevel (line 474) | Future getMinZoomLevel(int cameraId) method setZoomLevel (line 484) | Future setZoomLevel(int cameraId, double zoom) method pausePreview (line 499) | Future pausePreview(int cameraId) method resumePreview (line 507) | Future resumePreview(int cameraId) method buildPreview (line 515) | Widget buildPreview(int cameraId) method _serializeFlashMode (line 520) | String _serializeFlashMode(FlashMode flashMode) method _serializeResolutionPreset (line 541) | String _serializeResolutionPreset(ResolutionPreset resolutionPreset) method _handleDeviceMethodCall (line 566) | Future _handleDeviceMethodCall(MethodCall call) method handleCameraMethodCall (line 583) | Future handleCameraMethodCall(MethodCall call, int cameraId) method _getArgumentDictionary (line 636) | Map _getArgumentDictionary(MethodCall call) FILE: packages/camera/camera_avfoundation/lib/src/type_conversion.dart function cameraImageFromPlatformData (line 13) | CameraImageData cameraImageFromPlatformData(Map data) function _cameraImageFormatFromPlatformData (line 27) | CameraImageFormat _cameraImageFormatFromPlatformData(dynamic data) function _imageFormatGroupFromPlatformData (line 31) | ImageFormatGroup _imageFormatGroupFromPlatformData(dynamic data) function _cameraImagePlaneFromPlatformData (line 43) | CameraImagePlane _cameraImagePlaneFromPlatformData(Map... FILE: packages/camera/camera_avfoundation/lib/src/utils.dart function parseCameraLensDirection (line 9) | CameraLensDirection parseCameraLensDirection(String string) function serializeDeviceOrientation (line 22) | String serializeDeviceOrientation(DeviceOrientation orientation) function deserializeDeviceOrientation (line 43) | DeviceOrientation deserializeDeviceOrientation(String str) FILE: packages/camera/camera_avfoundation/test/avfoundation_camera_test.dart function main (line 20) | void main() function _ambiguate (line 1132) | T? _ambiguate(T? value) FILE: packages/camera/camera_avfoundation/test/method_channel_mock.dart class MethodChannelMock (line 8) | class MethodChannelMock { method _handler (line 24) | Future _handler(MethodCall methodCall) function _ambiguate (line 47) | T? _ambiguate(T? value) FILE: packages/camera/camera_avfoundation/test/type_conversion_test.dart function main (line 13) | void main() FILE: packages/camera/camera_avfoundation/test/utils_test.dart function main (line 10) | void main() FILE: packages/camera/camera_platform_interface/lib/src/events/camera_event.dart class CameraEvent (line 25) | @immutable class CameraInitializedEvent (line 47) | class CameraInitializedEvent extends CameraEvent { method toJson (line 95) | Map toJson() class CameraResolutionChangedEvent (line 131) | class CameraResolutionChangedEvent extends CameraEvent { method toJson (line 158) | Map toJson() class CameraClosingEvent (line 178) | class CameraClosingEvent extends CameraEvent { method toJson (line 190) | Map toJson() class CameraErrorEvent (line 209) | class CameraErrorEvent extends CameraEvent { method toJson (line 227) | Map toJson() class VideoRecordedEvent (line 245) | class VideoRecordedEvent extends CameraEvent { method toJson (line 271) | Map toJson() FILE: packages/camera/camera_platform_interface/lib/src/events/device_event.dart class DeviceEvent (line 23) | @immutable class DeviceOrientationChangedEvent (line 30) | class DeviceOrientationChangedEvent extends DeviceEvent { method toJson (line 45) | Map toJson() FILE: packages/camera/camera_platform_interface/lib/src/method_channel/method_channel_camera.dart class MethodChannelCamera (line 20) | class MethodChannelCamera extends CameraPlatform { method _cameraEvents (line 59) | Stream _cameraEvents(int cameraId) method availableCameras (line 64) | Future> availableCameras() method createCamera (line 87) | Future createCamera( method initializeCamera (line 109) | Future initializeCamera( method dispose (line 154) | Future dispose(int cameraId) method onCameraInitialized (line 168) | Stream onCameraInitialized(int cameraId) method onCameraResolutionChanged (line 173) | Stream onCameraResolutionChanged(int cam... method onCameraClosing (line 178) | Stream onCameraClosing(int cameraId) method onCameraError (line 183) | Stream onCameraError(int cameraId) method onVideoRecordedEvent (line 188) | Stream onVideoRecordedEvent(int cameraId) method onDeviceOrientationChanged (line 193) | Stream onDeviceOrientationChanged() method lockCaptureOrientation (line 199) | Future lockCaptureOrientation( method unlockCaptureOrientation (line 213) | Future unlockCaptureOrientation(int cameraId) method takePicture (line 221) | Future takePicture(int cameraId) method prepareForVideoRecording (line 238) | Future prepareForVideoRecording() method startVideoRecording (line 242) | Future startVideoRecording(int cameraId, method startVideoCapturing (line 249) | Future startVideoCapturing(VideoCaptureOptions options) method stopVideoRecording (line 266) | Future stopVideoRecording(int cameraId) method pauseVideoRecording (line 283) | Future pauseVideoRecording(int cameraId) method resumeVideoRecording (line 289) | Future resumeVideoRecording(int cameraId) method onStreamedFrameAvailable (line 296) | Stream onStreamedFrameAvailable(int cameraId, method _installStreamController (line 302) | StreamController _installStreamController( method _onFrameStreamListen (line 313) | void _onFrameStreamListen() method _startPlatformStream (line 317) | Future _startPlatformStream() method _startStreamListener (line 322) | void _startStreamListener() method _onFrameStreamCancel (line 339) | FutureOr _onFrameStreamCancel() method _onFrameStreamPauseResume (line 346) | void _onFrameStreamPauseResume() method setFlashMode (line 352) | Future setFlashMode(int cameraId, FlashMode mode) method setExposureMode (line 362) | Future setExposureMode(int cameraId, ExposureMode mode) method setExposurePoint (line 372) | Future setExposurePoint(int cameraId, Point? point) method getMinExposureOffset (line 388) | Future getMinExposureOffset(int cameraId) method getMaxExposureOffset (line 398) | Future getMaxExposureOffset(int cameraId) method getExposureOffsetStepSize (line 408) | Future getExposureOffsetStepSize(int cameraId) method setExposureOffset (line 418) | Future setExposureOffset(int cameraId, double offset) method setFocusMode (line 431) | Future setFocusMode(int cameraId, FocusMode mode) method setFocusPoint (line 441) | Future setFocusPoint(int cameraId, Point? point) method getMaxZoomLevel (line 457) | Future getMaxZoomLevel(int cameraId) method getMinZoomLevel (line 467) | Future getMinZoomLevel(int cameraId) method setZoomLevel (line 477) | Future setZoomLevel(int cameraId, double zoom) method pausePreview (line 492) | Future pausePreview(int cameraId) method resumePreview (line 500) | Future resumePreview(int cameraId) method setDescriptionWhileRecording (line 508) | Future setDescriptionWhileRecording( method buildPreview (line 519) | Widget buildPreview(int cameraId) method _serializeFlashMode (line 524) | String _serializeFlashMode(FlashMode flashMode) method _serializeResolutionPreset (line 538) | String _serializeResolutionPreset(ResolutionPreset resolutionPreset) method handleDeviceMethodCall (line 559) | Future handleDeviceMethodCall(MethodCall call) method handleCameraMethodCall (line 576) | Future handleCameraMethodCall(MethodCall call, int cameraId) method _getArgumentDictionary (line 629) | Map _getArgumentDictionary(MethodCall call) FILE: packages/camera/camera_platform_interface/lib/src/method_channel/type_conversion.dart function cameraImageFromPlatformData (line 15) | CameraImageData cameraImageFromPlatformData(Map data) function _cameraImageFormatFromPlatformData (line 29) | CameraImageFormat _cameraImageFormatFromPlatformData(dynamic data) function _imageFormatGroupFromPlatformData (line 33) | ImageFormatGroup _imageFormatGroupFromPlatformData(dynamic data) function _cameraImagePlaneFromPlatformData (line 56) | CameraImagePlane _cameraImagePlaneFromPlatformData(Map... FILE: packages/camera/camera_platform_interface/lib/src/platform_interface/camera_platform.dart class CameraPlatform (line 22) | abstract class CameraPlatform extends PlatformInterface { method availableCameras (line 45) | Future> availableCameras() method createCamera (line 50) | Future createCamera( method initializeCamera (line 64) | Future initializeCamera( method onCameraInitialized (line 72) | Stream onCameraInitialized(int cameraId) method onCameraResolutionChanged (line 78) | Stream onCameraResolutionChanged(int cam... method onCameraClosing (line 83) | Stream onCameraClosing(int cameraId) method onCameraError (line 88) | Stream onCameraError(int cameraId) method onVideoRecordedEvent (line 93) | Stream onVideoRecordedEvent(int cameraId) method onDeviceOrientationChanged (line 101) | Stream onDeviceOrientationChanged() method lockCaptureOrientation (line 107) | Future lockCaptureOrientation( method unlockCaptureOrientation (line 113) | Future unlockCaptureOrientation(int cameraId) method takePicture (line 118) | Future takePicture(int cameraId) method prepareForVideoRecording (line 123) | Future prepareForVideoRecording() method startVideoRecording (line 136) | Future startVideoRecording(int cameraId, {Duration? maxVideoDura... method startVideoCapturing (line 144) | Future startVideoCapturing(VideoCaptureOptions options) method stopVideoRecording (line 150) | Future stopVideoRecording(int cameraId) method pauseVideoRecording (line 155) | Future pauseVideoRecording(int cameraId) method resumeVideoRecording (line 160) | Future resumeVideoRecording(int cameraId) method onStreamedFrameAvailable (line 174) | Stream onStreamedFrameAvailable(int cameraId, method setFlashMode (line 181) | Future setFlashMode(int cameraId, FlashMode mode) method setExposureMode (line 186) | Future setExposureMode(int cameraId, ExposureMode mode) method setExposurePoint (line 194) | Future setExposurePoint(int cameraId, Point? point) method getMinExposureOffset (line 199) | Future getMinExposureOffset(int cameraId) method getMaxExposureOffset (line 204) | Future getMaxExposureOffset(int cameraId) method getExposureOffsetStepSize (line 211) | Future getExposureOffsetStepSize(int cameraId) method setExposureOffset (line 226) | Future setExposureOffset(int cameraId, double offset) method setFocusMode (line 231) | Future setFocusMode(int cameraId, FocusMode mode) method setFocusPoint (line 239) | Future setFocusPoint(int cameraId, Point? point) method getMaxZoomLevel (line 244) | Future getMaxZoomLevel(int cameraId) method getMinZoomLevel (line 249) | Future getMinZoomLevel(int cameraId) method setZoomLevel (line 258) | Future setZoomLevel(int cameraId, double zoom) method pausePreview (line 263) | Future pausePreview(int cameraId) method resumePreview (line 268) | Future resumePreview(int cameraId) method setDescriptionWhileRecording (line 273) | Future setDescriptionWhileRecording(CameraDescription description) method buildPreview (line 279) | Widget buildPreview(int cameraId) method dispose (line 284) | Future dispose(int cameraId) FILE: packages/camera/camera_platform_interface/lib/src/types/camera_description.dart type CameraLensDirection (line 8) | enum CameraLensDirection { class CameraDescription (line 20) | @immutable method toString (line 56) | String toString() FILE: packages/camera/camera_platform_interface/lib/src/types/camera_exception.dart class CameraException (line 6) | class CameraException implements Exception { method toString (line 19) | String toString() FILE: packages/camera/camera_platform_interface/lib/src/types/camera_image_data.dart class CameraImageStreamOptions (line 17) | @immutable class CameraImagePlane (line 24) | @immutable class CameraImageFormat (line 52) | @immutable class CameraImageData (line 82) | @immutable FILE: packages/camera/camera_platform_interface/lib/src/types/exposure_mode.dart type ExposureMode (line 6) | enum ExposureMode { function serializeExposureMode (line 15) | String serializeExposureMode(ExposureMode exposureMode) function deserializeExposureMode (line 25) | ExposureMode deserializeExposureMode(String str) FILE: packages/camera/camera_platform_interface/lib/src/types/flash_mode.dart type FlashMode (line 6) | enum FlashMode { FILE: packages/camera/camera_platform_interface/lib/src/types/focus_mode.dart type FocusMode (line 6) | enum FocusMode { function serializeFocusMode (line 15) | String serializeFocusMode(FocusMode focusMode) function deserializeFocusMode (line 25) | FocusMode deserializeFocusMode(String str) FILE: packages/camera/camera_platform_interface/lib/src/types/image_format_group.dart type ImageFormatGroup (line 6) | enum ImageFormatGroup { function name (line 41) | String name() FILE: packages/camera/camera_platform_interface/lib/src/types/resolution_preset.dart type ResolutionPreset (line 8) | enum ResolutionPreset { FILE: packages/camera/camera_platform_interface/lib/src/types/video_capture_options.dart class VideoCaptureOptions (line 10) | @immutable FILE: packages/camera/camera_platform_interface/lib/src/utils/utils.dart function parseCameraLensDirection (line 10) | CameraLensDirection parseCameraLensDirection(String string) function serializeDeviceOrientation (line 23) | String serializeDeviceOrientation(DeviceOrientation orientation) function deserializeDeviceOrientation (line 37) | DeviceOrientation deserializeDeviceOrientation(String str) FILE: packages/camera/camera_platform_interface/test/camera_platform_interface_test.dart function main (line 10) | void main() class ImplementsCameraPlatform (line 493) | class ImplementsCameraPlatform implements CameraPlatform { method noSuchMethod (line 495) | dynamic noSuchMethod(Invocation invocation) class ExtendsCameraPlatform (line 498) | class ExtendsCameraPlatform extends CameraPlatform {} FILE: packages/camera/camera_platform_interface/test/events/camera_event_test.dart function main (line 8) | void main() FILE: packages/camera/camera_platform_interface/test/events/device_event_test.dart function main (line 9) | void main() FILE: packages/camera/camera_platform_interface/test/method_channel/method_channel_camera_test.dart function main (line 18) | void main() FILE: packages/camera/camera_platform_interface/test/method_channel/type_conversion_test.dart function main (line 14) | void main() FILE: packages/camera/camera_platform_interface/test/types/camera_description_test.dart function main (line 8) | void main() FILE: packages/camera/camera_platform_interface/test/types/camera_exception_test.dart function main (line 8) | void main() FILE: packages/camera/camera_platform_interface/test/types/camera_image_data_test.dart function main (line 13) | void main() FILE: packages/camera/camera_platform_interface/test/types/exposure_mode_test.dart function main (line 9) | void main() FILE: packages/camera/camera_platform_interface/test/types/flash_mode_test.dart function main (line 8) | void main() FILE: packages/camera/camera_platform_interface/test/types/focus_mode_test.dart function main (line 8) | void main() FILE: packages/camera/camera_platform_interface/test/types/image_group_test.dart function main (line 8) | void main() FILE: packages/camera/camera_platform_interface/test/types/resolution_preset_test.dart function main (line 8) | void main() FILE: packages/camera/camera_platform_interface/test/utils/method_channel_mock.dart class MethodChannelMock (line 8) | class MethodChannelMock { method _handler (line 24) | Future _handler(MethodCall methodCall) function _ambiguate (line 47) | T? _ambiguate(T? value) FILE: packages/camera/camera_platform_interface/test/utils/utils_test.dart function main (line 10) | void main() FILE: packages/camera/camera_web/example/integration_test/camera_error_code_test.dart function main (line 13) | void main() FILE: packages/camera/camera_web/example/integration_test/camera_metadata_test.dart function main (line 9) | void main() FILE: packages/camera/camera_web/example/integration_test/camera_options_test.dart function main (line 9) | void main() FILE: packages/camera/camera_web/example/integration_test/camera_service_test.dart function main (line 23) | void main() class JSNoSuchMethodError (line 920) | class JSNoSuchMethodError implements Exception {} FILE: packages/camera/camera_web/example/integration_test/camera_test.dart function main (line 20) | void main() function isVideoTypeSupported (line 978) | bool isVideoTypeSupported(String type) FILE: packages/camera/camera_web/example/integration_test/camera_web_exception_test.dart function main (line 9) | void main() FILE: packages/camera/camera_web/example/integration_test/camera_web_test.dart function main (line 25) | void main() FILE: packages/camera/camera_web/example/integration_test/helpers/mocks.dart class MockWindow (line 18) | class MockWindow extends Mock implements Window {} class MockScreen (line 20) | class MockScreen extends Mock implements Screen {} class MockScreenOrientation (line 22) | class MockScreenOrientation extends Mock implements ScreenOrientation {} class MockDocument (line 24) | class MockDocument extends Mock implements Document {} class MockElement (line 26) | class MockElement extends Mock implements Element {} class MockNavigator (line 28) | class MockNavigator extends Mock implements Navigator {} class MockMediaDevices (line 30) | class MockMediaDevices extends Mock implements MediaDevices {} class MockCameraService (line 32) | class MockCameraService extends Mock implements CameraService {} class MockMediaStreamTrack (line 34) | class MockMediaStreamTrack extends Mock implements MediaStreamTrack {} class MockCamera (line 36) | class MockCamera extends Mock implements Camera {} class MockCameraOptions (line 38) | class MockCameraOptions extends Mock implements CameraOptions {} class MockVideoElement (line 40) | class MockVideoElement extends Mock implements VideoElement {} class MockXFile (line 42) | class MockXFile extends Mock implements XFile {} class MockJsUtil (line 44) | class MockJsUtil extends Mock implements JsUtil {} class MockMediaRecorder (line 46) | class MockMediaRecorder extends Mock implements MediaRecorder {} class FakeMediaStream (line 49) | class FakeMediaStream extends Fake implements MediaStream { method getVideoTracks (line 55) | List getVideoTracks() class FakeMediaDeviceInfo (line 59) | class FakeMediaDeviceInfo extends Fake implements MediaDeviceInfo { class FakeMediaError (line 77) | class FakeMediaError extends Fake implements MediaError { class FakeDomException (line 94) | class FakeDomException extends Fake implements DomException { class FakeElementStream (line 111) | class FakeElementStream extends Fake method listen (line 118) | StreamSubscription listen(void Function(T event)? onData, class FakeBlobEvent (line 130) | class FakeBlobEvent extends Fake implements BlobEvent { class FakeErrorEvent (line 140) | class FakeErrorEvent extends Fake implements ErrorEvent { function getVideoElementWithBlankStream (line 164) | VideoElement getVideoElementWithBlankStream(Size videoSize) FILE: packages/camera/camera_web/example/integration_test/zoom_level_capability_test.dart function main (line 11) | void main() FILE: packages/camera/camera_web/example/lib/main.dart function main (line 7) | void main() class MyApp (line 10) | class MyApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: packages/camera/camera_web/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/camera/camera_web/lib/src/camera.dart function _getViewType (line 16) | String _getViewType(int cameraId) class Camera (line 40) | class Camera { method initialize (line 159) | Future initialize() method play (line 198) | Future play() method pause (line 210) | void pause() method stop (line 215) | void stop() method takePicture (line 235) | Future takePicture() method getVideoSize (line 272) | Size getVideoSize() method setFlashMode (line 305) | void setFlashMode(FlashMode mode) method _setTorchMode (line 331) | void _setTorchMode({required bool enabled}) method getMaxZoomLevel (line 369) | double getMaxZoomLevel() method getMinZoomLevel (line 376) | double getMinZoomLevel() method setZoomLevel (line 383) | void setZoomLevel(double zoom) method getLensDirection (line 409) | CameraLensDirection? getLensDirection() method getViewType (line 432) | String getViewType() method startVideoRecording (line 439) | Future startVideoRecording({Duration? maxVideoDuration}) method _onVideoDataAvailable (line 487) | void _onVideoDataAvailable( method _onVideoRecordingStopped (line 505) | Future _onVideoRecordingStopped( method pauseVideoRecording (line 551) | Future pauseVideoRecording() method resumeVideoRecording (line 561) | Future resumeVideoRecording() method stopVideoRecording (line 571) | Future stopVideoRecording() method dispose (line 583) | Future dispose() method _applyDefaultVideoStyles (line 634) | void _applyDefaultVideoStyles(html.VideoElement element) FILE: packages/camera/camera_web/lib/src/camera_service.dart class CameraService (line 20) | class CameraService { method getMediaStreamForOptions (line 34) | Future getMediaStreamForOptions( method getZoomLevelCapabilityForCamera (line 123) | ZoomLevelCapability getZoomLevelCapabilityForCamera( method getFacingModeForVideoTrack (line 186) | String? getFacingModeForVideoTrack(html.MediaStreamTrack videoTrack) method mapFacingModeToLensDirection (line 260) | CameraLensDirection mapFacingModeToLensDirection(String facingMode) method mapFacingModeToCameraType (line 276) | CameraType mapFacingModeToCameraType(String facingMode) method mapResolutionPresetToSize (line 290) | Size mapResolutionPresetToSize(ResolutionPreset resolutionPreset) method mapDeviceOrientationToOrientationType (line 314) | String mapDeviceOrientationToOrientationType( method mapOrientationTypeToDeviceOrientation (line 330) | DeviceOrientation mapOrientationTypeToDeviceOrientation( FILE: packages/camera/camera_web/lib/src/camera_web.dart class CameraPlugin (line 27) | class CameraPlugin extends CameraPlatform { method registerWith (line 34) | void registerWith(Registrar registrar) method _cameraEvents (line 76) | Stream _cameraEvents(int cameraId) method availableCameras (line 85) | Future> availableCameras() method createCamera (line 200) | Future createCamera( method initializeCamera (line 257) | Future initializeCamera( method onCameraInitialized (line 334) | Stream onCameraInitialized(int cameraId) method onCameraResolutionChanged (line 344) | Stream onCameraResolutionChanged(int cam... method onCameraClosing (line 349) | Stream onCameraClosing(int cameraId) method onCameraError (line 354) | Stream onCameraError(int cameraId) method onVideoRecordedEvent (line 359) | Stream onVideoRecordedEvent(int cameraId) method onDeviceOrientationChanged (line 364) | Stream onDeviceOrientationChanged() method lockCaptureOrientation (line 385) | Future lockCaptureOrientation( method fullScreen (line 402) | dynamic fullScreen() method unlockCaptureOrientation (line 417) | Future unlockCaptureOrientation(int cameraId) method takePicture (line 436) | Future takePicture(int cameraId) method prepareForVideoRecording (line 448) | Future prepareForVideoRecording() method startVideoRecording (line 453) | Future startVideoRecording(int cameraId, {Duration? maxVideoDura... method startVideoCapturing (line 459) | Future startVideoCapturing(VideoCaptureOptions options) method stopVideoRecording (line 490) | Future stopVideoRecording(int cameraId) method pauseVideoRecording (line 505) | Future pauseVideoRecording(int cameraId) method resumeVideoRecording (line 517) | Future resumeVideoRecording(int cameraId) method setFlashMode (line 529) | Future setFlashMode(int cameraId, FlashMode mode) method setExposureMode (line 541) | Future setExposureMode(int cameraId, ExposureMode mode) method setExposurePoint (line 546) | Future setExposurePoint(int cameraId, Point? point) method getMinExposureOffset (line 551) | Future getMinExposureOffset(int cameraId) method getMaxExposureOffset (line 556) | Future getMaxExposureOffset(int cameraId) method getExposureOffsetStepSize (line 561) | Future getExposureOffsetStepSize(int cameraId) method setExposureOffset (line 566) | Future setExposureOffset(int cameraId, double offset) method setFocusMode (line 571) | Future setFocusMode(int cameraId, FocusMode mode) method setFocusPoint (line 576) | Future setFocusPoint(int cameraId, Point? point) method getMaxZoomLevel (line 581) | Future getMaxZoomLevel(int cameraId) method getMinZoomLevel (line 593) | Future getMinZoomLevel(int cameraId) method setZoomLevel (line 605) | Future setZoomLevel(int cameraId, double zoom) method pausePreview (line 619) | Future pausePreview(int cameraId) method resumePreview (line 628) | Future resumePreview(int cameraId) method buildPreview (line 640) | Widget buildPreview(int cameraId) method dispose (line 647) | Future dispose(int cameraId) method _getVideoStreamForDevice (line 665) | Future _getVideoStreamForDevice( method getCamera (line 680) | Camera getCamera(int cameraId) method _addCameraErrorEvent (line 695) | void _addCameraErrorEvent(CameraWebException exception) FILE: packages/camera/camera_web/lib/src/shims/dart_js_util.dart class JsUtil (line 8) | class JsUtil { method hasProperty (line 10) | bool hasProperty(Object o, Object name) method getProperty (line 13) | dynamic getProperty(Object o, Object name) FILE: packages/camera/camera_web/lib/src/shims/dart_ui_fake.dart class platformViewRegistry (line 15) | class platformViewRegistry { method registerViewFactory (line 18) | bool registerViewFactory( class webOnlyAssetManager (line 26) | class webOnlyAssetManager { method getAssetUrl (line 29) | String getAssetUrl(String asset) type VoidCallback (line 33) | typedef VoidCallback = void Function(); FILE: packages/camera/camera_web/lib/src/types/camera_error_code.dart class CameraErrorCode (line 9) | class CameraErrorCode { method toString (line 15) | String toString() method fromMediaError (line 81) | CameraErrorCode fromMediaError(html.MediaError error) FILE: packages/camera/camera_web/lib/src/types/camera_metadata.dart class CameraMetadata (line 9) | @immutable FILE: packages/camera/camera_web/lib/src/types/camera_options.dart class CameraOptions (line 15) | @immutable method toJson (line 32) | Map toJson() class AudioConstraints (line 57) | @immutable method toJson (line 67) | Object toJson() class VideoConstraints (line 84) | @immutable method toJson (line 108) | Object toJson() class CameraType (line 148) | class CameraType { method toString (line 154) | String toString() class FacingModeConstraint (line 166) | @immutable method toJson (line 195) | Object toJson() class VideoSizeConstraint (line 223) | @immutable method toJson (line 244) | Object toJson() FILE: packages/camera/camera_web/lib/src/types/camera_web_exception.dart class CameraWebException (line 13) | class CameraWebException implements Exception { method toString (line 28) | String toString() FILE: packages/camera/camera_web/lib/src/types/media_device_kind.dart class MediaDeviceKind (line 8) | abstract class MediaDeviceKind { FILE: packages/camera/camera_web/lib/src/types/orientation_type.dart class OrientationType (line 10) | abstract class OrientationType { FILE: packages/camera/camera_web/lib/src/types/zoom_level_capability.dart class ZoomLevelCapability (line 11) | @immutable FILE: packages/camera/camera_web/test/more_tests_exist_elsewhere_test.dart function main (line 9) | void main() FILE: packages/camera/camera_windows/example/integration_test/camera_test.dart function main (line 18) | void main() FILE: packages/camera/camera_windows/example/lib/main.dart function main (line 11) | void main() class MyApp (line 16) | class MyApp extends StatefulWidget { method createState (line 21) | State createState() class _MyAppState (line 24) | class _MyAppState extends State { method initState (line 40) | void initState() method dispose (line 47) | void dispose() method _fetchCameras (line 57) | Future _fetchCameras() method _initializeCamera (line 84) | Future _initializeCamera() method _disposeCurrentCamera (line 158) | Future _disposeCurrentCamera() method _buildPreview (line 185) | Widget _buildPreview() method _takePicture (line 189) | Future _takePicture() method _recordTimed (line 194) | Future _recordTimed(int seconds) method _toggleRecord (line 222) | Future _toggleRecord() method _togglePreview (line 246) | Future _togglePreview() method _switchCamera (line 261) | Future _switchCamera() method _onResolutionChange (line 277) | Future _onResolutionChange(ResolutionPreset newValue) method _onAudioChange (line 288) | Future _onAudioChange(bool recordAudio) method _onCameraError (line 299) | void _onCameraError(CameraErrorEvent event) method _onCameraClosing (line 310) | void _onCameraClosing(CameraClosingEvent event) method _showInSnackBar (line 316) | void _showInSnackBar(String message) method build (line 327) | Widget build(BuildContext context) FILE: packages/camera/camera_windows/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/camera/camera_windows/example/windows/runner/flutter_window.cpp function LRESULT (line 44) | LRESULT FILE: packages/camera/camera_windows/example/windows/runner/flutter_window.h function class (line 16) | class FlutterWindow : public Win32Window { FILE: packages/camera/camera_windows/example/windows/runner/main.cpp function wWinMain (line 12) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/camera/camera_windows/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 14) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 28) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 48) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: packages/camera/camera_windows/example/windows/runner/win32_window.cpp function Scale (line 22) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 28) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 45) | class WindowClassRegistrar { method WindowClassRegistrar (line 50) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 66) | WindowClassRegistrar() = default; function wchar_t (line 75) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 134) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 152) | LRESULT function Win32Window (line 206) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 222) | RECT Win32Window::GetClientArea() { function HWND (line 228) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/camera/camera_windows/example/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: packages/camera/camera_windows/lib/camera_windows.dart class CameraWindows (line 14) | class CameraWindows extends CameraPlatform { method registerWith (line 16) | void registerWith() method _cameraEvents (line 39) | Stream _cameraEvents(int cameraId) method availableCameras (line 44) | Future> availableCameras() method createCamera (line 67) | Future createCamera( method initializeCamera (line 92) | Future initializeCamera( method dispose (line 134) | Future dispose(int cameraId) method onCameraInitialized (line 149) | Stream onCameraInitialized(int cameraId) method onCameraResolutionChanged (line 154) | Stream onCameraResolutionChanged(int cam... method onCameraClosing (line 163) | Stream onCameraClosing(int cameraId) method onCameraError (line 168) | Stream onCameraError(int cameraId) method onVideoRecordedEvent (line 173) | Stream onVideoRecordedEvent(int cameraId) method onDeviceOrientationChanged (line 178) | Stream onDeviceOrientationChanged() method lockCaptureOrientation (line 187) | Future lockCaptureOrientation( method unlockCaptureOrientation (line 196) | Future unlockCaptureOrientation(int cameraId) method takePicture (line 202) | Future takePicture(int cameraId) method prepareForVideoRecording (line 213) | Future prepareForVideoRecording() method startVideoRecording (line 217) | Future startVideoRecording(int cameraId, method startVideoCapturing (line 224) | Future startVideoCapturing(VideoCaptureOptions options) method stopVideoRecording (line 240) | Future stopVideoRecording(int cameraId) method pauseVideoRecording (line 252) | Future pauseVideoRecording(int cameraId) method resumeVideoRecording (line 258) | Future resumeVideoRecording(int cameraId) method setFlashMode (line 264) | Future setFlashMode(int cameraId, FlashMode mode) method setExposureMode (line 270) | Future setExposureMode(int cameraId, ExposureMode mode) method setExposurePoint (line 276) | Future setExposurePoint(int cameraId, Point? point) method getMinExposureOffset (line 285) | Future getMinExposureOffset(int cameraId) method getMaxExposureOffset (line 292) | Future getMaxExposureOffset(int cameraId) method getExposureOffsetStepSize (line 299) | Future getExposureOffsetStepSize(int cameraId) method setExposureOffset (line 306) | Future setExposureOffset(int cameraId, double offset) method setFocusMode (line 312) | Future setFocusMode(int cameraId, FocusMode mode) method setFocusPoint (line 318) | Future setFocusPoint(int cameraId, Point? point) method getMinZoomLevel (line 327) | Future getMinZoomLevel(int cameraId) method getMaxZoomLevel (line 334) | Future getMaxZoomLevel(int cameraId) method setZoomLevel (line 341) | Future setZoomLevel(int cameraId, double zoom) method pausePreview (line 347) | Future pausePreview(int cameraId) method resumePreview (line 355) | Future resumePreview(int cameraId) method buildPreview (line 363) | Widget buildPreview(int cameraId) method _serializeResolutionPreset (line 368) | String? _serializeResolutionPreset(ResolutionPreset? resolutionPreset) method handleCameraMethodCall (line 392) | Future handleCameraMethodCall(MethodCall call, int cameraId) method parseCameraLensDirection (line 431) | CameraLensDirection parseCameraLensDirection(String string) FILE: packages/camera/camera_windows/test/camera_windows_test.dart function main (line 13) | void main() FILE: packages/camera/camera_windows/test/utils/method_channel_mock.dart class MethodChannelMock (line 9) | class MethodChannelMock { method _handler (line 30) | Future _handler(MethodCall methodCall) function _ambiguate (line 53) | T? _ambiguate(T? value) FILE: packages/camera/camera_windows/windows/camera.cpp type camera_windows (line 7) | namespace camera_windows { function GetErrorCode (line 24) | std::string GetErrorCode(CameraResult result) { FILE: packages/camera/camera_windows/windows/camera.h function PendingResultType (line 23) | enum class PendingResultType { FILE: packages/camera/camera_windows/windows/camera_plugin.cpp type camera_windows (line 25) | namespace camera_windows { function EncodableValue (line 64) | const EncodableValue* ValueOrNull(const EncodableMap& map, const char*... function GetInt64ValueOrNull (line 74) | std::optional GetInt64ValueOrNull(const EncodableMap& map, function ResolutionPreset (line 92) | ResolutionPreset ParseResolutionPreset(const std::string& resolution_p... function GetDeviceInfo (line 110) | std::unique_ptr GetDeviceInfo(IMFActivate* device) { function GetCurrentTimeString (line 138) | std::string GetCurrentTimeString() { function GetFilePathForPicture (line 162) | std::optional GetFilePathForPicture() { function GetFilePathForVideo (line 177) | std::optional GetFilePathForVideo() { function Camera (line 285) | Camera* CameraPlugin::GetCameraByDeviceId(std::string& device_id) { function Camera (line 294) | Camera* CameraPlugin::GetCameraByCameraId(int64_t camera_id) { FILE: packages/camera/camera_windows/windows/camera_plugin.h function namespace (line 19) | namespace camera_windows { FILE: packages/camera/camera_windows/windows/camera_windows.cpp function CameraWindowsRegisterWithRegistrar (line 11) | void CameraWindowsRegisterWithRegistrar( FILE: packages/camera/camera_windows/windows/capture_controller.cpp type camera_windows (line 21) | namespace camera_windows { function CameraResult (line 25) | CameraResult GetCameraResult(HRESULT hr) { function HRESULT (line 67) | HRESULT CaptureControllerImpl::CreateDefaultAudioCaptureSource() { function HRESULT (line 119) | HRESULT CaptureControllerImpl::CreateVideoCaptureSourceForDevice( function HRESULT (line 149) | HRESULT CaptureControllerImpl::CreateD3DManagerWithDX11Device() { function HRESULT (line 180) | HRESULT CaptureControllerImpl::CreateCaptureEngine() { function FindBestMediaType (line 411) | bool FindBestMediaType(DWORD source_stream_index, IMFCaptureSource* so... function HRESULT (line 468) | HRESULT CaptureControllerImpl::FindBaseMediaTypes() { function HRESULT (line 638) | HRESULT CaptureControllerImpl::StopPreview() { FILE: packages/camera/camera_windows/windows/capture_controller.h type class (line 32) | enum class type class (line 54) | enum class function class (line 57) | class VideoCaptureDeviceEnumerator { function virtual (line 94) | virtual uint32_t GetPreviewWidth() const = 0; FILE: packages/camera/camera_windows/windows/capture_controller_listener.h function CameraResult (line 13) | enum class CameraResult { FILE: packages/camera/camera_windows/windows/capture_device_info.cpp type camera_windows (line 10) | namespace camera_windows { FILE: packages/camera/camera_windows/windows/capture_device_info.h function namespace (line 10) | namespace camera_windows { FILE: packages/camera/camera_windows/windows/capture_engine_listener.cpp type camera_windows (line 11) | namespace camera_windows { function STDMETHODIMP (line 48) | STDMETHODIMP CaptureEngineListener::OnEvent(IMFMediaEvent* event) { function HRESULT (line 56) | HRESULT CaptureEngineListener::OnSample(IMFSample* sample) { FILE: packages/camera/camera_windows/windows/capture_engine_listener.h function class (line 16) | class CaptureEngineObserver { FILE: packages/camera/camera_windows/windows/com_heap_ptr.h function namespace (line 12) | namespace camera_windows { FILE: packages/camera/camera_windows/windows/photo_handler.cpp type camera_windows (line 16) | namespace camera_windows { function HRESULT (line 21) | HRESULT BuildMediaTypeForPhotoCapture(IMFMediaType* src_media_type, function HRESULT (line 52) | HRESULT PhotoHandler::InitPhotoSink(IMFCaptureEngine* capture_engine, function HRESULT (line 119) | HRESULT PhotoHandler::TakePhoto(const std::string& file_path, FILE: packages/camera/camera_windows/windows/photo_handler.h function PhotoState (line 24) | enum class PhotoState { FILE: packages/camera/camera_windows/windows/preview_handler.cpp type camera_windows (line 15) | namespace camera_windows { function HRESULT (line 20) | HRESULT BuildMediaTypeForVideoPreview(IMFMediaType* src_media_type, function HRESULT (line 52) | HRESULT PreviewHandler::InitPreviewSink( function HRESULT (line 116) | HRESULT PreviewHandler::StartPreview(IMFCaptureEngine* capture_engine, function HRESULT (line 133) | HRESULT PreviewHandler::StopPreview(IMFCaptureEngine* capture_engine) { FILE: packages/camera/camera_windows/windows/preview_handler.h function PreviewState (line 25) | enum class PreviewState { FILE: packages/camera/camera_windows/windows/record_handler.cpp type camera_windows (line 14) | namespace camera_windows { function HRESULT (line 19) | HRESULT BuildMediaTypeForVideoCapture(IMFMediaType* src_media_type, function HRESULT (line 47) | HRESULT GetCollectionObject(IMFCollection* pCollection, DWORD index, function HRESULT (line 58) | HRESULT BuildMediaTypeForAudioCapture(IMFMediaType** audio_record_medi... function HRESULT (line 117) | HRESULT RecordHandler::InitRecordSink(IMFCaptureEngine* capture_engine, function HRESULT (line 195) | HRESULT RecordHandler::StartRecord(const std::string& file_path, function HRESULT (line 218) | HRESULT RecordHandler::StopRecord(IMFCaptureEngine* capture_engine) { FILE: packages/camera/camera_windows/windows/record_handler.h type class (line 18) | enum class function RecordState (line 31) | enum class RecordState { kNotStarted, kStarting, kRunning, kStopping }; FILE: packages/camera/camera_windows/windows/string_utils.cpp type camera_windows (line 12) | namespace camera_windows { function Utf8FromUtf16 (line 15) | std::string Utf8FromUtf16(const std::wstring& utf16_string) { function Utf16FromUtf8 (line 38) | std::wstring Utf16FromUtf8(const std::string& utf8_string) { FILE: packages/camera/camera_windows/windows/string_utils.h function namespace (line 12) | namespace camera_windows { FILE: packages/camera/camera_windows/windows/test/camera_plugin_test.cpp type camera_windows (line 21) | namespace camera_windows { type test (line 22) | namespace test { function MockInitCamera (line 33) | void MockInitCamera(MockCamera* camera, bool success) { function TEST (line 68) | TEST(CameraPlugin, AvailableCamerasHandlerSuccessIfNoCameras) { function TEST (line 99) | TEST(CameraPlugin, AvailableCamerasHandlerErrorIfFailsToEnumerateDev... function TEST (line 125) | TEST(CameraPlugin, CreateHandlerCallsInitCamera) { function TEST (line 162) | TEST(CameraPlugin, CreateHandlerErrorOnInvalidDeviceId) { function TEST (line 188) | TEST(CameraPlugin, CreateHandlerErrorOnExistingDeviceId) { function TEST (line 236) | TEST(CameraPlugin, CreateHandlerAllowsRetry) { function TEST (line 294) | TEST(CameraPlugin, InitializeHandlerCallStartPreview) { function TEST (line 362) | TEST(CameraPlugin, InitializeHandlerErrorOnInvalidCameraId) { function TEST (line 408) | TEST(CameraPlugin, TakePictureHandlerCallsTakePictureWithPath) { function TEST (line 476) | TEST(CameraPlugin, TakePictureHandlerErrorOnInvalidCameraId) { function TEST (line 522) | TEST(CameraPlugin, StartVideoRecordingHandlerCallsStartRecordWithPat... function TEST (line 591) | TEST(CameraPlugin, function TEST (line 664) | TEST(CameraPlugin, StartVideoRecordingHandlerErrorOnInvalidCameraId) { function TEST (line 710) | TEST(CameraPlugin, StopVideoRecordingHandlerCallsStopRecord) { function TEST (line 778) | TEST(CameraPlugin, StopVideoRecordingHandlerErrorOnInvalidCameraId) { function TEST (line 824) | TEST(CameraPlugin, ResumePreviewHandlerCallsResumePreview) { function TEST (line 893) | TEST(CameraPlugin, ResumePreviewHandlerErrorOnInvalidCameraId) { function TEST (line 939) | TEST(CameraPlugin, PausePreviewHandlerCallsPausePreview) { function TEST (line 1008) | TEST(CameraPlugin, PausePreviewHandlerErrorOnInvalidCameraId) { FILE: packages/camera/camera_windows/windows/test/camera_test.cpp type camera_windows (line 21) | namespace camera_windows { type test (line 28) | namespace test { function TEST (line 30) | TEST(Camera, InitCameraCreatesCaptureController) { function TEST (line 61) | TEST(Camera, InitCameraReportsFailure) { function TEST (line 92) | TEST(Camera, AddPendingResultReturnsErrorForDuplicates) { function TEST (line 115) | TEST(Camera, OnCreateCaptureEngineSucceededReturnsCameraId) { function TEST (line 134) | TEST(Camera, CreateCaptureEngineReportsError) { function TEST (line 150) | TEST(Camera, CreateCaptureEngineReportsAccessDenied) { function TEST (line 167) | TEST(Camera, OnStartPreviewSucceededReturnsFrameSize) { function TEST (line 189) | TEST(Camera, StartPreviewReportsError) { function TEST (line 205) | TEST(Camera, StartPreviewReportsAccessDenied) { function TEST (line 222) | TEST(Camera, OnPausePreviewSucceededReturnsSuccess) { function TEST (line 236) | TEST(Camera, PausePreviewReportsError) { function TEST (line 252) | TEST(Camera, PausePreviewReportsAccessDenied) { function TEST (line 269) | TEST(Camera, OnResumePreviewSucceededReturnsSuccess) { function TEST (line 284) | TEST(Camera, ResumePreviewReportsError) { function TEST (line 301) | TEST(Camera, OnResumePreviewPermissionFailureReturnsError) { function TEST (line 319) | TEST(Camera, OnStartRecordSucceededReturnsSuccess) { function TEST (line 333) | TEST(Camera, StartRecordReportsError) { function TEST (line 349) | TEST(Camera, StartRecordReportsAccessDenied) { function TEST (line 366) | TEST(Camera, OnStopRecordSucceededReturnsSuccess) { function TEST (line 382) | TEST(Camera, StopRecordReportsError) { function TEST (line 398) | TEST(Camera, StopRecordReportsAccessDenied) { function TEST (line 415) | TEST(Camera, OnTakePictureSucceededReturnsSuccess) { function TEST (line 431) | TEST(Camera, TakePictureReportsError) { function TEST (line 447) | TEST(Camera, TakePictureReportsAccessDenied) { function TEST (line 464) | TEST(Camera, OnVideoRecordSucceededInvokesCameraChannelEvent) { FILE: packages/camera/camera_windows/windows/test/capture_controller_test.cpp type camera_windows (line 23) | namespace camera_windows { type test (line 25) | namespace test { function MockInitCaptureController (line 32) | void MockInitCaptureController(CaptureControllerImpl* capture_contro... function MockAvailableMediaTypes (line 73) | void MockAvailableMediaTypes(MockCaptureEngine* engine, function MockStartPreview (line 122) | void MockStartPreview(CaptureControllerImpl* capture_controller, function MockPhotoSink (line 180) | void MockPhotoSink(MockCaptureEngine* engine, function MockRecordStart (line 195) | void MockRecordStart(CaptureControllerImpl* capture_controller, function TEST (line 220) | TEST(CaptureController, function TEST (line 242) | TEST(CaptureController, InitCaptureEngineCanOnlyBeCalledOnce) { function TEST (line 271) | TEST(CaptureController, InitCaptureEngineReportsFailure) { function TEST (line 313) | TEST(CaptureController, InitCaptureEngineReportsAccessDenied) { function TEST (line 357) | TEST(CaptureController, ReportsInitializedErrorEvent) { function TEST (line 386) | TEST(CaptureController, ReportsInitializedAccessDeniedEvent) { function TEST (line 415) | TEST(CaptureController, ReportsCaptureEngineErrorEvent) { function TEST (line 442) | TEST(CaptureController, ReportsCaptureEngineAccessDeniedEvent) { function TEST (line 469) | TEST(CaptureController, StartPreviewStartsProcessingSamples) { function TEST (line 556) | TEST(CaptureController, ReportsStartPreviewError) { function TEST (line 597) | TEST(CaptureController, IgnoresStartPreviewErrorEvent) { function TEST (line 624) | TEST(CaptureController, ReportsStartPreviewAccessDenied) { function TEST (line 663) | TEST(CaptureController, StartRecordSuccess) { function TEST (line 701) | TEST(CaptureController, ReportsStartRecordError) { function TEST (line 742) | TEST(CaptureController, ReportsStartRecordAccessDenied) { function TEST (line 783) | TEST(CaptureController, ReportsStartRecordErrorEvent) { function TEST (line 848) | TEST(CaptureController, ReportsStartRecordAccessDeniedEvent) { function TEST (line 913) | TEST(CaptureController, StopRecordSuccess) { function TEST (line 958) | TEST(CaptureController, ReportsStopRecordError) { function TEST (line 1002) | TEST(CaptureController, ReportsStopRecordAccessDenied) { function TEST (line 1046) | TEST(CaptureController, ReportsStopRecordErrorEvent) { function TEST (line 1087) | TEST(CaptureController, ReportsStopRecordAccessDeniedEvent) { function TEST (line 1128) | TEST(CaptureController, TakePictureSuccess) { function TEST (line 1170) | TEST(CaptureController, ReportsTakePictureError) { function TEST (line 1212) | TEST(CaptureController, ReportsTakePictureAccessDenied) { function TEST (line 1256) | TEST(CaptureController, ReportsPhotoTakenErrorEvent) { function TEST (line 1301) | TEST(CaptureController, ReportsPhotoTakenAccessDeniedEvent) { function TEST (line 1346) | TEST(CaptureController, PauseResumePreviewSuccess) { function TEST (line 1383) | TEST(CaptureController, PausePreviewFailsIfPreviewNotStarted) { function TEST (line 1410) | TEST(CaptureController, ResumePreviewFailsIfPreviewNotStarted) { FILE: packages/camera/camera_windows/windows/test/mocks.h function namespace (line 22) | namespace camera_windows { FILE: packages/camera/camera_windows/windows/texture_handler.cpp type camera_windows (line 9) | namespace camera_windows { function FlutterDesktopPixelBuffer (line 65) | const FlutterDesktopPixelBuffer* TextureHandler::ConvertPixelBufferFor... FILE: packages/camera/camera_windows/windows/texture_handler.h function namespace (line 14) | namespace camera_windows { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/EspressoFlutter.java class EspressoFlutter (line 39) | public final class EspressoFlutter { method onFlutterWidget (line 59) | public static WidgetInteraction onFlutterWidget(@Nonnull WidgetMatcher... class WidgetInteraction (line 67) | public static final class WidgetInteraction { method WidgetInteraction (line 79) | private WidgetInteraction(Matcher flutterViewMatcher, WidgetMa... method WidgetInteraction (line 86) | private WidgetInteraction( method perform (line 102) | public WidgetInteraction perform(@Nonnull final WidgetAction... widg... method check (line 118) | public WidgetInteraction check(@Nonnull WidgetAssertion assertion) { method performInternal (line 133) | @SuppressWarnings("unchecked") method propagateException (line 163) | private void propagateException(Throwable t) { class ExceptionPropagator (line 171) | static class ExceptionPropagator implements ViewAction { method ExceptionPropagator (line 174) | public ExceptionPropagator(RuntimeException exception) { method ExceptionPropagator (line 178) | public ExceptionPropagator(Throwable t) { method getDescription (line 182) | @Override method perform (line 187) | @Override method getConstraints (line 192) | @SuppressWarnings("unchecked") FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/action/ActionUtil.java class ActionUtil (line 21) | final class ActionUtil { method loopUntilCompletion (line 47) | public static T loopUntilCompletion( class FutureIdlingResource (line 77) | private static class FutureIdlingResource extends FutureTask imp... method FutureIdlingResource (line 83) | public FutureIdlingResource(String taskName, final Future future) { method getName (line 94) | @Override method done (line 99) | @Override method isIdleNow (line 104) | @Override method registerIdleTransitionCallback (line 109) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/action/ClickAction.java class ClickAction (line 32) | public final class ClickAction implements WidgetAction { method ClickAction (line 38) | public ClickAction(@Nonnull ExecutorService executor) { method perform (line 42) | @Override method toString (line 79) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/action/FlutterActions.java class FlutterActions (line 13) | public final class FlutterActions { method FlutterActions (line 18) | private FlutterActions() {} method click (line 32) | public static WidgetAction click() { method syntheticClick (line 46) | public static WidgetAction syntheticClick() { method typeText (line 62) | public static WidgetAction typeText(@Nonnull String stringToBeTyped) { method scrollTo (line 71) | public static WidgetAction scrollTo() { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/action/FlutterScrollToAction.java class FlutterScrollToAction (line 22) | public final class FlutterScrollToAction implements WidgetAction { method perform (line 24) | @Override method toString (line 33) | @Override class ScrollIntoViewAction (line 38) | static class ScrollIntoViewAction extends SyntheticAction { method ScrollIntoViewAction (line 42) | public ScrollIntoViewAction() { method ScrollIntoViewAction (line 46) | public ScrollIntoViewAction(double alignment) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/action/FlutterTypeTextAction.java class FlutterTypeTextAction (line 38) | public final class FlutterTypeTextAction implements WidgetAction { method FlutterTypeTextAction (line 56) | FlutterTypeTextAction(@Nonnull String stringToBeTyped, @Nonnull Execut... method FlutterTypeTextAction (line 69) | FlutterTypeTextAction( method perform (line 76) | @Override method toString (line 143) | @Override class SetTextEntryEmulationAction (line 157) | private static final class SetTextEntryEmulationAction extends Synthet... method SetTextEntryEmulationAction (line 167) | public SetTextEntryEmulationAction(boolean enabled) { method SetTextEntryEmulationAction (line 180) | public SetTextEntryEmulationAction(boolean enabled, long timeOutInMi... FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/action/FlutterViewAction.java class FlutterViewAction (line 50) | @Beta method FlutterViewAction (line 75) | public FlutterViewAction( method getConstraints (line 88) | @Override method getDescription (line 93) | @Override method perform (line 99) | @Override method perform (line 139) | @VisibleForTesting method waitUntilCompleted (line 160) | public T waitUntilCompleted() throws ExecutionException, InterruptedEx... method waitUntilCompleted (line 166) | public T waitUntilCompleted(long timeout, TimeUnit unit) method loopUntilFlutterViewRendered (line 172) | private static void loopUntilFlutterViewRendered(View flutterView, UiC... class FlutterViewRenderedIdlingResource (line 187) | static final class FlutterViewRenderedIdlingResource implements Idling... method FlutterViewRenderedIdlingResource (line 193) | FlutterViewRenderedIdlingResource(View flutterView) { method getName (line 197) | @Override method isIdleNow (line 202) | @SuppressWarnings("deprecation") method registerIdleTransitionCallback (line 220) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/action/SyntheticClickAction.java class SyntheticClickAction (line 24) | @Beta method perform (line 27) | @Override method toString (line 36) | @Override class SyntheticClick (line 41) | static class SyntheticClick extends SyntheticAction { method SyntheticClick (line 43) | public SyntheticClick() { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/action/WaitUntilIdleAction.java class WaitUntilIdleAction (line 17) | public final class WaitUntilIdleAction implements WidgetAction { method perform (line 19) | @Override method toString (line 28) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/action/WidgetCoordinatesCalculator.java class WidgetCoordinatesCalculator (line 17) | final class WidgetCoordinatesCalculator implements CoordinatesProvider { method WidgetCoordinatesCalculator (line 29) | public WidgetCoordinatesCalculator(Rect widgetRectInDp) { method calculateCoordinates (line 33) | @Override method convertDpToPixel (line 56) | private static Rect convertDpToPixel(Rect rectInDp, int densityDpi) { method convertDpToPixel (line 65) | private static float convertDpToPixel(float dp, int densityDpi) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/action/WidgetInfoFetcher.java class WidgetInfoFetcher (line 18) | public final class WidgetInfoFetcher implements FlutterAction { method perform (line 20) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/api/FlutterAction.java type FlutterAction (line 22) | public interface FlutterAction { method perform (line 25) | Future perform( FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/api/FlutterTestingProtocol.java type FlutterTestingProtocol (line 15) | @Beta method connect (line 19) | public Future connect(); method perform (line 41) | Future perform(@Nullable WidgetMatcher widgetMatcher, @Nonnull S... method matchWidget (line 60) | Future matchWidget(@Nonnull WidgetMatcher widgetMatcher); method getLocalRect (line 70) | Future getLocalRect(@Nonnull WidgetMatcher widgetMatcher); method waitUntilIdle (line 73) | Future waitUntilIdle(); method close (line 76) | void close(); FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/api/SyntheticAction.java class SyntheticAction (line 25) | @Beta method SyntheticAction (line 36) | protected SyntheticAction(@Nonnull String actionId) { method SyntheticAction (line 40) | protected SyntheticAction(@Nonnull String actionId, long timeOutInMill... method toString (line 45) | @Override method equals (line 50) | @Override method hashCode (line 62) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/api/WidgetAction.java type WidgetAction (line 20) | @Beta method perform (line 37) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/api/WidgetAssertion.java type WidgetAssertion (line 15) | @Beta method check (line 24) | void check(View flutterView, WidgetInfo widgetInfo); FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/api/WidgetMatcher.java class WidgetMatcher (line 26) | @Beta method WidgetMatcher (line 38) | public WidgetMatcher(@Nonnull String matcherId) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/assertion/FlutterAssertions.java class FlutterAssertions (line 17) | public final class FlutterAssertions { method matches (line 23) | public static WidgetAssertion matches(@Nonnull Matcher wid... class MatchesWidgetAssertion (line 28) | static class MatchesWidgetAssertion implements WidgetAssertion { method MatchesWidgetAssertion (line 32) | private MatchesWidgetAssertion(Matcher widgetMatcher) { method check (line 36) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/assertion/FlutterViewAssertion.java class FlutterViewAssertion (line 24) | public final class FlutterViewAssertion implements ViewAssertion { method FlutterViewAssertion (line 29) | public FlutterViewAssertion(WidgetAssertion assertion, WidgetInfo widg... method check (line 34) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/common/Constants.java class Constants (line 10) | public final class Constants { method Constants (line 13) | private Constants() {} FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/common/Duration.java class Duration (line 18) | public final class Duration { method Duration (line 29) | public Duration(long quantity, TimeUnit unit) { method getQuantity (line 35) | public long getQuantity() { method getUnit (line 40) | public TimeUnit getUnit() { method toMillis (line 45) | public long toMillis() { method plus (line 53) | public Duration plus(@Nullable Duration duration) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/exception/AmbiguousWidgetMatcherException.java class AmbiguousWidgetMatcherException (line 13) | public final class AmbiguousWidgetMatcherException extends RuntimeException method AmbiguousWidgetMatcherException (line 16) | public AmbiguousWidgetMatcherException(String message) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/exception/InvalidFlutterViewException.java class InvalidFlutterViewException (line 10) | public final class InvalidFlutterViewException extends RuntimeException method InvalidFlutterViewException (line 14) | public InvalidFlutterViewException(String message) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/exception/NoMatchingWidgetException.java class NoMatchingWidgetException (line 13) | public final class NoMatchingWidgetException extends RuntimeException im... method NoMatchingWidgetException (line 15) | public NoMatchingWidgetException(String message) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/idgenerator/IdException.java class IdException (line 8) | public final class IdException extends RuntimeException { method IdException (line 12) | public IdException() { method IdException (line 16) | public IdException(String message) { method IdException (line 20) | public IdException(String message, Throwable throwable) { method IdException (line 24) | public IdException(Throwable throwable) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/idgenerator/IdGenerator.java type IdGenerator (line 10) | public interface IdGenerator { method next (line 17) | @CanIgnoreReturnValue FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/idgenerator/IdGenerators.java class IdGenerators (line 13) | public final class IdGenerators { method IdGenerators (line 15) | private IdGenerators() {} method next (line 19) | @Override method newIntegerIdGenerator (line 30) | public static IdGenerator newIntegerIdGenerator(int nextValue) { method newIntegerIdGenerator (line 54) | public static IdGenerator newIntegerIdGenerator() { method randomUuidStringGenerator (line 62) | public static IdGenerator randomUuidStringGenerator() { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/jsonrpc/JsonRpcClient.java class JsonRpcClient (line 35) | public class JsonRpcClient { method JsonRpcClient (line 45) | public JsonRpcClient(OkHttpClient client, URI webSocketUri) { method connect (line 51) | private void connect(OkHttpClient client, URI webSocketUri) { method disconnect (line 58) | public void disconnect() { method request (line 74) | public ListenableFuture request(JsonRpcRequest reques... class WebSocketListenerImpl (line 107) | private class WebSocketListenerImpl extends WebSocketListener { method onMessage (line 108) | @Override method onClosing (line 130) | @Override method onFailure (line 139) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/jsonrpc/message/ErrorObject.java class ErrorObject (line 15) | public class ErrorObject { method ErrorObject (line 20) | public ErrorObject(int code, String message) { method ErrorObject (line 24) | public ErrorObject(int code, String message, JsonObject data) { method getCode (line 31) | public int getCode() { method getMessage (line 36) | public String getMessage() { method getData (line 41) | public JsonObject getData() { method equals (line 45) | @Override method hashCode (line 57) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/jsonrpc/message/JsonRpcRequest.java class JsonRpcRequest (line 23) | public final class JsonRpcRequest { method fromJson (line 51) | public static JsonRpcRequest fromJson(String jsonString) { method JsonRpcRequest (line 65) | private JsonRpcRequest(String method) { method JsonRpcRequest (line 75) | private JsonRpcRequest(@Nullable String id, String method) { method getVersion (line 86) | public String getVersion() { method getId (line 95) | public String getId() { method getMethod (line 104) | public String getMethod() { method getParams (line 109) | public JsonObject getParams() { method toJson (line 118) | public String toJson() { method toString (line 127) | @Override method equals (line 132) | @Override method hashCode (line 144) | @Override class Builder (line 153) | public static class Builder { method Builder (line 165) | public Builder() {} method Builder (line 172) | public Builder(String method) { method setId (line 177) | public Builder setId(@Nullable String id) { method setMethod (line 183) | public Builder setMethod(String method) { method setParams (line 189) | public Builder setParams(JsonObject params) { method addParam (line 195) | public Builder addParam(String tag, String value) { method addParam (line 201) | public Builder addParam(String tag, int value) { method addParam (line 207) | public Builder addParam(String tag, boolean value) { method build (line 213) | public JsonRpcRequest build() { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/jsonrpc/message/JsonRpcResponse.java class JsonRpcResponse (line 22) | public final class JsonRpcResponse { method fromJson (line 49) | public static JsonRpcResponse fromJson(String jsonString) { method JsonRpcResponse (line 62) | public JsonRpcResponse(String id) { method getVersion (line 72) | public String getVersion() { method getId (line 77) | public String getId() { method setId (line 86) | public void setId(String id) { method getResult (line 91) | public JsonObject getResult() { method setResult (line 100) | public void setResult(JsonObject result) { method getError (line 105) | public ErrorObject getError() { method setError (line 114) | public void setError(ErrorObject error) { method toJson (line 123) | public String toJson() { method toString (line 132) | @Override method equals (line 137) | @Override method hashCode (line 149) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/DartVmService.java class DartVmService (line 48) | public final class DartVmService implements FlutterTestingProtocol { method DartVmService (line 86) | public DartVmService( method connect (line 114) | @Override method perform (line 120) | @Override method matchWidget (line 147) | @Override method getLocalRect (line 163) | @Override method waitUntilIdle (line 206) | @Override method close (line 216) | @Override method getIsolateInfo (line 224) | public ListenableFuture getIsolateInfo() { method getVmInfo (line 234) | public ListenableFuture getVmInfo() { method getNextMessageId (line 248) | private String getNextMessageId() { method getActionRequest (line 253) | private JsonRpcRequest getActionRequest(WidgetMatcher widgetMatcher, S... method constructParams (line 263) | private static JsonObject constructParams( method merge (line 278) | private static JsonObject merge(@Nullable JsonObject obj1, @Nullable J... method mergeTo (line 285) | private static void mergeTo(JsonObject obj, @Nullable JsonObject toBeM... class IsDartVmServiceReady (line 294) | static class IsDartVmServiceReady implements Runnable { method IsDartVmServiceReady (line 305) | IsDartVmServiceReady(String isolateId, DartVmService dartVmService) { method run (line 310) | @Override method waitForTestingApiRegistered (line 319) | @VisibleForTesting method isTestingApiRegistered (line 350) | @VisibleForTesting FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/DartVmServiceUtil.java class DartVmServiceUtil (line 20) | public final class DartVmServiceUtil { method getServiceProtocolUri (line 29) | public static URI getServiceProtocolUri(String observatoryUrl) { method getDartIsolateId (line 62) | public static String getDartIsolateId(View flutterView) { method getDartExecutor (line 74) | @SuppressWarnings("deprecation") FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/FlutterProtocolException.java class FlutterProtocolException (line 8) | public final class FlutterProtocolException extends RuntimeException { method FlutterProtocolException (line 10) | public FlutterProtocolException(String message) { method FlutterProtocolException (line 14) | public FlutterProtocolException(Throwable t) { method FlutterProtocolException (line 18) | public FlutterProtocolException(String message, Throwable t) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/GetOffsetAction.java class GetOffsetAction (line 14) | final class GetOffsetAction extends SyntheticAction { type OffsetType (line 17) | public enum OffsetType { method OffsetType (line 23) | private OffsetType(String type) { method toString (line 29) | @Override method fromString (line 34) | public static OffsetType fromString(String typeString) { method GetOffsetAction (line 54) | public GetOffsetAction(OffsetType type) { method GetOffsetAction (line 65) | public GetOffsetAction(OffsetType type, long timeOutInMillis) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/GetOffsetResponse.java class GetOffsetResponse (line 19) | final class GetOffsetResponse { method GetOffsetResponse (line 27) | private GetOffsetResponse() {} method fromJsonRpcResponse (line 35) | public static GetOffsetResponse fromJsonRpcResponse(JsonRpcResponse js... method isError (line 57) | public boolean isError() { method getType (line 62) | public OffsetType getType() { method getX (line 67) | public float getX() { method getY (line 80) | public float getY() { method toString (line 92) | @Override class Coordinates (line 97) | static class Coordinates { method Coordinates (line 102) | Coordinates() {} method Coordinates (line 104) | Coordinates(float dx, float dy) { class Builder (line 110) | static class Builder { method Builder (line 115) | public Builder() {} method setIsError (line 117) | public Builder setIsError(boolean isError) { method setCoordinates (line 122) | public Builder setCoordinates(float dx, float dy) { method setType (line 127) | public Builder setType(OffsetType type) { method build (line 132) | public GetOffsetResponse build() { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/GetVmResponse.java class GetVmResponse (line 21) | public class GetVmResponse { method GetVmResponse (line 27) | private GetVmResponse() {} method fromJsonRpcResponse (line 35) | public static GetVmResponse fromJsonRpcResponse(JsonRpcResponse jsonRp... method getIsolateNum (line 55) | public int getIsolateNum() { method getIsolate (line 60) | public Isolate getIsolate(int index) { method toString (line 73) | @Override class Isolate (line 79) | static class Isolate { method Isolate (line 85) | Isolate() {} method Isolate (line 87) | Isolate(String id, boolean runnable) { method getId (line 93) | public String getId() { method isRunnable (line 101) | public boolean isRunnable() { method getExtensionRpcList (line 106) | public List getExtensionRpcList() { method equals (line 110) | @Override method hashCode (line 122) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/GetWidgetDiagnosticsAction.java class GetWidgetDiagnosticsAction (line 11) | final class GetWidgetDiagnosticsAction extends SyntheticAction { method GetWidgetDiagnosticsAction (line 24) | GetWidgetDiagnosticsAction() { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/GetWidgetDiagnosticsResponse.java class GetWidgetDiagnosticsResponse (line 21) | final class GetWidgetDiagnosticsResponse { method GetWidgetDiagnosticsResponse (line 32) | private GetWidgetDiagnosticsResponse() {} method fromJsonRpcResponse (line 41) | public static GetWidgetDiagnosticsResponse fromJsonRpcResponse(JsonRpc... method isError (line 61) | public boolean isError() { method getRuntimeType (line 66) | public String getRuntimeType() { method getPropertyByName (line 80) | public WidgetProperty getPropertyByName(String propertyName) { method getDescription (line 93) | public String getDescription() { method isHasChildren (line 105) | public boolean isHasChildren() { method toString (line 113) | @Override class DiagnosticNodeInfo (line 119) | static class DiagnosticNodeInfo { method getPropertyByName (line 129) | WidgetProperty getPropertyByName(String propertyName) { class WidgetProperty (line 145) | static class WidgetProperty { method WidgetProperty (line 150) | @VisibleForTesting method getName (line 158) | public String getName() { method getValue (line 163) | public String getValue() { method getDescription (line 168) | public String getDescription() { method equals (line 172) | @Override method hashCode (line 184) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/NoPendingFrameCondition.java class NoPendingFrameCondition (line 10) | class NoPendingFrameCondition extends WaitCondition { method NoPendingFrameCondition (line 12) | public NoPendingFrameCondition() { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/NoPendingPlatformMessagesCondition.java class NoPendingPlatformMessagesCondition (line 11) | class NoPendingPlatformMessagesCondition extends WaitCondition { method NoPendingPlatformMessagesCondition (line 13) | public NoPendingPlatformMessagesCondition() { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/NoTransientCallbacksCondition.java class NoTransientCallbacksCondition (line 8) | class NoTransientCallbacksCondition extends WaitCondition { method NoTransientCallbacksCondition (line 10) | public NoTransientCallbacksCondition() { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/WaitCondition.java class WaitCondition (line 10) | abstract class WaitCondition { method WaitCondition (line 15) | public WaitCondition(String conditionName) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/WaitForConditionAction.java class WaitForConditionAction (line 16) | final class WaitForConditionAction extends SyntheticAction { method WaitForConditionAction (line 29) | public WaitForConditionAction(WaitCondition... waitConditions) { FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/internal/protocol/impl/WidgetInfoFactory.java class WidgetInfoFactory (line 14) | final class WidgetInfoFactory { type WidgetRuntimeType (line 18) | private enum WidgetRuntimeType { method WidgetRuntimeType (line 23) | private WidgetRuntimeType(String typeString) { method toString (line 29) | @Override method getType (line 34) | public static WidgetRuntimeType getType(String typeString) { method createWidgetInfo (line 52) | public static WidgetInfo createWidgetInfo(GetWidgetDiagnosticsResponse... FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/matcher/FlutterMatchers.java class FlutterMatchers (line 17) | public final class FlutterMatchers { method isFlutterView (line 23) | public static Matcher isFlutterView() { method withTooltip (line 32) | public static WidgetMatcher withTooltip(@Nonnull String tooltip) { method withValueKey (line 41) | public static WidgetMatcher withValueKey(@Nonnull String valueKey) { method withType (line 55) | public static WidgetMatcher withType(@Nonnull String type) { method withText (line 64) | public static WidgetMatcher withText(@Nonnull String text) { method isDescendantOf (line 74) | public static WidgetMatcher isDescendantOf( method isExisting (line 86) | public static Matcher isExisting() { class IsFlutterViewMatcher (line 90) | static final class IsFlutterViewMatcher extends TypeSafeMatcher { method IsFlutterViewMatcher (line 92) | private IsFlutterViewMatcher() {} method describeTo (line 94) | @Override method matchesSafely (line 99) | @SuppressWarnings("deprecation") FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/matcher/IsDescendantOfMatcher.java class IsDescendantOfMatcher (line 19) | public final class IsDescendantOfMatcher extends WidgetMatcher { method IsDescendantOfMatcher (line 37) | IsDescendantOfMatcher( method getAncestorMatcher (line 47) | public WidgetMatcher getAncestorMatcher() { method getWidgetMatcher (line 52) | public WidgetMatcher getWidgetMatcher() { method toString (line 56) | @Override method matchesSafely (line 61) | @Override method describeTo (line 67) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/matcher/IsExistingMatcher.java class IsExistingMatcher (line 12) | public final class IsExistingMatcher extends TypeSafeMatcher { method IsExistingMatcher (line 15) | IsExistingMatcher() {} method toString (line 17) | @Override method matchesSafely (line 22) | @Override method describeTo (line 27) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/matcher/WithTextMatcher.java class WithTextMatcher (line 16) | public final class WithTextMatcher extends WidgetMatcher { method WithTextMatcher (line 25) | WithTextMatcher(@Nonnull String text) { method getText (line 31) | public String getText() { method toString (line 35) | @Override method matchesSafely (line 40) | @Override method describeTo (line 45) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/matcher/WithTooltipMatcher.java class WithTooltipMatcher (line 17) | public final class WithTooltipMatcher extends WidgetMatcher { method WithTooltipMatcher (line 28) | public WithTooltipMatcher(@Nonnull String tooltip) { method getTooltip (line 34) | public String getTooltip() { method toString (line 38) | @Override method matchesSafely (line 43) | @Override method describeTo (line 48) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/matcher/WithTypeMatcher.java class WithTypeMatcher (line 16) | public final class WithTypeMatcher extends WidgetMatcher { method WithTypeMatcher (line 25) | public WithTypeMatcher(@Nonnull String type) { method getType (line 31) | public String getType() { method toString (line 35) | @Override method matchesSafely (line 40) | @Override method describeTo (line 45) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/matcher/WithValueKeyMatcher.java class WithValueKeyMatcher (line 17) | public final class WithValueKeyMatcher extends WidgetMatcher { method WithValueKeyMatcher (line 30) | public WithValueKeyMatcher(@Nonnull String valueKey) { method getValueKey (line 36) | public String getValueKey() { method toString (line 40) | @Override method matchesSafely (line 45) | @Override method describeTo (line 50) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/model/WidgetInfo.java class WidgetInfo (line 25) | @Beta method WidgetInfo (line 37) | WidgetInfo( method getValueKey (line 49) | @Nullable method getType (line 55) | @Nonnull method getText (line 61) | @Nullable method getTooltip (line 69) | @Nullable method equals (line 74) | @Override method hashCode (line 87) | @Override method toString (line 92) | @Override FILE: packages/espresso/android/src/main/java/androidx/test/espresso/flutter/model/WidgetInfoBuilder.java class WidgetInfoBuilder (line 18) | public class WidgetInfoBuilder { method WidgetInfoBuilder (line 26) | public WidgetInfoBuilder() {} method WidgetInfoBuilder (line 33) | public WidgetInfoBuilder(@Nonnull String runtimeType) { method setValueKey (line 42) | public WidgetInfoBuilder setValueKey(@Nullable String valueKey) { method setRuntimeType (line 52) | public WidgetInfoBuilder setRuntimeType(@Nonnull String runtimeType) { method setText (line 62) | public WidgetInfoBuilder setText(@Nullable String text) { method setTooltip (line 72) | public WidgetInfoBuilder setTooltip(@Nullable String tooltip) { method build (line 78) | public WidgetInfo build() { FILE: packages/espresso/android/src/main/java/com/example/espresso/EspressoPlugin.java class EspressoPlugin (line 15) | public class EspressoPlugin implements FlutterPlugin, MethodCallHandler { method onAttachedToEngine (line 16) | @Override method registerWith (line 32) | @SuppressWarnings("deprecation") method onMethodCall (line 38) | @Override method onDetachedFromEngine (line 47) | @Override FILE: packages/espresso/example/android/app/src/androidTest/java/com/example/MainActivityTest.java class MainActivityTest (line 26) | @RunWith(AndroidJUnit4.class) method setUp (line 29) | @Before method performTripleClick (line 34) | @Test method performClick (line 42) | @Test method performSyntheticClick (line 49) | @Test method performTwiceSyntheticClicks (line 57) | @Test method isIncrementButtonExists (line 65) | @Test method isAppBarExists (line 71) | @Test FILE: packages/espresso/example/android/app/src/main/java/com/example/espresso_example/MainActivity.java class MainActivity (line 11) | public class MainActivity extends FlutterActivity { method configureFlutterEngine (line 12) | @Override FILE: packages/espresso/example/lib/main.dart function main (line 7) | void main() class MyApp (line 10) | class MyApp extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) class _MyHomePage (line 36) | class _MyHomePage extends StatefulWidget { method createState (line 51) | State<_MyHomePage> createState() class _MyHomePageState (line 54) | class _MyHomePageState extends State<_MyHomePage> { method _incrementCounter (line 57) | void _incrementCounter() method build (line 69) | Widget build(BuildContext context) FILE: packages/espresso/example/test_driver/example.dart function main (line 8) | void main() FILE: packages/file_selector/file_selector/example/lib/get_directory_page.dart class GetDirectoryPage (line 10) | class GetDirectoryPage extends StatelessWidget { method _getDirectoryPath (line 16) | Future _getDirectoryPath(BuildContext context) method build (line 34) | Widget build(BuildContext context) class TextDisplay (line 64) | class TextDisplay extends StatelessWidget { method build (line 72) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector/example/lib/home_page.dart class HomePage (line 8) | class HomePage extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector/example/lib/main.dart function main (line 14) | void main() class MyApp (line 19) | class MyApp extends StatelessWidget { method build (line 24) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector/example/lib/open_image_page.dart class OpenImagePage (line 12) | class OpenImagePage extends StatelessWidget { method _openImageFile (line 16) | Future _openImageFile(BuildContext context) method build (line 41) | Widget build(BuildContext context) class ImageDisplay (line 69) | class ImageDisplay extends StatelessWidget { method build (line 81) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector/example/lib/open_multiple_images_page.dart class OpenMultipleImagesPage (line 12) | class OpenMultipleImagesPage extends StatelessWidget { method _openImageFile (line 16) | Future _openImageFile(BuildContext context) method build (line 44) | Widget build(BuildContext context) class MultipleImagesDisplay (line 72) | class MultipleImagesDisplay extends StatelessWidget { method build (line 80) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector/example/lib/open_text_page.dart class OpenTextPage (line 10) | class OpenTextPage extends StatelessWidget { method _openTextFile (line 14) | Future _openTextFile(BuildContext context) method build (line 44) | Widget build(BuildContext context) class TextDisplay (line 72) | class TextDisplay extends StatelessWidget { method build (line 84) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector/example/lib/readme_standalone_excerpts.dart function main (line 17) | void main() class MyApp (line 21) | class MyApp extends StatefulWidget { method createState (line 25) | State createState() class _MyAppState (line 28) | class _MyAppState extends State { method build (line 30) | Widget build(BuildContext context) method saveFile (line 41) | Future saveFile() method directoryPath (line 58) | Future directoryPath() FILE: packages/file_selector/file_selector/example/lib/save_text_page.dart class SaveTextPage (line 15) | class SaveTextPage extends StatelessWidget { method _saveFile (line 24) | Future _saveFile() method build (line 50) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector/example/linux/main.cc function main (line 7) | int main(int argc, char** argv) { FILE: packages/file_selector/file_selector/example/linux/my_application.cc type _MyApplication (line 14) | struct _MyApplication { function my_application_activate (line 22) | static void my_application_activate(GApplication* application) { function gboolean (line 71) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 92) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 98) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 105) | static void my_application_init(MyApplication* self) {} function MyApplication (line 107) | MyApplication* my_application_new() { FILE: packages/file_selector/file_selector/example/windows/runner/flutter_window.cpp function LRESULT (line 44) | LRESULT FILE: packages/file_selector/file_selector/example/windows/runner/flutter_window.h function class (line 16) | class FlutterWindow : public Win32Window { FILE: packages/file_selector/file_selector/example/windows/runner/main.cpp function wWinMain (line 12) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/file_selector/file_selector/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 14) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 28) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 48) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: packages/file_selector/file_selector/example/windows/runner/win32_window.cpp function Scale (line 22) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 28) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 45) | class WindowClassRegistrar { method WindowClassRegistrar (line 50) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 66) | WindowClassRegistrar() = default; function wchar_t (line 75) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 134) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 152) | LRESULT function Win32Window (line 206) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 222) | RECT Win32Window::GetClientArea() { function HWND (line 228) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/file_selector/file_selector/example/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: packages/file_selector/file_selector/lib/file_selector.dart function openFile (line 32) | Future openFile({ function openFiles (line 63) | Future> openFiles({ function getSavePath (line 95) | Future getSavePath({ function getDirectoryPath (line 119) | Future getDirectoryPath({ FILE: packages/file_selector/file_selector/test/file_selector_test.dart function main (line 10) | void main() class FakeFileSelector (line 263) | class FakeFileSelector extends Fake method setExpectations (line 275) | void setExpectations({ method setFileResponse (line 288) | void setFileResponse(List files) method setPathResponse (line 293) | void setPathResponse(String path) method openFile (line 298) | Future openFile({ method openFiles (line 310) | Future> openFiles({ method getSavePath (line 322) | Future getSavePath({ method getDirectoryPath (line 336) | Future getDirectoryPath({ FILE: packages/file_selector/file_selector_ios/example/lib/home_page.dart class HomePage (line 8) | class HomePage extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_ios/example/lib/main.dart function main (line 12) | void main() class MyApp (line 17) | class MyApp extends StatelessWidget { method build (line 22) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_ios/example/lib/open_image_page.dart class OpenImagePage (line 13) | class OpenImagePage extends StatelessWidget { method _openImageFile (line 17) | Future _openImageFile(BuildContext context) method build (line 41) | Widget build(BuildContext context) class ImageDisplay (line 69) | class ImageDisplay extends StatelessWidget { method build (line 81) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_ios/example/lib/open_multiple_images_page.dart class OpenMultipleImagesPage (line 13) | class OpenMultipleImagesPage extends StatelessWidget { method _openImageFile (line 17) | Future _openImageFile(BuildContext context) method build (line 46) | Widget build(BuildContext context) class MultipleImagesDisplay (line 74) | class MultipleImagesDisplay extends StatelessWidget { method build (line 82) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_ios/example/lib/open_text_page.dart class OpenTextPage (line 10) | class OpenTextPage extends StatelessWidget { method _openTextFile (line 14) | Future _openTextFile(BuildContext context) method build (line 38) | Widget build(BuildContext context) class TextDisplay (line 66) | class TextDisplay extends StatelessWidget { method build (line 78) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_ios/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/file_selector/file_selector_ios/lib/file_selector_ios.dart class FileSelectorIOS (line 10) | class FileSelectorIOS extends FileSelectorPlatform { method registerWith (line 14) | void registerWith() method openFile (line 19) | Future openFile({ method openFiles (line 32) | Future> openFiles({ method _allowedUtiListFromTypeGroups (line 46) | List _allowedUtiListFromTypeGroups(List? typeGroups) FILE: packages/file_selector/file_selector_ios/lib/src/messages.g.dart class FileSelectorConfig (line 13) | class FileSelectorConfig { method encode (line 22) | Object encode() method decode (line 29) | FileSelectorConfig decode(Object message) class _FileSelectorApiCodec (line 38) | class _FileSelectorApiCodec extends StandardMessageCodec { method writeValue (line 41) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 51) | Object? readValueOfType(int type, ReadBuffer buffer) class FileSelectorApi (line 62) | class FileSelectorApi { method openFile (line 73) | Future> openFile(FileSelectorConfig arg_config) FILE: packages/file_selector/file_selector_ios/pigeons/messages.dart class FileSelectorConfig (line 7) | @ConfigurePigeon(PigeonOptions( class FileSelectorApi (line 24) | @HostApi(dartHostTestHandler: 'TestFileSelectorApi') method openFile (line 28) | List openFile(FileSelectorConfig config) FILE: packages/file_selector/file_selector_ios/test/file_selector_ios_test.dart function main (line 17) | void main() FILE: packages/file_selector/file_selector_ios/test/file_selector_ios_test.mocks.dart class MockTestFileSelectorApi (line 27) | class MockTestFileSelectorApi extends _i1.Mock method openFile (line 34) | _i3.Future> openFile(_i4.FileSelectorConfig? config) FILE: packages/file_selector/file_selector_ios/test/test_api.g.dart class _TestFileSelectorApiCodec (line 19) | class _TestFileSelectorApiCodec extends StandardMessageCodec { method writeValue (line 22) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 32) | Object? readValueOfType(int type, ReadBuffer buffer) class TestFileSelectorApi (line 43) | abstract class TestFileSelectorApi { method openFile (line 46) | Future> openFile(FileSelectorConfig config) method setup (line 47) | void setup(TestFileSelectorApi? api, FILE: packages/file_selector/file_selector_linux/example/lib/get_directory_page.dart class GetDirectoryPage (line 10) | class GetDirectoryPage extends StatelessWidget { method _getDirectoryPath (line 14) | Future _getDirectoryPath(BuildContext context) method build (line 33) | Widget build(BuildContext context) class TextDisplay (line 61) | class TextDisplay extends StatelessWidget { method build (line 69) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_linux/example/lib/get_multiple_directories_page.dart class GetMultipleDirectoriesPage (line 10) | class GetMultipleDirectoriesPage extends StatelessWidget { method _getDirectoryPaths (line 14) | Future _getDirectoryPaths(BuildContext context) method build (line 34) | Widget build(BuildContext context) class TextDisplay (line 63) | class TextDisplay extends StatelessWidget { method build (line 71) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_linux/example/lib/home_page.dart class HomePage (line 8) | class HomePage extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_linux/example/lib/main.dart function main (line 15) | void main() class MyApp (line 20) | class MyApp extends StatelessWidget { method build (line 25) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_linux/example/lib/open_image_page.dart class OpenImagePage (line 13) | class OpenImagePage extends StatelessWidget { method _openImageFile (line 17) | Future _openImageFile(BuildContext context) method build (line 40) | Widget build(BuildContext context) class ImageDisplay (line 68) | class ImageDisplay extends StatelessWidget { method build (line 80) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_linux/example/lib/open_multiple_images_page.dart class OpenMultipleImagesPage (line 13) | class OpenMultipleImagesPage extends StatelessWidget { method _openImageFile (line 17) | Future _openImageFile(BuildContext context) method build (line 44) | Widget build(BuildContext context) class MultipleImagesDisplay (line 72) | class MultipleImagesDisplay extends StatelessWidget { method build (line 80) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_linux/example/lib/open_text_page.dart class OpenTextPage (line 10) | class OpenTextPage extends StatelessWidget { method _openTextFile (line 14) | Future _openTextFile(BuildContext context) method build (line 37) | Widget build(BuildContext context) class TextDisplay (line 65) | class TextDisplay extends StatelessWidget { method build (line 77) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_linux/example/lib/save_text_page.dart class SaveTextPage (line 11) | class SaveTextPage extends StatelessWidget { method _saveFile (line 18) | Future _saveFile() method build (line 36) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_linux/example/linux/main.cc function main (line 7) | int main(int argc, char** argv) { FILE: packages/file_selector/file_selector_linux/example/linux/my_application.cc type _MyApplication (line 14) | struct _MyApplication { function my_application_activate (line 22) | static void my_application_activate(GApplication* application) { function gboolean (line 71) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 92) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 98) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 105) | static void my_application_init(MyApplication* self) {} function MyApplication (line 107) | MyApplication* my_application_new() { FILE: packages/file_selector/file_selector_linux/lib/file_selector_linux.dart class FileSelectorLinux (line 27) | class FileSelectorLinux extends FileSelectorPlatform { method registerWith (line 33) | void registerWith() method openFile (line 38) | Future openFile({ method openFiles (line 59) | Future> openFiles({ method getSavePath (line 80) | Future getSavePath({ method getDirectoryPath (line 101) | Future getDirectoryPath({ method getDirectoryPaths (line 114) | Future> getDirectoryPaths({ function _serializeTypeGroups (line 128) | List> _serializeTypeGroups(List? groups) function _serializeTypeGroup (line 132) | Map _serializeTypeGroup(XTypeGroup group) FILE: packages/file_selector/file_selector_linux/linux/file_selector_plugin.cc type _FlFileSelectorPlugin (line 33) | struct _FlFileSelectorPlugin { function GtkFileFilter (line 45) | static GtkFileFilter* type_group_to_filter(FlValue* value) { function GtkFileChooserNative (line 76) | static GtkFileChooserNative* create_dialog( function GtkFileChooserNative (line 125) | GtkFileChooserNative* create_dialog_for_method(GtkWindow* window, function FlMethodResponse (line 142) | static FlMethodResponse* show_dialog(FlFileSelectorPlugin* self, function method_call_cb (line 187) | static void method_call_cb(FlMethodChannel* channel, FlMethodCall* metho... function fl_file_selector_plugin_dispose (line 209) | static void fl_file_selector_plugin_dispose(GObject* object) { function fl_file_selector_plugin_class_init (line 218) | static void fl_file_selector_plugin_class_init( function fl_file_selector_plugin_init (line 223) | static void fl_file_selector_plugin_init(FlFileSelectorPlugin* self) {} function FlFileSelectorPlugin (line 225) | FlFileSelectorPlugin* fl_file_selector_plugin_new( function file_selector_plugin_register_with_registrar (line 242) | void file_selector_plugin_register_with_registrar( FILE: packages/file_selector/file_selector_linux/linux/test/file_selector_plugin_test.cc function TEST (line 21) | TEST(FileSelectorPlugin, TestOpenSimple) { function TEST (line 34) | TEST(FileSelectorPlugin, TestOpenMultiple) { function TEST (line 48) | TEST(FileSelectorPlugin, TestOpenWithFilter) { function TEST (line 124) | TEST(FileSelectorPlugin, TestSaveSimple) { function TEST (line 137) | TEST(FileSelectorPlugin, TestSaveWithArguments) { function TEST (line 160) | TEST(FileSelectorPlugin, TestGetDirectory) { function TEST (line 173) | TEST(FileSelectorPlugin, TestGetMultipleDirectories) { FILE: packages/file_selector/file_selector_linux/linux/test/test_main.cc function main (line 8) | int main(int argc, char** argv) { FILE: packages/file_selector/file_selector_linux/test/file_selector_linux_test.dart function main (line 10) | void main() function expectMethodCall (line 425) | void expectMethodCall( function _ambiguate (line 437) | T? _ambiguate(T? value) FILE: packages/file_selector/file_selector_macos/example/lib/get_directory_page.dart class GetDirectoryPage (line 10) | class GetDirectoryPage extends StatelessWidget { method _getDirectoryPath (line 14) | Future _getDirectoryPath(BuildContext context) method build (line 33) | Widget build(BuildContext context) class TextDisplay (line 61) | class TextDisplay extends StatelessWidget { method build (line 69) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_macos/example/lib/home_page.dart class HomePage (line 8) | class HomePage extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_macos/example/lib/main.dart function main (line 14) | void main() class MyApp (line 19) | class MyApp extends StatelessWidget { method build (line 24) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_macos/example/lib/open_image_page.dart class OpenImagePage (line 13) | class OpenImagePage extends StatelessWidget { method _openImageFile (line 17) | Future _openImageFile(BuildContext context) method build (line 40) | Widget build(BuildContext context) class ImageDisplay (line 68) | class ImageDisplay extends StatelessWidget { method build (line 80) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_macos/example/lib/open_multiple_images_page.dart class OpenMultipleImagesPage (line 13) | class OpenMultipleImagesPage extends StatelessWidget { method _openImageFile (line 17) | Future _openImageFile(BuildContext context) method build (line 44) | Widget build(BuildContext context) class MultipleImagesDisplay (line 72) | class MultipleImagesDisplay extends StatelessWidget { method build (line 80) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_macos/example/lib/open_text_page.dart class OpenTextPage (line 10) | class OpenTextPage extends StatelessWidget { method _openTextFile (line 14) | Future _openTextFile(BuildContext context) method build (line 37) | Widget build(BuildContext context) class TextDisplay (line 65) | class TextDisplay extends StatelessWidget { method build (line 77) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_macos/example/lib/save_text_page.dart class SaveTextPage (line 11) | class SaveTextPage extends StatelessWidget { method _saveFile (line 18) | Future _saveFile() method build (line 36) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_macos/lib/file_selector_macos.dart class FileSelectorMacOS (line 10) | class FileSelectorMacOS extends FileSelectorPlatform { method registerWith (line 14) | void registerWith() method openFile (line 19) | Future openFile({ method openFiles (line 38) | Future> openFiles({ method getSavePath (line 57) | Future getSavePath({ method getDirectoryPath (line 72) | Future getDirectoryPath({ method _allowedTypesFromTypeGroups (line 90) | AllowedTypes? _allowedTypesFromTypeGroups(List? typeGroups) FILE: packages/file_selector/file_selector_macos/lib/src/messages.g.dart class AllowedTypes (line 14) | class AllowedTypes { method encode (line 27) | Object encode() method decode (line 35) | AllowedTypes decode(Object result) class SavePanelOptions (line 49) | class SavePanelOptions { method encode (line 65) | Object encode() method decode (line 74) | SavePanelOptions decode(Object result) class OpenPanelOptions (line 90) | class OpenPanelOptions { method encode (line 106) | Object encode() method decode (line 115) | OpenPanelOptions decode(Object result) class _FileSelectorApiCodec (line 126) | class _FileSelectorApiCodec extends StandardMessageCodec { method writeValue (line 129) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 145) | Object? readValueOfType(int type, ReadBuffer buffer) class FileSelectorApi (line 162) | class FileSelectorApi { method displayOpenPanel (line 176) | Future> displayOpenPanel(OpenPanelOptions arg_options) method displaySavePanel (line 206) | Future displaySavePanel(SavePanelOptions arg_options) FILE: packages/file_selector/file_selector_macos/pigeons/messages.dart class AllowedTypes (line 6) | @ConfigurePigeon(PigeonOptions( class SavePanelOptions (line 34) | class SavePanelOptions { class OpenPanelOptions (line 50) | class OpenPanelOptions extends SavePanelOptions { class FileSelectorApi (line 67) | @HostApi(dartHostTestHandler: 'TestFileSelectorApi') method displayOpenPanel (line 77) | List displayOpenPanel(OpenPanelOptions options) method displaySavePanel (line 83) | String? displaySavePanel(SavePanelOptions options) FILE: packages/file_selector/file_selector_macos/test/file_selector_macos_test.dart function main (line 16) | void main() FILE: packages/file_selector/file_selector_macos/test/file_selector_macos_test.mocks.dart class MockTestFileSelectorApi (line 27) | class MockTestFileSelectorApi extends _i1.Mock method displayOpenPanel (line 34) | _i3.Future> displayOpenPanel(_i4.OpenPanelOptions? options) method displaySavePanel (line 43) | _i3.Future displaySavePanel(_i4.SavePanelOptions? options) FILE: packages/file_selector/file_selector_macos/test/messages_test.g.dart class _TestFileSelectorApiCodec (line 16) | class _TestFileSelectorApiCodec extends StandardMessageCodec { method writeValue (line 19) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 35) | Object? readValueOfType(int type, ReadBuffer buffer) class TestFileSelectorApi (line 52) | abstract class TestFileSelectorApi { method displayOpenPanel (line 59) | Future> displayOpenPanel(OpenPanelOptions options) method displaySavePanel (line 64) | Future displaySavePanel(SavePanelOptions options) method setup (line 66) | void setup(TestFileSelectorApi? api, FILE: packages/file_selector/file_selector_platform_interface/lib/src/method_channel/method_channel_file_selector.dart class MethodChannelFileSelector (line 14) | class MethodChannelFileSelector extends FileSelectorPlatform { method openFile (line 20) | Future openFile({ method openFiles (line 40) | Future> openFiles({ method getSavePath (line 60) | Future getSavePath({ method getDirectoryPath (line 80) | Future getDirectoryPath({ method getDirectoryPaths (line 94) | Future> getDirectoryPaths( FILE: packages/file_selector/file_selector_platform_interface/lib/src/platform_interface/file_selector_interface.dart class FileSelectorPlatform (line 19) | abstract class FileSelectorPlatform extends PlatformInterface { method openFile (line 41) | Future openFile({ method openFiles (line 50) | Future> openFiles({ method getSavePath (line 60) | Future getSavePath({ method getDirectoryPath (line 71) | Future getDirectoryPath({ method getDirectoryPaths (line 79) | Future> getDirectoryPaths({ FILE: packages/file_selector/file_selector_platform_interface/lib/src/types/x_type_group/x_type_group.dart class XTypeGroup (line 7) | @immutable method toJSON (line 45) | Map toJSON() method _removeLeadingDots (line 66) | List? _removeLeadingDots(List? exts) FILE: packages/file_selector/file_selector_platform_interface/lib/src/web_helpers/web_helpers.dart function createAnchorElement (line 8) | AnchorElement createAnchorElement(String href, String? suggestedName) function addElementToContainerAndClick (line 21) | void addElementToContainerAndClick(Element container, Element element) function ensureInitialized (line 29) | Element ensureInitialized(String id) FILE: packages/file_selector/file_selector_platform_interface/test/file_selector_platform_interface_test.dart function main (line 9) | void main() class ExtendsFileSelectorPlatform (line 34) | class ExtendsFileSelectorPlatform extends FileSelectorPlatform {} FILE: packages/file_selector/file_selector_platform_interface/test/method_channel_file_selector_test.dart function main (line 10) | void main() function expectMethodCall (line 275) | void expectMethodCall( function _ambiguate (line 287) | T? _ambiguate(T? value) FILE: packages/file_selector/file_selector_platform_interface/test/x_type_group_test.dart function main (line 8) | void main() FILE: packages/file_selector/file_selector_web/example/integration_test/dom_helper_test.dart function main (line 12) | void main() function createFileList (line 18) | FileList? createFileList(List files) function setFilesAndTriggerChange (line 24) | void setFilesAndTriggerChange(List files) FILE: packages/file_selector/file_selector_web/example/integration_test/file_selector_web_test.dart function main (line 14) | void main() class MockDomHelper (line 91) | class MockDomHelper implements DomHelper { method getFiles (line 105) | Future> getFiles({ function createXFile (line 118) | XFile createXFile(String content, String name) FILE: packages/file_selector/file_selector_web/example/lib/main.dart function main (line 7) | void main() class MyApp (line 12) | class MyApp extends StatefulWidget { method createState (line 17) | State createState() class _MyAppState (line 20) | class _MyAppState extends State { method build (line 22) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_web/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/file_selector/file_selector_web/lib/file_selector_web.dart class FileSelectorWeb (line 17) | class FileSelectorWeb extends FileSelectorPlatform { method registerWith (line 27) | void registerWith(Registrar registrar) method openFile (line 32) | Future openFile({ method openFiles (line 43) | Future> openFiles({ method getSavePath (line 55) | Future getSavePath({ method getDirectoryPath (line 64) | Future getDirectoryPath({ method _openFiles (line 70) | Future> _openFiles({ FILE: packages/file_selector/file_selector_web/lib/src/dom_helper.dart class DomHelper (line 13) | class DomHelper { method getFiles (line 23) | Future> getFiles({ method _convertFileToXFile (line 60) | XFile _convertFileToXFile(File file) FILE: packages/file_selector/file_selector_web/lib/src/utils.dart function acceptedTypesToString (line 8) | String acceptedTypesToString(List? acceptedTypes) function _validateTypeGroup (line 33) | void _validateTypeGroup(XTypeGroup group) function _normalizeExtension (line 46) | String _normalizeExtension(String ext) FILE: packages/file_selector/file_selector_web/test/more_tests_exist_elsewhere_test.dart function main (line 9) | void main() FILE: packages/file_selector/file_selector_web/test/utils_test.dart function main (line 9) | void main() FILE: packages/file_selector/file_selector_windows/example/lib/get_directory_page.dart class GetDirectoryPage (line 10) | class GetDirectoryPage extends StatelessWidget { method _getDirectoryPath (line 14) | Future _getDirectoryPath(BuildContext context) method build (line 33) | Widget build(BuildContext context) class TextDisplay (line 61) | class TextDisplay extends StatelessWidget { method build (line 69) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_windows/example/lib/home_page.dart class HomePage (line 8) | class HomePage extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_windows/example/lib/main.dart function main (line 14) | void main() class MyApp (line 19) | class MyApp extends StatelessWidget { method build (line 24) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_windows/example/lib/open_image_page.dart class OpenImagePage (line 13) | class OpenImagePage extends StatelessWidget { method _openImageFile (line 17) | Future _openImageFile(BuildContext context) method build (line 40) | Widget build(BuildContext context) class ImageDisplay (line 68) | class ImageDisplay extends StatelessWidget { method build (line 80) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_windows/example/lib/open_multiple_images_page.dart class OpenMultipleImagesPage (line 13) | class OpenMultipleImagesPage extends StatelessWidget { method _openImageFile (line 17) | Future _openImageFile(BuildContext context) method build (line 44) | Widget build(BuildContext context) class MultipleImagesDisplay (line 72) | class MultipleImagesDisplay extends StatelessWidget { method build (line 80) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_windows/example/lib/open_text_page.dart class OpenTextPage (line 10) | class OpenTextPage extends StatelessWidget { method _openTextFile (line 14) | Future _openTextFile(BuildContext context) method build (line 37) | Widget build(BuildContext context) class TextDisplay (line 65) | class TextDisplay extends StatelessWidget { method build (line 77) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_windows/example/lib/save_text_page.dart class SaveTextPage (line 11) | class SaveTextPage extends StatelessWidget { method _saveFile (line 18) | Future _saveFile() method build (line 36) | Widget build(BuildContext context) FILE: packages/file_selector/file_selector_windows/example/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: packages/file_selector/file_selector_windows/example/windows/runner/flutter_window.h function class (line 15) | class FlutterWindow : public Win32Window { FILE: packages/file_selector/file_selector_windows/example/windows/runner/main.cpp function wWinMain (line 11) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/file_selector/file_selector_windows/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 13) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 27) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 47) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: packages/file_selector/file_selector_windows/example/windows/runner/win32_window.cpp function Scale (line 21) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 27) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 44) | class WindowClassRegistrar { method WindowClassRegistrar (line 49) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 65) | WindowClassRegistrar() = default; function wchar_t (line 74) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 151) | LRESULT function Win32Window (line 205) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 221) | RECT Win32Window::GetClientArea() { function HWND (line 227) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/file_selector/file_selector_windows/example/windows/runner/win32_window.h type Size (line 24) | struct Size { FILE: packages/file_selector/file_selector_windows/lib/file_selector_windows.dart class FileSelectorWindows (line 10) | class FileSelectorWindows extends FileSelectorPlatform { method registerWith (line 14) | void registerWith() method openFile (line 19) | Future openFile({ method openFiles (line 36) | Future> openFiles({ method getSavePath (line 53) | Future getSavePath({ method getDirectoryPath (line 72) | Future getDirectoryPath({ function _typeGroupsFromXTypeGroups (line 88) | List _typeGroupsFromXTypeGroups(List? xtypes) FILE: packages/file_selector/file_selector_windows/lib/src/messages.g.dart class TypeGroup (line 13) | class TypeGroup { method encode (line 22) | Object encode() method decode (line 29) | TypeGroup decode(Object message) class SelectionOptions (line 38) | class SelectionOptions { method encode (line 49) | Object encode() method decode (line 57) | SelectionOptions decode(Object message) class _FileSelectorApiCodec (line 68) | class _FileSelectorApiCodec extends StandardMessageCodec { method writeValue (line 71) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 84) | Object? readValueOfType(int type, ReadBuffer buffer) class FileSelectorApi (line 98) | class FileSelectorApi { method showOpenDialog (line 109) | Future> showOpenDialog(SelectionOptions arg_options, method showSaveDialog (line 140) | Future> showSaveDialog( FILE: packages/file_selector/file_selector_windows/pigeons/messages.dart class TypeGroup (line 7) | @ConfigurePigeon(PigeonOptions( class SelectionOptions (line 25) | class SelectionOptions { class FileSelectorApi (line 40) | @HostApi(dartHostTestHandler: 'TestFileSelectorApi') method showOpenDialog (line 42) | List showOpenDialog( method showSaveDialog (line 47) | List showSaveDialog( FILE: packages/file_selector/file_selector_windows/test/file_selector_windows_test.dart function main (line 17) | void main() function _typeGroupListsMatch (line 306) | bool _typeGroupListsMatch(List a, List b) function _typeGroupsMatch (line 322) | bool _typeGroupsMatch(TypeGroup? a, TypeGroup? b) FILE: packages/file_selector/file_selector_windows/test/file_selector_windows_test.mocks.dart class MockTestFileSelectorApi (line 23) | class MockTestFileSelectorApi extends _i1.Mock method showOpenDialog (line 30) | List showOpenDialog(_i3.SelectionOptions? options, method showSaveDialog (line 37) | List showSaveDialog( FILE: packages/file_selector/file_selector_windows/test/test_api.g.dart class _TestFileSelectorApiCodec (line 17) | class _TestFileSelectorApiCodec extends StandardMessageCodec { method writeValue (line 20) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 33) | Object? readValueOfType(int type, ReadBuffer buffer) class TestFileSelectorApi (line 47) | abstract class TestFileSelectorApi { method showOpenDialog (line 50) | List showOpenDialog(SelectionOptions options, method showSaveDialog (line 52) | List showSaveDialog( method setup (line 57) | void setup(TestFileSelectorApi? api, FILE: packages/file_selector/file_selector_windows/windows/file_dialog_controller.cpp type file_selector_windows (line 13) | namespace file_selector_windows { function HRESULT (line 20) | HRESULT FileDialogController::SetFolder(IShellItem* folder) { function HRESULT (line 24) | HRESULT FileDialogController::SetFileName(const wchar_t* name) { function HRESULT (line 28) | HRESULT FileDialogController::SetFileTypes(UINT count, function HRESULT (line 33) | HRESULT FileDialogController::SetOkButtonLabel(const wchar_t* text) { function HRESULT (line 37) | HRESULT FileDialogController::GetOptions( function HRESULT (line 42) | HRESULT FileDialogController::SetOptions(FILEOPENDIALOGOPTIONS options) { function HRESULT (line 46) | HRESULT FileDialogController::Show(HWND parent) { function HRESULT (line 50) | HRESULT FileDialogController::GetResult(IShellItem** out_item) const { function HRESULT (line 54) | HRESULT FileDialogController::GetResults(IShellItemArray** out_items) ... FILE: packages/file_selector/file_selector_windows/windows/file_dialog_controller.h function namespace (line 16) | namespace file_selector_windows { FILE: packages/file_selector/file_selector_windows/windows/file_selector_plugin.cpp type file_selector_windows (line 28) | namespace file_selector_windows { type DialogMode (line 37) | enum class DialogMode { open, save } function GetPathForShellItem (line 41) | std::string GetPathForShellItem(IShellItem* shell_item) { class DefaultFileDialogControllerFactory (line 56) | class DefaultFileDialogControllerFactory : public FileDialogController... method DefaultFileDialogControllerFactory (line 58) | DefaultFileDialogControllerFactory() {} method DefaultFileDialogControllerFactory (line 62) | DefaultFileDialogControllerFactory( method DefaultFileDialogControllerFactory (line 64) | DefaultFileDialogControllerFactory& operator=( method CreateController (line 67) | std::unique_ptr CreateController( class DialogWrapper (line 76) | class DialogWrapper { method DialogWrapper (line 78) | explicit DialogWrapper(const FileDialogControllerFactory& dialog_fac... method SetFolder (line 89) | void SetFolder(std::string_view path) { method SetFileName (line 101) | void SetFileName(std::string_view name) { method SetOkButtonLabel (line 107) | void SetOkButtonLabel(std::string_view label) { method AddOptions (line 113) | void AddOptions(FILEOPENDIALOGOPTIONS new_options) { method SetFileTypeFilters (line 127) | void SetFileTypeFilters(const EncodableList& filters) { method Show (line 162) | std::optional Show(HWND parent_window) { method HRESULT (line 197) | HRESULT last_result() { return last_result_; } function ShowDialog (line 208) | ErrorOr ShowDialog( function HWND (line 259) | HWND GetRootWindow(flutter::FlutterView* view) { FILE: packages/file_selector/file_selector_windows/windows/file_selector_plugin.h function namespace (line 15) | namespace file_selector_windows { FILE: packages/file_selector/file_selector_windows/windows/file_selector_windows.cpp function FileSelectorWindowsRegisterWithRegistrar (line 10) | void FileSelectorWindowsRegisterWithRegistrar( FILE: packages/file_selector/file_selector_windows/windows/messages.g.cpp type file_selector_windows (line 20) | namespace file_selector_windows { FILE: packages/file_selector/file_selector_windows/windows/messages.g.h function namespace (line 18) | namespace file_selector_windows { function has_error (line 49) | bool has_error() const { return std::holds_alternative(v_); } function FlutterError (line 51) | const FlutterError& error() const { return std::get(v_); }; FILE: packages/file_selector/file_selector_windows/windows/string_utils.cpp type file_selector_windows (line 12) | namespace file_selector_windows { function Utf8FromUtf16 (line 15) | std::string Utf8FromUtf16(std::wstring_view utf16_string) { function Utf16FromUtf8 (line 38) | std::wstring Utf16FromUtf8(std::string_view utf8_string) { FILE: packages/file_selector/file_selector_windows/windows/string_utils.h function namespace (line 11) | namespace file_selector_windows { FILE: packages/file_selector/file_selector_windows/windows/test/file_selector_plugin_test.cpp type file_selector_windows (line 24) | namespace file_selector_windows { type test (line 25) | namespace test { type AllowMultipleArg (line 37) | struct AllowMultipleArg { method AllowMultipleArg (line 39) | AllowMultipleArg(bool val) : value(val) {} type SelectFoldersArg (line 41) | struct SelectFoldersArg { method SelectFoldersArg (line 43) | SelectFoldersArg(bool val) : value(val) {} function SelectionOptions (line 45) | SelectionOptions CreateOptions(AllowMultipleArg allow_multiple, function TypeGroup (line 54) | TypeGroup CreateTypeGroup(std::string_view label, function TEST (line 64) | TEST(FileSelectorPlugin, TestOpenSimple) { function TEST (line 103) | TEST(FileSelectorPlugin, TestOpenWithArguments) { function TEST (line 145) | TEST(FileSelectorPlugin, TestOpenMultiple) { function TEST (line 191) | TEST(FileSelectorPlugin, TestOpenWithFilter) { function TEST (line 254) | TEST(FileSelectorPlugin, TestOpenCancel) { function TEST (line 279) | TEST(FileSelectorPlugin, TestSaveSimple) { function TEST (line 315) | TEST(FileSelectorPlugin, TestSaveWithArguments) { function TEST (line 357) | TEST(FileSelectorPlugin, TestSaveCancel) { function TEST (line 382) | TEST(FileSelectorPlugin, TestGetDirectorySimple) { function TEST (line 423) | TEST(FileSelectorPlugin, TestGetDirectoryCancel) { FILE: packages/file_selector/file_selector_windows/windows/test/test_file_dialog_controller.cpp type file_selector_windows (line 12) | namespace file_selector_windows { type test (line 13) | namespace test { function HRESULT (line 23) | HRESULT TestFileDialogController::SetFolder(IShellItem* folder) { function HRESULT (line 34) | HRESULT TestFileDialogController::SetFileTypes(UINT count, function HRESULT (line 44) | HRESULT TestFileDialogController::SetOkButtonLabel(const wchar_t* te... function HRESULT (line 49) | HRESULT TestFileDialogController::Show(HWND parent) { function HRESULT (line 57) | HRESULT TestFileDialogController::GetResult(IShellItem** out_item) c... function HRESULT (line 63) | HRESULT TestFileDialogController::GetResults( FILE: packages/file_selector/file_selector_windows/windows/test/test_file_dialog_controller.h function namespace (line 21) | namespace file_selector_windows { FILE: packages/file_selector/file_selector_windows/windows/test/test_main.cpp function main (line 7) | int main(int argc, char** argv) { FILE: packages/file_selector/file_selector_windows/windows/test/test_utils.cpp type file_selector_windows (line 11) | namespace file_selector_windows { type test (line 12) | namespace test { function CreateTempFile (line 17) | std::wstring CreateTempFile() { FILE: packages/file_selector/file_selector_windows/windows/test/test_utils.h function namespace (line 23) | namespace file_selector_windows { FILE: packages/flutter_plugin_android_lifecycle/android/src/main/java/io/flutter/embedding/engine/plugins/lifecycle/FlutterLifecycleAdapter.java class FlutterLifecycleAdapter (line 12) | public class FlutterLifecycleAdapter { method getActivityLifecycle (line 21) | @NonNull FILE: packages/flutter_plugin_android_lifecycle/android/src/main/java/io/flutter/plugins/flutter_plugin_android_lifecycle/FlutterAndroidLifecyclePlugin.java class FlutterAndroidLifecyclePlugin (line 16) | public class FlutterAndroidLifecyclePlugin implements FlutterPlugin { method registerWith (line 17) | @SuppressWarnings("deprecation") method onAttachedToEngine (line 22) | @Override method onDetachedFromEngine (line 27) | @Override FILE: packages/flutter_plugin_android_lifecycle/android/src/test/java/io/flutter/embedding/engine/plugins/lifecycle/FlutterLifecycleAdapterTest.java class FlutterLifecycleAdapterTest (line 19) | public class FlutterLifecycleAdapterTest { method setUp (line 22) | @Before method getActivityLifecycle (line 27) | @Test class TestActivityPluginBinding (line 36) | private static final class TestActivityPluginBinding implements Activi... method TestActivityPluginBinding (line 39) | TestActivityPluginBinding(Lifecycle lifecycle) { method getLifecycle (line 43) | @NonNull method getActivity (line 48) | @Override method addRequestPermissionsResultListener (line 53) | @Override method removeRequestPermissionsResultListener (line 57) | @Override method addActivityResultListener (line 61) | @Override method removeActivityResultListener (line 65) | @Override method addOnNewIntentListener (line 69) | @Override method removeOnNewIntentListener (line 72) | @Override method addOnUserLeaveHintListener (line 75) | @Override method removeOnUserLeaveHintListener (line 79) | @Override method addOnSaveStateListener (line 83) | @Override method removeOnSaveStateListener (line 87) | @Override FILE: packages/flutter_plugin_android_lifecycle/example/android/app/src/androidTest/java/io/flutter/plugins/flutter_plugin_android_lifecycle/MainActivityTest.java class MainActivityTest (line 13) | @DartIntegrationTest FILE: packages/flutter_plugin_android_lifecycle/example/android/app/src/main/java/io/flutter/plugins/flutter_plugin_android_lifecycle_example/MainActivity.java class MainActivity (line 17) | public class MainActivity extends FlutterActivity { method configureFlutterEngine (line 20) | @Override class TestPlugin (line 26) | private static class TestPlugin implements FlutterPlugin, ActivityAware { method onAttachedToEngine (line 28) | @Override method onDetachedFromEngine (line 31) | @Override method onAttachedToActivity (line 34) | @Override method onDetachedFromActivity (line 50) | @Override method onDetachedFromActivityForConfigChanges (line 53) | @Override method onReattachedToActivityForConfigChanges (line 56) | @Override FILE: packages/flutter_plugin_android_lifecycle/example/integration_test/flutter_plugin_android_lifecycle_test.dart function main (line 9) | void main() FILE: packages/flutter_plugin_android_lifecycle/example/lib/main.dart function main (line 7) | void main() class MyApp (line 10) | class MyApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter/example/android/app/src/androidTest/java/io/flutter/plugins/googlemapsexample/MainActivityTest.java class MainActivityTest (line 14) | @DartIntegrationTest FILE: packages/google_maps_flutter/google_maps_flutter/example/android/app/src/debug/java/io/flutter/plugins/googlemapsexample/GoogleMapsTestActivity.java class GoogleMapsTestActivity (line 12) | public class GoogleMapsTestActivity extends FlutterActivity { method configureFlutterEngine (line 15) | @Override FILE: packages/google_maps_flutter/google_maps_flutter/example/integration_test/google_maps_test.dart function main (line 21) | void main() function waitForValueMatchingPredicate (line 34) | Future waitForValueMatchingPredicate(WidgetTester tester, class _DebugTileProvider (line 1166) | class _DebugTileProvider implements TileProvider { method getTile (line 1183) | Future getTile(int x, int y, int? zoom) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/animate_camera.dart class AnimateCameraPage (line 12) | class AnimateCameraPage extends GoogleMapExampleAppPage { method build (line 17) | Widget build(BuildContext context) class AnimateCamera (line 22) | class AnimateCamera extends StatefulWidget { method createState (line 25) | State createState() class AnimateCameraState (line 28) | class AnimateCameraState extends State { method _onMapCreated (line 32) | void _onMapCreated(GoogleMapController controller) method build (line 37) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/lite_mode.dart class LiteModePage (line 14) | class LiteModePage extends GoogleMapExampleAppPage { method build (line 19) | Widget build(BuildContext context) class _LiteModeBody (line 24) | class _LiteModeBody extends StatelessWidget { method build (line 28) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/main.dart class MapsDemo (line 45) | class MapsDemo extends StatelessWidget { method _pushPage (line 49) | void _pushPage(BuildContext context, GoogleMapExampleAppPage page) method build (line 58) | Widget build(BuildContext context) function main (line 73) | void main() FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/map_click.dart class MapClickPage (line 14) | class MapClickPage extends GoogleMapExampleAppPage { method build (line 19) | Widget build(BuildContext context) class _MapClickBody (line 24) | class _MapClickBody extends StatefulWidget { method createState (line 28) | State createState() class _MapClickBodyState (line 31) | class _MapClickBodyState extends State<_MapClickBody> { method build (line 39) | Widget build(BuildContext context) method onMapCreated (line 98) | Future onMapCreated(GoogleMapController controller) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/map_coordinates.dart class MapCoordinatesPage (line 14) | class MapCoordinatesPage extends GoogleMapExampleAppPage { method build (line 19) | Widget build(BuildContext context) class _MapCoordinatesBody (line 24) | class _MapCoordinatesBody extends StatefulWidget { method createState (line 28) | State createState() class _MapCoordinatesBodyState (line 31) | class _MapCoordinatesBodyState extends State<_MapCoordinatesBody> { method build (line 41) | Widget build(BuildContext context) method onMapCreated (line 84) | Future onMapCreated(GoogleMapController controller) method _updateVisibleRegion (line 92) | Future _updateVisibleRegion() FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/map_ui.dart class MapUiPage (line 18) | class MapUiPage extends GoogleMapExampleAppPage { method build (line 23) | Widget build(BuildContext context) class MapUiBody (line 28) | class MapUiBody extends StatefulWidget { method createState (line 32) | State createState() class MapUiBodyState (line 35) | class MapUiBodyState extends State { method initState (line 64) | void initState() method dispose (line 69) | void dispose() method _compassToggler (line 73) | Widget _compassToggler() method _mapToolbarToggler (line 84) | Widget _mapToolbarToggler() method _latLngBoundsToggler (line 95) | Widget _latLngBoundsToggler() method _zoomBoundsToggler (line 112) | Widget _zoomBoundsToggler() method _mapTypeCycler (line 127) | Widget _mapTypeCycler() method _rotateToggler (line 140) | Widget _rotateToggler() method _scrollToggler (line 151) | Widget _scrollToggler() method _tiltToggler (line 162) | Widget _tiltToggler() method _zoomToggler (line 173) | Widget _zoomToggler() method _zoomControlsToggler (line 184) | Widget _zoomControlsToggler() method _indoorViewToggler (line 196) | Widget _indoorViewToggler() method _myLocationToggler (line 207) | Widget _myLocationToggler() method _myLocationButtonToggler (line 219) | Widget _myLocationButtonToggler() method _myTrafficToggler (line 231) | Widget _myTrafficToggler() method _getFileData (line 242) | Future _getFileData(String path) method _setMapStyle (line 246) | void _setMapStyle(String mapStyle) method _nightModeToggler (line 254) | Widget _nightModeToggler() method build (line 272) | Widget build(BuildContext context) method _updateCameraPosition (line 344) | void _updateCameraPosition(CameraPosition position) method onMapCreated (line 350) | void onMapCreated(GoogleMapController controller) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/marker_icons.dart class MarkerIconsPage (line 13) | class MarkerIconsPage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class MarkerIconsBody (line 23) | class MarkerIconsBody extends StatefulWidget { method createState (line 27) | State createState() class MarkerIconsBodyState (line 32) | class MarkerIconsBodyState extends State { method build (line 37) | Widget build(BuildContext context) method _createMarker (line 61) | Marker _createMarker() method _createMarkerImageFromAsset (line 76) | Future _createMarkerImageFromAsset(BuildContext context) method _updateBitmap (line 86) | void _updateBitmap(BitmapDescriptor bitmap) method _onMapCreated (line 92) | void _onMapCreated(GoogleMapController controllerParam) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/move_camera.dart class MoveCameraPage (line 12) | class MoveCameraPage extends GoogleMapExampleAppPage { method build (line 17) | Widget build(BuildContext context) class MoveCamera (line 22) | class MoveCamera extends StatefulWidget { method createState (line 25) | State createState() class MoveCameraState (line 28) | class MoveCameraState extends State { method _onMapCreated (line 32) | void _onMapCreated(GoogleMapController controller) method build (line 37) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/padding.dart class PaddingPage (line 11) | class PaddingPage extends GoogleMapExampleAppPage { method build (line 16) | Widget build(BuildContext context) class MarkerIconsBody (line 21) | class MarkerIconsBody extends StatefulWidget { method createState (line 25) | State createState() class MarkerIconsBodyState (line 30) | class MarkerIconsBodyState extends State { method build (line 36) | Widget build(BuildContext context) method _onMapCreated (line 76) | void _onMapCreated(GoogleMapController controllerParam) method _paddingInput (line 87) | Widget _paddingInput() method _buttons (line 144) | Widget _buttons() FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/page.dart class GoogleMapExampleAppPage (line 9) | abstract class GoogleMapExampleAppPage extends StatelessWidget { FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/place_circle.dart class PlaceCirclePage (line 12) | class PlaceCirclePage extends GoogleMapExampleAppPage { method build (line 17) | Widget build(BuildContext context) class PlaceCircleBody (line 22) | class PlaceCircleBody extends StatefulWidget { method createState (line 26) | State createState() class PlaceCircleBodyState (line 29) | class PlaceCircleBodyState extends State { method _onMapCreated (line 52) | void _onMapCreated(GoogleMapController controller) method dispose (line 57) | void dispose() method _onCircleTapped (line 61) | void _onCircleTapped(CircleId circleId) method _remove (line 67) | void _remove(CircleId circleId) method _add (line 78) | void _add() method _toggleVisible (line 107) | void _toggleVisible(CircleId circleId) method _changeFillColor (line 116) | void _changeFillColor(CircleId circleId) method _changeStrokeColor (line 125) | void _changeStrokeColor(CircleId circleId) method _changeStrokeWidth (line 134) | void _changeStrokeWidth(CircleId circleId) method build (line 144) | Widget build(BuildContext context) method _createCenter (line 223) | LatLng _createCenter() method _createLatLng (line 228) | LatLng _createLatLng(double lat, double lng) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/place_marker.dart class PlaceMarkerPage (line 17) | class PlaceMarkerPage extends GoogleMapExampleAppPage { method build (line 22) | Widget build(BuildContext context) class PlaceMarkerBody (line 27) | class PlaceMarkerBody extends StatefulWidget { method createState (line 31) | State createState() type MarkerUpdateAction (line 34) | typedef MarkerUpdateAction = Marker Function(Marker marker); class PlaceMarkerBodyState (line 36) | class PlaceMarkerBodyState extends State { method _onMapCreated (line 47) | void _onMapCreated(GoogleMapController controller) method dispose (line 52) | void dispose() method _onMarkerTapped (line 56) | void _onMarkerTapped(MarkerId markerId) method _onMarkerDrag (line 79) | Future _onMarkerDrag(MarkerId markerId, LatLng newPosition) method _onMarkerDragEnd (line 85) | Future _onMarkerDragEnd(MarkerId markerId, LatLng newPosition) method _add (line 114) | void _add() method _remove (line 142) | void _remove(MarkerId markerId) method _changePosition (line 150) | void _changePosition(MarkerId markerId) method _changeAnchor (line 167) | void _changeAnchor(MarkerId markerId) method _changeInfoAnchor (line 178) | Future _changeInfoAnchor(MarkerId markerId) method _toggleDraggable (line 191) | Future _toggleDraggable(MarkerId markerId) method _toggleFlat (line 200) | Future _toggleFlat(MarkerId markerId) method _changeInfo (line 209) | Future _changeInfo(MarkerId markerId) method _changeAlpha (line 221) | Future _changeAlpha(MarkerId markerId) method _changeRotation (line 231) | Future _changeRotation(MarkerId markerId) method _toggleVisible (line 241) | Future _toggleVisible(MarkerId markerId) method _changeZIndex (line 250) | Future _changeZIndex(MarkerId markerId) method _setMarkerIcon (line 260) | void _setMarkerIcon(MarkerId markerId, BitmapDescriptor assetIcon) method _getAssetIcon (line 269) | Future _getAssetIcon(BuildContext context) method build (line 292) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/place_polygon.dart class PlacePolygonPage (line 12) | class PlacePolygonPage extends GoogleMapExampleAppPage { method build (line 17) | Widget build(BuildContext context) class PlacePolygonBody (line 22) | class PlacePolygonBody extends StatefulWidget { method createState (line 26) | State createState() class PlacePolygonBodyState (line 29) | class PlacePolygonBodyState extends State { method _onMapCreated (line 53) | void _onMapCreated(GoogleMapController controller) method dispose (line 58) | void dispose() method _onPolygonTapped (line 62) | void _onPolygonTapped(PolygonId polygonId) method _remove (line 68) | void _remove(PolygonId polygonId) method _add (line 77) | void _add() method _toggleGeodesic (line 107) | void _toggleGeodesic(PolygonId polygonId) method _toggleVisible (line 116) | void _toggleVisible(PolygonId polygonId) method _changeStrokeColor (line 125) | void _changeStrokeColor(PolygonId polygonId) method _changeFillColor (line 134) | void _changeFillColor(PolygonId polygonId) method _changeWidth (line 143) | void _changeWidth(PolygonId polygonId) method _addHoles (line 152) | void _addHoles(PolygonId polygonId) method _removeHoles (line 160) | void _removeHoles(PolygonId polygonId) method build (line 170) | Widget build(BuildContext context) method _createPoints (line 271) | List _createPoints() method _createHoles (line 281) | List> _createHoles(PolygonId polygonId) method _createLatLng (line 302) | LatLng _createLatLng(double lat, double lng) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/place_polyline.dart class PlacePolylinePage (line 13) | class PlacePolylinePage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class PlacePolylineBody (line 23) | class PlacePolylineBody extends StatefulWidget { method createState (line 27) | State createState() class PlacePolylineBodyState (line 30) | class PlacePolylineBodyState extends State { method _onMapCreated (line 81) | void _onMapCreated(GoogleMapController controller) method dispose (line 86) | void dispose() method _onPolylineTapped (line 90) | void _onPolylineTapped(PolylineId polylineId) method _remove (line 96) | void _remove(PolylineId polylineId) method _add (line 105) | void _add() method _toggleGeodesic (line 132) | void _toggleGeodesic(PolylineId polylineId) method _toggleVisible (line 141) | void _toggleVisible(PolylineId polylineId) method _changeColor (line 150) | void _changeColor(PolylineId polylineId) method _changeWidth (line 159) | void _changeWidth(PolylineId polylineId) method _changeJointType (line 168) | void _changeJointType(PolylineId polylineId) method _changeEndCap (line 177) | void _changeEndCap(PolylineId polylineId) method _changeStartCap (line 186) | void _changeStartCap(PolylineId polylineId) method _changePattern (line 195) | void _changePattern(PolylineId polylineId) method build (line 205) | Widget build(BuildContext context) method _createPoints (line 311) | List _createPoints() method _createLatLng (line 321) | LatLng _createLatLng(double lat, double lng) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/readme_sample.dart function main (line 12) | void main() class MyApp (line 14) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MapSample (line 27) | class MapSample extends StatefulWidget { method createState (line 31) | State createState() class MapSampleState (line 34) | class MapSampleState extends State { method build (line 50) | Widget build(BuildContext context) method _goToTheLake (line 67) | Future _goToTheLake() FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/scrolling_map.dart class ScrollingMapPage (line 16) | class ScrollingMapPage extends GoogleMapExampleAppPage { method build (line 21) | Widget build(BuildContext context) class ScrollingMapBody (line 26) | class ScrollingMapBody extends StatelessWidget { method build (line 30) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/snapshot.dart class SnapshotPage (line 17) | class SnapshotPage extends GoogleMapExampleAppPage { method build (line 23) | Widget build(BuildContext context) class _SnapshotBody (line 28) | class _SnapshotBody extends StatefulWidget { method createState (line 30) | _SnapshotBodyState createState() class _SnapshotBodyState (line 33) | class _SnapshotBodyState extends State<_SnapshotBody> { method build (line 38) | Widget build(BuildContext context) method onMapCreated (line 72) | void onMapCreated(GoogleMapController controller) FILE: packages/google_maps_flutter/google_maps_flutter/example/lib/tile_overlay.dart class TileOverlayPage (line 15) | class TileOverlayPage extends GoogleMapExampleAppPage { method build (line 20) | Widget build(BuildContext context) class TileOverlayBody (line 25) | class TileOverlayBody extends StatefulWidget { method createState (line 29) | State createState() class TileOverlayBodyState (line 32) | class TileOverlayBodyState extends State { method _onMapCreated (line 39) | void _onMapCreated(GoogleMapController controller) method dispose (line 44) | void dispose() method _removeTileOverlay (line 48) | void _removeTileOverlay() method _addTileOverlay (line 54) | void _addTileOverlay() method _clearTileCache (line 64) | void _clearTileCache() method build (line 71) | Widget build(BuildContext context) class _DebugTileProvider (line 111) | class _DebugTileProvider implements TileProvider { method getTile (line 128) | Future getTile(int x, int y, int? zoom) FILE: packages/google_maps_flutter/google_maps_flutter/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/google_maps_flutter/google_maps_flutter/lib/src/controller.dart class GoogleMapController (line 10) | class GoogleMapController { method init (line 25) | Future init( method _connectStreams (line 40) | void _connectStreams(int mapId) method _updateMapConfiguration (line 91) | Future _updateMapConfiguration(MapConfiguration update) method _updateMarkers (line 102) | Future _updateMarkers(MarkerUpdates markerUpdates) method _updatePolygons (line 114) | Future _updatePolygons(PolygonUpdates polygonUpdates) method _updatePolylines (line 126) | Future _updatePolylines(PolylineUpdates polylineUpdates) method _updateCircles (line 138) | Future _updateCircles(CircleUpdates circleUpdates) method _updateTileOverlays (line 150) | Future _updateTileOverlays(Set newTileOverlays) method clearTileCache (line 162) | Future clearTileCache(TileOverlayId tileOverlayId) method animateCamera (line 172) | Future animateCamera(CameraUpdate cameraUpdate) method moveCamera (line 181) | Future moveCamera(CameraUpdate cameraUpdate) method setMapStyle (line 199) | Future setMapStyle(String? mapStyle) method getVisibleRegion (line 205) | Future getVisibleRegion() method getScreenCoordinate (line 214) | Future getScreenCoordinate(LatLng latLng) method getLatLng (line 223) | Future getLatLng(ScreenCoordinate screenCoordinate) method showMarkerInfoWindow (line 236) | Future showMarkerInfoWindow(MarkerId markerId) method hideMarkerInfoWindow (line 250) | Future hideMarkerInfoWindow(MarkerId markerId) method isMarkerInfoWindowShown (line 264) | Future isMarkerInfoWindowShown(MarkerId markerId) method getZoomLevel (line 271) | Future getZoomLevel() method takeSnapshot (line 276) | Future takeSnapshot() method dispose (line 281) | void dispose() FILE: packages/google_maps_flutter/google_maps_flutter/lib/src/google_map.dart type MapCreatedCallback (line 11) | typedef MapCreatedCallback = void Function(GoogleMapController controller); class UnknownMapObjectIdError (line 20) | class UnknownMapObjectIdError extends Error { method toString (line 34) | String toString() class AndroidGoogleMapsFlutter (line 43) | @Deprecated( class GoogleMap (line 87) | class GoogleMap extends StatefulWidget { method createState (line 288) | State createState() class _GoogleMapState (line 291) | class _GoogleMapState extends State { method build (line 304) | Widget build(BuildContext context) method initState (line 326) | void initState() method dispose (line 336) | void dispose() method _disposeController (line 341) | Future _disposeController() method didUpdateWidget (line 347) | void didUpdateWidget(GoogleMap oldWidget) method _updateOptions (line 357) | Future _updateOptions() method _updateMarkers (line 369) | Future _updateMarkers() method _updatePolygons (line 377) | Future _updatePolygons() method _updatePolylines (line 385) | Future _updatePolylines() method _updateCircles (line 393) | Future _updateCircles() method _updateTileOverlays (line 401) | Future _updateTileOverlays() method onPlatformViewCreated (line 407) | Future onPlatformViewCreated(int id) method onMarkerTap (line 421) | void onMarkerTap(MarkerId markerId) method onMarkerDragStart (line 433) | void onMarkerDragStart(MarkerId markerId, LatLng position) method onMarkerDrag (line 445) | void onMarkerDrag(MarkerId markerId, LatLng position) method onMarkerDragEnd (line 457) | void onMarkerDragEnd(MarkerId markerId, LatLng position) method onPolygonTap (line 469) | void onPolygonTap(PolygonId polygonId) method onPolylineTap (line 481) | void onPolylineTap(PolylineId polylineId) method onCircleTap (line 493) | void onCircleTap(CircleId circleId) method onInfoWindowTap (line 505) | void onInfoWindowTap(MarkerId markerId) method onTap (line 517) | void onTap(LatLng position) method onLongPress (line 525) | void onLongPress(LatLng position) function _configurationFromMapWidget (line 535) | MapConfiguration _configurationFromMapWidget(GoogleMap map) FILE: packages/google_maps_flutter/google_maps_flutter/test/circle_updates_test.dart function _mapWithCircles (line 12) | Widget _mapWithCircles(Set circles) function main (line 22) | void main() function _ambiguate (line 206) | T? _ambiguate(T? value) FILE: packages/google_maps_flutter/google_maps_flutter/test/fake_maps_controllers.dart class FakePlatformGoogleMap (line 11) | class FakePlatformGoogleMap { method onMethodCall (line 95) | Future onMethodCall(MethodCall call) method updateMarkers (line 123) | void updateMarkers(Map? markerUpdates) method _deserializeMarkerIds (line 133) | Set _deserializeMarkerIds(List? markerIds) method _deserializeMarkers (line 142) | Set _deserializeMarkers(dynamic markers) method updatePolygons (line 178) | void updatePolygons(Map? polygonUpdates) method _deserializePolygonIds (line 188) | Set _deserializePolygonIds(List? polygonIds) method _deserializePolygons (line 197) | Set _deserializePolygons(dynamic polygons) method _deserializePoints (line 227) | List _deserializePoints(List points) method _deserializeHoles (line 234) | List> _deserializeHoles(List holes) method updatePolylines (line 240) | void updatePolylines(Map? polylineUpdates) method _deserializePolylineIds (line 251) | Set _deserializePolylineIds(List? polylineIds) method _deserializePolylines (line 260) | Set _deserializePolylines(dynamic polylines) method updateCircles (line 285) | void updateCircles(Map? circleUpdates) method updateTileOverlays (line 295) | void updateTileOverlays(Map updateTileOverlayUpdates) method _deserializeCircleIds (line 322) | Set _deserializeCircleIds(List? circleIds) method _deserializeCircles (line 331) | Set _deserializeCircles(dynamic circles) method _deserializeTileOverlayIds (line 353) | Set _deserializeTileOverlayIds(List? tileOverla... method _deserializeTileOverlays (line 362) | Set _deserializeTileOverlays( method updateOptions (line 387) | void updateOptions(Map options) class FakePlatformViewsController (line 449) | class FakePlatformViewsController { method fakePlatformViewsMethodHandler (line 452) | Future fakePlatformViewsMethodHandler(MethodCall call) method reset (line 469) | void reset() function _decodeParams (line 474) | Map? _decodeParams(Uint8List paramsMessage) function _ambiguate (line 488) | T? _ambiguate(T? value) FILE: packages/google_maps_flutter/google_maps_flutter/test/google_map_test.dart function main (line 12) | void main() function _ambiguate (line 588) | T? _ambiguate(T? value) FILE: packages/google_maps_flutter/google_maps_flutter/test/map_creation_test.dart function main (line 17) | void main() class TestGoogleMapsFlutterPlatform (line 78) | class TestGoogleMapsFlutterPlatform extends GoogleMapsFlutterPlatform { method init (line 92) | Future init(int mapId) method updateMapConfiguration (line 95) | Future updateMapConfiguration( method updateMarkers (line 101) | Future updateMarkers( method updatePolygons (line 107) | Future updatePolygons( method updatePolylines (line 113) | Future updatePolylines( method updateCircles (line 119) | Future updateCircles( method updateTileOverlays (line 125) | Future updateTileOverlays({ method clearTileCache (line 131) | Future clearTileCache( method animateCamera (line 137) | Future animateCamera( method moveCamera (line 143) | Future moveCamera( method setMapStyle (line 149) | Future setMapStyle( method getVisibleRegion (line 155) | Future getVisibleRegion({ method getScreenCoordinate (line 163) | Future getScreenCoordinate( method getLatLng (line 171) | Future getLatLng( method showMarkerInfoWindow (line 179) | Future showMarkerInfoWindow( method hideMarkerInfoWindow (line 185) | Future hideMarkerInfoWindow( method isMarkerInfoWindowShown (line 191) | Future isMarkerInfoWindowShown( method getZoomLevel (line 199) | Future getZoomLevel({ method takeSnapshot (line 206) | Future takeSnapshot({ method onCameraMoveStarted (line 213) | Stream onCameraMoveStarted({required int mapId}) method onCameraMove (line 218) | Stream onCameraMove({required int mapId}) method onCameraIdle (line 223) | Stream onCameraIdle({required int mapId}) method onMarkerTap (line 228) | Stream onMarkerTap({required int mapId}) method onInfoWindowTap (line 233) | Stream onInfoWindowTap({required int mapId}) method onMarkerDragStart (line 238) | Stream onMarkerDragStart({required int mapId}) method onMarkerDrag (line 243) | Stream onMarkerDrag({required int mapId}) method onMarkerDragEnd (line 248) | Stream onMarkerDragEnd({required int mapId}) method onPolylineTap (line 253) | Stream onPolylineTap({required int mapId}) method onPolygonTap (line 258) | Stream onPolygonTap({required int mapId}) method onCircleTap (line 263) | Stream onCircleTap({required int mapId}) method onTap (line 268) | Stream onTap({required int mapId}) method onLongPress (line 273) | Stream onLongPress({required int mapId}) method dispose (line 278) | void dispose({required int mapId}) method buildViewWithConfiguration (line 283) | Widget buildViewWithConfiguration( FILE: packages/google_maps_flutter/google_maps_flutter/test/marker_updates_test.dart function _mapWithMarkers (line 12) | Widget _mapWithMarkers(Set markers) function main (line 22) | void main() function _ambiguate (line 212) | T? _ambiguate(T? value) FILE: packages/google_maps_flutter/google_maps_flutter/test/polygon_updates_test.dart function _mapWithPolygons (line 12) | Widget _mapWithPolygons(Set polygons) function _rectPoints (line 22) | List _rectPoints({ function _polygonWithPointsAndHole (line 36) | Polygon _polygonWithPointsAndHole(PolygonId polygonId) function main (line 45) | void main() function _ambiguate (line 415) | T? _ambiguate(T? value) FILE: packages/google_maps_flutter/google_maps_flutter/test/polyline_updates_test.dart function _mapWithPolylines (line 12) | Widget _mapWithPolylines(Set polylines) function main (line 22) | void main() function _ambiguate (line 228) | T? _ambiguate(T? value) FILE: packages/google_maps_flutter/google_maps_flutter/test/tile_overlay_updates_test.dart function _mapWithTileOverlays (line 12) | Widget _mapWithTileOverlays(Set tileOverlays) function main (line 22) | void main() function _ambiguate (line 210) | T? _ambiguate(T? value) FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/CircleBuilder.java class CircleBuilder (line 10) | class CircleBuilder implements CircleOptionsSink { method CircleBuilder (line 15) | CircleBuilder(float density) { method build (line 20) | CircleOptions build() { method consumeTapEvents (line 24) | boolean consumeTapEvents() { method setFillColor (line 28) | @Override method setStrokeColor (line 33) | @Override method setCenter (line 38) | @Override method setRadius (line 43) | @Override method setConsumeTapEvents (line 48) | @Override method setVisible (line 54) | @Override method setStrokeWidth (line 59) | @Override method setZIndex (line 64) | @Override FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/CircleController.java class CircleController (line 11) | class CircleController implements CircleOptionsSink { method CircleController (line 17) | CircleController(Circle circle, boolean consumeTapEvents, float densit... method remove (line 24) | void remove() { method setConsumeTapEvents (line 28) | @Override method setStrokeColor (line 34) | @Override method setFillColor (line 39) | @Override method setCenter (line 44) | @Override method setRadius (line 49) | @Override method setVisible (line 54) | @Override method setStrokeWidth (line 59) | @Override method setZIndex (line 64) | @Override method getGoogleMapsCircleId (line 69) | String getGoogleMapsCircleId() { method consumeTapEvents (line 73) | boolean consumeTapEvents() { FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/CircleOptionsSink.java type CircleOptionsSink (line 10) | interface CircleOptionsSink { method setConsumeTapEvents (line 12) | void setConsumeTapEvents(boolean consumetapEvents); method setStrokeColor (line 14) | void setStrokeColor(int strokeColor); method setFillColor (line 16) | void setFillColor(int fillColor); method setCenter (line 18) | void setCenter(LatLng center); method setRadius (line 20) | void setRadius(double radius); method setVisible (line 22) | void setVisible(boolean visible); method setStrokeWidth (line 24) | void setStrokeWidth(float strokeWidth); method setZIndex (line 26) | void setZIndex(float zIndex); FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/CirclesController.java class CirclesController (line 15) | class CirclesController { method CirclesController (line 23) | CirclesController(MethodChannel methodChannel, float density) { method setGoogleMap (line 30) | void setGoogleMap(GoogleMap googleMap) { method addCircles (line 34) | void addCircles(List circlesToAdd) { method changeCircles (line 42) | void changeCircles(List circlesToChange) { method removeCircles (line 50) | void removeCircles(List circleIdsToRemove) { method onCircleTap (line 67) | boolean onCircleTap(String googleCircleId) { method addCircle (line 80) | private void addCircle(Object circle) { method addCircle (line 90) | private void addCircle(String circleId, CircleOptions circleOptions, b... method changeCircle (line 97) | private void changeCircle(Object circle) { method getCircleId (line 108) | @SuppressWarnings("unchecked") FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/Convert.java class Convert (line 36) | class Convert { method toBitmapDescriptor (line 40) | @SuppressWarnings("deprecation") method getBitmapFromBytes (line 73) | private static BitmapDescriptor getBitmapFromBytes(List data) { method toBoolean (line 88) | private static boolean toBoolean(Object o) { method toCameraPosition (line 92) | static CameraPosition toCameraPosition(Object o) { method toCameraUpdate (line 102) | static CameraUpdate toCameraUpdate(Object o, float density) { method toDouble (line 135) | private static double toDouble(Object o) { method toFloat (line 139) | private static float toFloat(Object o) { method toFloatWrapper (line 143) | private static Float toFloatWrapper(Object o) { method toInt (line 147) | private static int toInt(Object o) { method cameraPositionToJson (line 151) | static Object cameraPositionToJson(CameraPosition position) { method latlngBoundsToJson (line 163) | static Object latlngBoundsToJson(LatLngBounds latLngBounds) { method markerIdToJson (line 170) | static Object markerIdToJson(String markerId) { method polygonIdToJson (line 179) | static Object polygonIdToJson(String polygonId) { method polylineIdToJson (line 188) | static Object polylineIdToJson(String polylineId) { method circleIdToJson (line 197) | static Object circleIdToJson(String circleId) { method tileOverlayArgumentsToJson (line 206) | static Map tileOverlayArgumentsToJson( method latLngToJson (line 220) | static Object latLngToJson(LatLng latLng) { method toLatLng (line 224) | static LatLng toLatLng(Object o) { method toPoint (line 229) | static Point toPoint(Object o) { method pointToJson (line 235) | static Map pointToJson(Point point) { method toLatLngBounds (line 242) | private static LatLngBounds toLatLngBounds(Object o) { method toList (line 250) | private static List toList(Object o) { method toMap (line 254) | private static Map toMap(Object o) { method toObjectMap (line 258) | private static Map toObjectMap(Object o) { method toFractionalPixels (line 270) | private static float toFractionalPixels(Object o, float density) { method toPixels (line 274) | private static int toPixels(Object o, float density) { method toBitmap (line 278) | private static Bitmap toBitmap(Object o) { method toPoint (line 288) | private static Point toPoint(Object o, float density) { method toString (line 293) | private static String toString(Object o) { method interpretGoogleMapOptions (line 297) | static void interpretGoogleMapOptions(Object o, GoogleMapOptionsSink s... method interpretMarkerOptions (line 383) | static String interpretMarkerOptions(Object o, MarkerOptionsSink sink) { method interpretInfoWindowOptions (line 439) | private static void interpretInfoWindowOptions( method interpretPolygonOptions (line 454) | static String interpretPolygonOptions(Object o, PolygonOptionsSink sin... method interpretPolylineOptions (line 500) | static String interpretPolylineOptions(Object o, PolylineOptionsSink s... method interpretCircleOptions (line 554) | static String interpretCircleOptions(Object o, CircleOptionsSink sink) { method toPoints (line 596) | @VisibleForTesting method toHoles (line 608) | private static List> toHoles(Object o) { method toPattern (line 618) | private static List toPattern(Object o) { method toCap (line 647) | private static Cap toCap(Object o) { method interpretTileOverlayOptions (line 667) | static String interpretTileOverlayOptions(Map data, TileOve... method interpretTile (line 692) | static Tile interpretTile(Map data) { FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/GoogleMapBuilder.java class GoogleMapBuilder (line 16) | class GoogleMapBuilder implements GoogleMapOptionsSink { method build (line 31) | GoogleMapController build( method setInitialCameraPosition (line 54) | void setInitialCameraPosition(CameraPosition position) { method setCompassEnabled (line 58) | @Override method setMapToolbarEnabled (line 63) | @Override method setCameraTargetBounds (line 68) | @Override method setMapType (line 73) | @Override method setMinMaxZoomPreference (line 78) | @Override method setPadding (line 88) | @Override method setTrackCameraPosition (line 93) | @Override method setRotateGesturesEnabled (line 98) | @Override method setScrollGesturesEnabled (line 103) | @Override method setTiltGesturesEnabled (line 108) | @Override method setZoomGesturesEnabled (line 113) | @Override method setLiteModeEnabled (line 118) | @Override method setIndoorEnabled (line 123) | @Override method setTrafficEnabled (line 128) | @Override method setBuildingsEnabled (line 133) | @Override method setMyLocationEnabled (line 138) | @Override method setZoomControlsEnabled (line 143) | @Override method setMyLocationButtonEnabled (line 148) | @Override method setInitialMarkers (line 153) | @Override method setInitialPolygons (line 158) | @Override method setInitialPolylines (line 163) | @Override method setInitialCircles (line 168) | @Override method setInitialTileOverlays (line 173) | @Override FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/GoogleMapController.java class GoogleMapController (line 50) | final class GoogleMapController method GoogleMapController (line 89) | GoogleMapController( method getView (line 111) | @Override method setView (line 116) | @VisibleForTesting method init (line 121) | void init() { method moveCamera (line 126) | private void moveCamera(CameraUpdate cameraUpdate) { method animateCamera (line 130) | private void animateCamera(CameraUpdate cameraUpdate) { method getCameraPosition (line 134) | private CameraPosition getCameraPosition() { method invalidateMapIfNeeded (line 156) | private void invalidateMapIfNeeded() { method postFrameCallback (line 179) | private static void postFrameCallback(Runnable f) { method onMapReady (line 190) | @Override method onMethodCall (line 222) | @Override method onMapClick (line 501) | @Override method onMapLongClick (line 508) | @Override method onCameraMoveStarted (line 515) | @Override method onInfoWindowClick (line 523) | @Override method onCameraMove (line 528) | @Override method onCameraIdle (line 538) | @Override method onMarkerClick (line 543) | @Override method onMarkerDragStart (line 548) | @Override method onMarkerDrag (line 553) | @Override method onMarkerDragEnd (line 558) | @Override method onPolygonClick (line 563) | @Override method onPolylineClick (line 568) | @Override method onCircleClick (line 573) | @Override method dispose (line 578) | @Override method setGoogleMapListener (line 593) | private void setGoogleMapListener(@Nullable GoogleMapListener listener) { method onInputConnectionLocked (line 613) | public void onInputConnectionLocked() { method onInputConnectionUnlocked (line 620) | public void onInputConnectionUnlocked() { method onCreate (line 626) | @Override method onStart (line 634) | @Override method onResume (line 642) | @Override method onPause (line 650) | @Override method onStop (line 658) | @Override method onDestroy (line 666) | @Override method onRestoreInstanceState (line 675) | @Override method onSaveInstanceState (line 683) | @Override method setCameraTargetBounds (line 693) | @Override method setCompassEnabled (line 698) | @Override method setMapToolbarEnabled (line 703) | @Override method setMapType (line 708) | @Override method setTrackCameraPosition (line 713) | @Override method setRotateGesturesEnabled (line 718) | @Override method setScrollGesturesEnabled (line 723) | @Override method setTiltGesturesEnabled (line 728) | @Override method setMinMaxZoomPreference (line 733) | @Override method setPadding (line 744) | @Override method setInitialPadding (line 757) | @VisibleForTesting method setZoomGesturesEnabled (line 770) | @Override method setLiteModeEnabled (line 776) | @Override method setMyLocationEnabled (line 781) | @Override method setMyLocationButtonEnabled (line 792) | @Override method setZoomControlsEnabled (line 803) | @Override method setInitialMarkers (line 814) | @Override method updateInitialMarkers (line 823) | private void updateInitialMarkers() { method setInitialPolygons (line 827) | @Override method updateInitialPolygons (line 836) | private void updateInitialPolygons() { method setInitialPolylines (line 840) | @Override method updateInitialPolylines (line 849) | private void updateInitialPolylines() { method setInitialCircles (line 853) | @Override method updateInitialCircles (line 862) | private void updateInitialCircles() { method setInitialTileOverlays (line 866) | @Override method updateInitialTileOverlays (line 874) | private void updateInitialTileOverlays() { method updateMyLocationSettings (line 878) | @SuppressLint("MissingPermission") method hasLocationPermission (line 895) | private boolean hasLocationPermission() { method checkSelfPermission (line 902) | private int checkSelfPermission(String permission) { method destroyMapViewIfNecessary (line 910) | private void destroyMapViewIfNecessary() { method setIndoorEnabled (line 918) | public void setIndoorEnabled(boolean indoorEnabled) { method setTrafficEnabled (line 922) | public void setTrafficEnabled(boolean trafficEnabled) { method setBuildingsEnabled (line 930) | public void setBuildingsEnabled(boolean buildingsEnabled) { FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/GoogleMapFactory.java class GoogleMapFactory (line 16) | public class GoogleMapFactory extends PlatformViewFactory { method GoogleMapFactory (line 22) | GoogleMapFactory( method create (line 31) | @SuppressWarnings("unchecked") FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/GoogleMapInitializer.java class GoogleMapInitializer (line 17) | final class GoogleMapInitializer method GoogleMapInitializer (line 24) | GoogleMapInitializer(Context context, BinaryMessenger binaryMessenger) { method onMethodCall (line 32) | @Override method initializeWithPreferredRenderer (line 52) | private void initializeWithPreferredRenderer( method initializeWithRendererRequest (line 85) | @VisibleForTesting method onMapsSdkInitialized (line 91) | @Override FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/GoogleMapListener.java type GoogleMapListener (line 9) | interface GoogleMapListener FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/GoogleMapOptionsSink.java type GoogleMapOptionsSink (line 12) | interface GoogleMapOptionsSink { method setCameraTargetBounds (line 13) | void setCameraTargetBounds(LatLngBounds bounds); method setCompassEnabled (line 15) | void setCompassEnabled(boolean compassEnabled); method setMapToolbarEnabled (line 17) | void setMapToolbarEnabled(boolean setMapToolbarEnabled); method setMapType (line 19) | void setMapType(int mapType); method setMinMaxZoomPreference (line 21) | void setMinMaxZoomPreference(Float min, Float max); method setPadding (line 23) | void setPadding(float top, float left, float bottom, float right); method setRotateGesturesEnabled (line 25) | void setRotateGesturesEnabled(boolean rotateGesturesEnabled); method setScrollGesturesEnabled (line 27) | void setScrollGesturesEnabled(boolean scrollGesturesEnabled); method setTiltGesturesEnabled (line 29) | void setTiltGesturesEnabled(boolean tiltGesturesEnabled); method setTrackCameraPosition (line 31) | void setTrackCameraPosition(boolean trackCameraPosition); method setZoomGesturesEnabled (line 33) | void setZoomGesturesEnabled(boolean zoomGesturesEnabled); method setLiteModeEnabled (line 35) | void setLiteModeEnabled(boolean liteModeEnabled); method setMyLocationEnabled (line 37) | void setMyLocationEnabled(boolean myLocationEnabled); method setZoomControlsEnabled (line 39) | void setZoomControlsEnabled(boolean zoomControlsEnabled); method setMyLocationButtonEnabled (line 41) | void setMyLocationButtonEnabled(boolean myLocationButtonEnabled); method setIndoorEnabled (line 43) | void setIndoorEnabled(boolean indoorEnabled); method setTrafficEnabled (line 45) | void setTrafficEnabled(boolean trafficEnabled); method setBuildingsEnabled (line 47) | void setBuildingsEnabled(boolean buildingsEnabled); method setInitialMarkers (line 49) | void setInitialMarkers(Object initialMarkers); method setInitialPolygons (line 51) | void setInitialPolygons(Object initialPolygons); method setInitialPolylines (line 53) | void setInitialPolylines(Object initialPolylines); method setInitialCircles (line 55) | void setInitialCircles(Object initialCircles); method setInitialTileOverlays (line 57) | void setInitialTileOverlays(List> initialTileOverlays); FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/GoogleMapsPlugin.java class GoogleMapsPlugin (line 27) | public class GoogleMapsPlugin implements FlutterPlugin, ActivityAware { method registerWith (line 33) | @SuppressWarnings("deprecation") method GoogleMapsPlugin (line 68) | public GoogleMapsPlugin() {} method onAttachedToEngine (line 72) | @Override method onDetachedFromEngine (line 90) | @Override method onAttachedToActivity (line 95) | @Override method onDetachedFromActivity (line 100) | @Override method onReattachedToActivityForConfigChanges (line 105) | @Override method onDetachedFromActivityForConfigChanges (line 110) | @Override class ProxyLifecycleProvider (line 121) | private static final class ProxyLifecycleProvider method ProxyLifecycleProvider (line 127) | private ProxyLifecycleProvider(Activity activity) { method onActivityCreated (line 132) | @Override method onActivityStarted (line 140) | @Override method onActivityResumed (line 148) | @Override method onActivityPaused (line 156) | @Override method onActivityStopped (line 164) | @Override method onActivitySaveInstanceState (line 172) | @Override method onActivityDestroyed (line 175) | @Override method getLifecycle (line 184) | @NonNull FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/LifecycleProvider.java type LifecycleProvider (line 10) | interface LifecycleProvider { method getLifecycle (line 12) | @Nullable FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/MarkerBuilder.java class MarkerBuilder (line 11) | class MarkerBuilder implements MarkerOptionsSink { method MarkerBuilder (line 15) | MarkerBuilder() { method build (line 19) | MarkerOptions build() { method consumeTapEvents (line 23) | boolean consumeTapEvents() { method setAlpha (line 27) | @Override method setAnchor (line 32) | @Override method setConsumeTapEvents (line 37) | @Override method setDraggable (line 42) | @Override method setFlat (line 47) | @Override method setIcon (line 52) | @Override method setInfoWindowAnchor (line 57) | @Override method setInfoWindowText (line 62) | @Override method setPosition (line 68) | @Override method setRotation (line 73) | @Override method setVisible (line 78) | @Override method setZIndex (line 83) | @Override FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/MarkerController.java class MarkerController (line 12) | class MarkerController implements MarkerOptionsSink { method MarkerController (line 18) | MarkerController(Marker marker, boolean consumeTapEvents) { method remove (line 24) | void remove() { method setAlpha (line 28) | @Override method setAnchor (line 33) | @Override method setConsumeTapEvents (line 38) | @Override method setDraggable (line 43) | @Override method setFlat (line 48) | @Override method setIcon (line 53) | @Override method setInfoWindowAnchor (line 58) | @Override method setInfoWindowText (line 63) | @Override method setPosition (line 69) | @Override method setRotation (line 74) | @Override method setVisible (line 79) | @Override method setZIndex (line 84) | @Override method getGoogleMapsMarkerId (line 89) | String getGoogleMapsMarkerId() { method consumeTapEvents (line 93) | boolean consumeTapEvents() { method showInfoWindow (line 97) | public void showInfoWindow() { method hideInfoWindow (line 101) | public void hideInfoWindow() { method isInfoWindowShown (line 105) | public boolean isInfoWindowShown() { FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/MarkerOptionsSink.java type MarkerOptionsSink (line 11) | interface MarkerOptionsSink { method setAlpha (line 12) | void setAlpha(float alpha); method setAnchor (line 14) | void setAnchor(float u, float v); method setConsumeTapEvents (line 16) | void setConsumeTapEvents(boolean consumeTapEvents); method setDraggable (line 18) | void setDraggable(boolean draggable); method setFlat (line 20) | void setFlat(boolean flat); method setIcon (line 22) | void setIcon(BitmapDescriptor bitmapDescriptor); method setInfoWindowAnchor (line 24) | void setInfoWindowAnchor(float u, float v); method setInfoWindowText (line 26) | void setInfoWindowText(String title, String snippet); method setPosition (line 28) | void setPosition(LatLng position); method setRotation (line 30) | void setRotation(float rotation); method setVisible (line 32) | void setVisible(boolean visible); method setZIndex (line 34) | void setZIndex(float zIndex); FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/MarkersController.java class MarkersController (line 16) | class MarkersController { method MarkersController (line 23) | MarkersController(MethodChannel methodChannel) { method setGoogleMap (line 29) | void setGoogleMap(GoogleMap googleMap) { method addMarkers (line 33) | void addMarkers(List markersToAdd) { method changeMarkers (line 41) | void changeMarkers(List markersToChange) { method removeMarkers (line 49) | void removeMarkers(List markerIdsToRemove) { method showMarkerInfoWindow (line 66) | void showMarkerInfoWindow(String markerId, MethodChannel.Result result) { method hideMarkerInfoWindow (line 76) | void hideMarkerInfoWindow(String markerId, MethodChannel.Result result) { method isInfoWindowShown (line 86) | void isInfoWindowShown(String markerId, MethodChannel.Result result) { method onMarkerTap (line 95) | boolean onMarkerTap(String googleMarkerId) { method onMarkerDragStart (line 108) | void onMarkerDragStart(String googleMarkerId, LatLng latLng) { method onMarkerDrag (line 119) | void onMarkerDrag(String googleMarkerId, LatLng latLng) { method onMarkerDragEnd (line 130) | void onMarkerDragEnd(String googleMarkerId, LatLng latLng) { method onInfoWindowTap (line 141) | void onInfoWindowTap(String googleMarkerId) { method addMarker (line 149) | private void addMarker(Object marker) { method addMarker (line 159) | private void addMarker(String markerId, MarkerOptions markerOptions, b... method changeMarker (line 166) | private void changeMarker(Object marker) { method getMarkerId (line 177) | @SuppressWarnings("unchecked") FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/PolygonBuilder.java class PolygonBuilder (line 11) | class PolygonBuilder implements PolygonOptionsSink { method PolygonBuilder (line 16) | PolygonBuilder(float density) { method build (line 21) | PolygonOptions build() { method consumeTapEvents (line 25) | boolean consumeTapEvents() { method setFillColor (line 29) | @Override method setStrokeColor (line 34) | @Override method setPoints (line 39) | @Override method setHoles (line 44) | @Override method setConsumeTapEvents (line 51) | @Override method setGeodesic (line 57) | @Override method setVisible (line 62) | @Override method setStrokeWidth (line 67) | @Override method setZIndex (line 72) | @Override FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/PolygonController.java class PolygonController (line 12) | class PolygonController implements PolygonOptionsSink { method PolygonController (line 18) | PolygonController(Polygon polygon, boolean consumeTapEvents, float den... method remove (line 25) | void remove() { method setConsumeTapEvents (line 29) | @Override method setFillColor (line 35) | @Override method setStrokeColor (line 40) | @Override method setGeodesic (line 45) | @Override method setPoints (line 50) | @Override method setHoles (line 55) | public void setHoles(List> holes) { method setVisible (line 59) | @Override method setStrokeWidth (line 64) | @Override method setZIndex (line 69) | @Override method getGoogleMapsPolygonId (line 74) | String getGoogleMapsPolygonId() { method consumeTapEvents (line 78) | boolean consumeTapEvents() { FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/PolygonOptionsSink.java type PolygonOptionsSink (line 11) | interface PolygonOptionsSink { method setConsumeTapEvents (line 13) | void setConsumeTapEvents(boolean consumetapEvents); method setFillColor (line 15) | void setFillColor(int color); method setStrokeColor (line 17) | void setStrokeColor(int color); method setGeodesic (line 19) | void setGeodesic(boolean geodesic); method setPoints (line 21) | void setPoints(List points); method setHoles (line 23) | void setHoles(List> holes); method setVisible (line 25) | void setVisible(boolean visible); method setStrokeWidth (line 27) | void setStrokeWidth(float width); method setZIndex (line 29) | void setZIndex(float zIndex); FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/PolygonsController.java class PolygonsController (line 15) | class PolygonsController { method PolygonsController (line 23) | PolygonsController(MethodChannel methodChannel, float density) { method setGoogleMap (line 30) | void setGoogleMap(GoogleMap googleMap) { method addPolygons (line 34) | void addPolygons(List polygonsToAdd) { method changePolygons (line 42) | void changePolygons(List polygonsToChange) { method removePolygons (line 50) | void removePolygons(List polygonIdsToRemove) { method onPolygonTap (line 67) | boolean onPolygonTap(String googlePolygonId) { method addPolygon (line 80) | private void addPolygon(Object polygon) { method addPolygon (line 90) | private void addPolygon( method changePolygon (line 98) | private void changePolygon(Object polygon) { method getPolygonId (line 109) | @SuppressWarnings("unchecked") FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/PolylineBuilder.java class PolylineBuilder (line 13) | class PolylineBuilder implements PolylineOptionsSink { method PolylineBuilder (line 18) | PolylineBuilder(float density) { method build (line 23) | PolylineOptions build() { method consumeTapEvents (line 27) | boolean consumeTapEvents() { method setColor (line 31) | @Override method setEndCap (line 36) | @Override method setJointType (line 41) | @Override method setPattern (line 46) | @Override method setPoints (line 51) | @Override method setConsumeTapEvents (line 56) | @Override method setGeodesic (line 62) | @Override method setStartCap (line 67) | @Override method setVisible (line 72) | @Override method setWidth (line 77) | @Override method setZIndex (line 82) | @Override FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/PolylineController.java class PolylineController (line 14) | class PolylineController implements PolylineOptionsSink { method PolylineController (line 20) | PolylineController(Polyline polyline, boolean consumeTapEvents, float ... method remove (line 27) | void remove() { method setConsumeTapEvents (line 31) | @Override method setColor (line 37) | @Override method setEndCap (line 42) | @Override method setGeodesic (line 47) | @Override method setJointType (line 52) | @Override method setPattern (line 57) | @Override method setPoints (line 62) | @Override method setStartCap (line 67) | @Override method setVisible (line 72) | @Override method setWidth (line 77) | @Override method setZIndex (line 82) | @Override method getGoogleMapsPolylineId (line 87) | String getGoogleMapsPolylineId() { method consumeTapEvents (line 91) | boolean consumeTapEvents() { FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/PolylineOptionsSink.java type PolylineOptionsSink (line 13) | interface PolylineOptionsSink { method setConsumeTapEvents (line 15) | void setConsumeTapEvents(boolean consumetapEvents); method setColor (line 17) | void setColor(int color); method setEndCap (line 19) | void setEndCap(Cap endCap); method setGeodesic (line 21) | void setGeodesic(boolean geodesic); method setJointType (line 23) | void setJointType(int jointType); method setPattern (line 25) | void setPattern(List pattern); method setPoints (line 27) | void setPoints(List points); method setStartCap (line 29) | void setStartCap(Cap startCap); method setVisible (line 31) | void setVisible(boolean visible); method setWidth (line 33) | void setWidth(float width); method setZIndex (line 35) | void setZIndex(float zIndex); FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/PolylinesController.java class PolylinesController (line 15) | class PolylinesController { method PolylinesController (line 23) | PolylinesController(MethodChannel methodChannel, float density) { method setGoogleMap (line 30) | void setGoogleMap(GoogleMap googleMap) { method addPolylines (line 34) | void addPolylines(List polylinesToAdd) { method changePolylines (line 42) | void changePolylines(List polylinesToChange) { method removePolylines (line 50) | void removePolylines(List polylineIdsToRemove) { method onPolylineTap (line 67) | boolean onPolylineTap(String googlePolylineId) { method addPolyline (line 80) | private void addPolyline(Object polyline) { method addPolyline (line 90) | private void addPolyline( method changePolyline (line 98) | private void changePolyline(Object polyline) { method getPolylineId (line 109) | @SuppressWarnings("unchecked") FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/TileOverlayBuilder.java class TileOverlayBuilder (line 10) | class TileOverlayBuilder implements TileOverlaySink { method TileOverlayBuilder (line 14) | TileOverlayBuilder() { method build (line 18) | TileOverlayOptions build() { method setFadeIn (line 22) | @Override method setTransparency (line 27) | @Override method setZIndex (line 32) | @Override method setVisible (line 37) | @Override method setTileProvider (line 42) | @Override FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/TileOverlayController.java class TileOverlayController (line 12) | class TileOverlayController implements TileOverlaySink { method TileOverlayController (line 16) | TileOverlayController(TileOverlay tileOverlay) { method remove (line 20) | void remove() { method clearTileCache (line 24) | void clearTileCache() { method getTileOverlayInfo (line 28) | Map getTileOverlayInfo() { method setFadeIn (line 38) | @Override method setTransparency (line 43) | @Override method setZIndex (line 48) | @Override method setVisible (line 53) | @Override method setTileProvider (line 58) | @Override FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/TileOverlaySink.java type TileOverlaySink (line 10) | interface TileOverlaySink { method setFadeIn (line 11) | void setFadeIn(boolean fadeIn); method setTransparency (line 13) | void setTransparency(float transparency); method setZIndex (line 15) | void setZIndex(float zIndex); method setVisible (line 17) | void setVisible(boolean visible); method setTileProvider (line 19) | void setTileProvider(TileProvider tileProvider); FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/TileOverlaysController.java class TileOverlaysController (line 15) | class TileOverlaysController { method TileOverlaysController (line 21) | TileOverlaysController(MethodChannel methodChannel) { method setGoogleMap (line 26) | void setGoogleMap(GoogleMap googleMap) { method addTileOverlays (line 30) | void addTileOverlays(List> tileOverlaysToAdd) { method changeTileOverlays (line 39) | void changeTileOverlays(List> tileOverlaysToChange) { method removeTileOverlays (line 48) | void removeTileOverlays(List tileOverlayIdsToRemove) { method clearTileCache (line 60) | void clearTileCache(String tileOverlayId) { method getTileOverlayInfo (line 70) | Map getTileOverlayInfo(String tileOverlayId) { method addTileOverlay (line 81) | private void addTileOverlay(Map tileOverlayOptions) { method changeTileOverlay (line 97) | private void changeTileOverlay(Map tileOverlayOptions) { method removeTileOverlay (line 108) | private void removeTileOverlay(String tileOverlayId) { method getTileOverlayId (line 116) | @SuppressWarnings("unchecked") FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/TileProviderController.java class TileProviderController (line 17) | class TileProviderController implements TileProvider { method TileProviderController (line 25) | TileProviderController(MethodChannel methodChannel, String tileOverlay... method getTile (line 30) | @Override class Worker (line 36) | private final class Worker implements MethodChannel.Result { method Worker (line 44) | Worker(int x, int y, int zoom) { method getTile (line 50) | @NonNull method success (line 76) | @Override method error (line 83) | @Override method notImplemented (line 94) | @Override FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/CircleBuilderTest.java class CircleBuilderTest (line 12) | public class CircleBuilderTest { method density_AppliesToStrokeWidth (line 14) | @Test FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/CircleControllerTest.java class CircleControllerTest (line 15) | public class CircleControllerTest { method controller_SetsStrokeDensity (line 17) | @Test FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/ConvertTest.java class ConvertTest (line 13) | public class ConvertTest { method ConvertToPointsConvertsThePointsWithFullPrecision (line 15) | @Test FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/GoogleMapControllerTest.java class GoogleMapControllerTest (line 36) | @RunWith(RobolectricTestRunner.class) method before (line 47) | @Before method DisposeReleaseTheMap (line 57) | @Test method OnDestroyReleaseTheMap (line 65) | @Test method InvalidateMapAfterMethodCalls (line 73) | @Test method InvalidateMapOnceAfterMethodCall (line 111) | @Test method MethodCalledAfterControllerIsDestroyed (line 133) | @Test method OnMapReadySetsPaddingIfInitialPaddingIsThere (line 152) | @Test method SetPaddingStoresThePaddingValuesInInInitialPaddingWhenGoogleMapIsNull (line 162) | @Test FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/GoogleMapInitializerTest.java class GoogleMapInitializerTest (line 32) | @RunWith(RobolectricTestRunner.class) method before (line 39) | @Before method initializer_OnMapsSdkInitializedWithLatestRenderer (line 46) | @Test method initializer_OnMapsSdkInitializedWithLegacyRenderer (line 64) | @Test method initializer_onMethodCallWithUnknownRenderer (line 82) | @Test FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/MarkersControllerTest.java class MarkersControllerTest (line 27) | public class MarkersControllerTest { method controller_OnMarkerDragStart (line 29) | @Test method controller_OnMarkerDragEnd (line 62) | @Test method controller_OnMarkerDrag (line 95) | @Test FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/PolygonBuilderTest.java class PolygonBuilderTest (line 12) | public class PolygonBuilderTest { method density_AppliesToStrokeWidth (line 14) | @Test FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/PolygonControllerTest.java class PolygonControllerTest (line 15) | public class PolygonControllerTest { method controller_SetsStrokeDensity (line 17) | @Test FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/PolylineBuilderTest.java class PolylineBuilderTest (line 12) | public class PolylineBuilderTest { method density_AppliesToStrokeWidth (line 14) | @Test FILE: packages/google_maps_flutter/google_maps_flutter_android/android/src/test/java/io/flutter/plugins/googlemaps/PolylineControllerTest.java class PolylineControllerTest (line 15) | public class PolylineControllerTest { method controller_SetsStrokeDensity (line 17) | @Test FILE: packages/google_maps_flutter/google_maps_flutter_android/example/android/app/src/androidTest/java/io/flutter/plugins/googlemapsexample/GoogleMapsTest.java class GoogleMapsTest (line 13) | public class GoogleMapsTest { method googleMapsPluginIsAdded (line 14) | @Test FILE: packages/google_maps_flutter/google_maps_flutter_android/example/android/app/src/androidTest/java/io/flutter/plugins/googlemapsexample/MainActivityTest.java class MainActivityTest (line 14) | @DartIntegrationTest FILE: packages/google_maps_flutter/google_maps_flutter_android/example/android/app/src/debug/java/io/flutter/plugins/googlemapsexample/GoogleMapsTestActivity.java class GoogleMapsTestActivity (line 12) | public class GoogleMapsTestActivity extends FlutterActivity { method configureFlutterEngine (line 15) | @Override FILE: packages/google_maps_flutter/google_maps_flutter_android/example/integration_test/google_maps_tests.dart function googleMapsTests (line 21) | void googleMapsTests() function waitForValueMatchingPredicate (line 33) | Future waitForValueMatchingPredicate(WidgetTester tester, class _DebugTileProvider (line 1183) | class _DebugTileProvider implements TileProvider { method getTile (line 1200) | Future getTile(int x, int y, int? zoom) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/integration_test/latest_renderer_test.dart function main (line 13) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_android/example/integration_test/legacy_renderer_test.dart function main (line 13) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/animate_camera.dart class AnimateCameraPage (line 13) | class AnimateCameraPage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class AnimateCamera (line 23) | class AnimateCamera extends StatefulWidget { method createState (line 26) | State createState() class AnimateCameraState (line 29) | class AnimateCameraState extends State { method _onMapCreated (line 33) | void _onMapCreated(ExampleGoogleMapController controller) method build (line 38) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/example_google_map.dart class ExampleGoogleMapController (line 21) | class ExampleGoogleMapController { method _init (line 36) | Future _init( method _connectStreams (line 50) | void _connectStreams(int mapId) method _updateMapConfiguration (line 96) | Future _updateMapConfiguration(MapConfiguration update) method _updateMarkers (line 102) | Future _updateMarkers(MarkerUpdates markerUpdates) method _updatePolygons (line 108) | Future _updatePolygons(PolygonUpdates polygonUpdates) method _updatePolylines (line 114) | Future _updatePolylines(PolylineUpdates polylineUpdates) method _updateCircles (line 120) | Future _updateCircles(CircleUpdates circleUpdates) method _updateTileOverlays (line 126) | Future _updateTileOverlays(Set newTileOverlays) method clearTileCache (line 133) | Future clearTileCache(TileOverlayId tileOverlayId) method animateCamera (line 139) | Future animateCamera(CameraUpdate cameraUpdate) method moveCamera (line 145) | Future moveCamera(CameraUpdate cameraUpdate) method setMapStyle (line 151) | Future setMapStyle(String? mapStyle) method getVisibleRegion (line 157) | Future getVisibleRegion() method getScreenCoordinate (line 162) | Future getScreenCoordinate(LatLng latLng) method getLatLng (line 168) | Future getLatLng(ScreenCoordinate screenCoordinate) method showMarkerInfoWindow (line 174) | Future showMarkerInfoWindow(MarkerId markerId) method hideMarkerInfoWindow (line 180) | Future hideMarkerInfoWindow(MarkerId markerId) method isMarkerInfoWindowShown (line 186) | Future isMarkerInfoWindowShown(MarkerId markerId) method getZoomLevel (line 192) | Future getZoomLevel() method takeSnapshot (line 197) | Future takeSnapshot() method dispose (line 202) | void dispose() class ExampleGoogleMap (line 211) | class ExampleGoogleMap extends StatefulWidget { method createState (line 354) | State createState() class _ExampleGoogleMapState (line 357) | class _ExampleGoogleMapState extends State { method build (line 370) | Widget build(BuildContext context) method initState (line 392) | void initState() method dispose (line 402) | void dispose() method didUpdateWidget (line 409) | void didUpdateWidget(ExampleGoogleMap oldWidget) method _updateOptions (line 419) | Future _updateOptions() method _updateMarkers (line 430) | Future _updateMarkers() method _updatePolygons (line 437) | Future _updatePolygons() method _updatePolylines (line 444) | Future _updatePolylines() method _updateCircles (line 451) | Future _updateCircles() method _updateTileOverlays (line 458) | Future _updateTileOverlays() method onPlatformViewCreated (line 463) | Future onPlatformViewCreated(int id) method onMarkerTap (line 475) | void onMarkerTap(MarkerId markerId) method onMarkerDragStart (line 479) | void onMarkerDragStart(MarkerId markerId, LatLng position) method onMarkerDrag (line 483) | void onMarkerDrag(MarkerId markerId, LatLng position) method onMarkerDragEnd (line 487) | void onMarkerDragEnd(MarkerId markerId, LatLng position) method onPolygonTap (line 491) | void onPolygonTap(PolygonId polygonId) method onPolylineTap (line 495) | void onPolylineTap(PolylineId polylineId) method onCircleTap (line 499) | void onCircleTap(CircleId circleId) method onInfoWindowTap (line 503) | void onInfoWindowTap(MarkerId markerId) method onTap (line 507) | void onTap(LatLng position) method onLongPress (line 511) | void onLongPress(LatLng position) function _configurationFromMapWidget (line 517) | MapConfiguration _configurationFromMapWidget(ExampleGoogleMap map) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/lite_mode.dart class LiteModePage (line 16) | class LiteModePage extends GoogleMapExampleAppPage { method build (line 21) | Widget build(BuildContext context) class _LiteModeBody (line 26) | class _LiteModeBody extends StatelessWidget { method build (line 30) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/main.dart class MapsDemo (line 45) | class MapsDemo extends StatelessWidget { method _pushPage (line 49) | void _pushPage(BuildContext context, GoogleMapExampleAppPage page) method build (line 58) | Widget build(BuildContext context) function main (line 73) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/map_click.dart class MapClickPage (line 16) | class MapClickPage extends GoogleMapExampleAppPage { method build (line 21) | Widget build(BuildContext context) class _MapClickBody (line 26) | class _MapClickBody extends StatefulWidget { method createState (line 30) | State createState() class _MapClickBodyState (line 33) | class _MapClickBodyState extends State<_MapClickBody> { method build (line 41) | Widget build(BuildContext context) method onMapCreated (line 100) | Future onMapCreated(ExampleGoogleMapController controller) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/map_coordinates.dart class MapCoordinatesPage (line 16) | class MapCoordinatesPage extends GoogleMapExampleAppPage { method build (line 21) | Widget build(BuildContext context) class _MapCoordinatesBody (line 26) | class _MapCoordinatesBody extends StatefulWidget { method createState (line 30) | State createState() class _MapCoordinatesBodyState (line 33) | class _MapCoordinatesBodyState extends State<_MapCoordinatesBody> { method build (line 43) | Widget build(BuildContext context) method onMapCreated (line 86) | Future onMapCreated(ExampleGoogleMapController controller) method _updateVisibleRegion (line 94) | Future _updateVisibleRegion() FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/map_ui.dart class MapUiPage (line 19) | class MapUiPage extends GoogleMapExampleAppPage { method build (line 24) | Widget build(BuildContext context) class MapUiBody (line 29) | class MapUiBody extends StatefulWidget { method createState (line 33) | State createState() class MapUiBodyState (line 36) | class MapUiBodyState extends State { method initState (line 65) | void initState() method dispose (line 70) | void dispose() method _compassToggler (line 74) | Widget _compassToggler() method _mapToolbarToggler (line 85) | Widget _mapToolbarToggler() method _latLngBoundsToggler (line 96) | Widget _latLngBoundsToggler() method _zoomBoundsToggler (line 113) | Widget _zoomBoundsToggler() method _mapTypeCycler (line 128) | Widget _mapTypeCycler() method _rotateToggler (line 141) | Widget _rotateToggler() method _scrollToggler (line 152) | Widget _scrollToggler() method _tiltToggler (line 163) | Widget _tiltToggler() method _zoomToggler (line 174) | Widget _zoomToggler() method _zoomControlsToggler (line 185) | Widget _zoomControlsToggler() method _indoorViewToggler (line 197) | Widget _indoorViewToggler() method _myLocationToggler (line 208) | Widget _myLocationToggler() method _myLocationButtonToggler (line 220) | Widget _myLocationButtonToggler() method _myTrafficToggler (line 232) | Widget _myTrafficToggler() method _getFileData (line 243) | Future _getFileData(String path) method _setMapStyle (line 247) | void _setMapStyle(String mapStyle) method _nightModeToggler (line 255) | Widget _nightModeToggler() method build (line 273) | Widget build(BuildContext context) method _updateCameraPosition (line 345) | void _updateCameraPosition(CameraPosition position) method onMapCreated (line 351) | void onMapCreated(ExampleGoogleMapController controller) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/marker_icons.dart class MarkerIconsPage (line 14) | class MarkerIconsPage extends GoogleMapExampleAppPage { method build (line 19) | Widget build(BuildContext context) class MarkerIconsBody (line 24) | class MarkerIconsBody extends StatefulWidget { method createState (line 28) | State createState() class MarkerIconsBodyState (line 33) | class MarkerIconsBodyState extends State { method build (line 38) | Widget build(BuildContext context) method _createMarker (line 62) | Marker _createMarker() method _createMarkerImageFromAsset (line 77) | Future _createMarkerImageFromAsset(BuildContext context) method _updateBitmap (line 87) | void _updateBitmap(BitmapDescriptor bitmap) method _onMapCreated (line 93) | void _onMapCreated(ExampleGoogleMapController controllerParam) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/move_camera.dart class MoveCameraPage (line 13) | class MoveCameraPage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class MoveCamera (line 23) | class MoveCamera extends StatefulWidget { method createState (line 26) | State createState() class MoveCameraState (line 29) | class MoveCameraState extends State { method _onMapCreated (line 33) | void _onMapCreated(ExampleGoogleMapController controller) method build (line 38) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/padding.dart class PaddingPage (line 13) | class PaddingPage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class MarkerIconsBody (line 23) | class MarkerIconsBody extends StatefulWidget { method createState (line 27) | State createState() class MarkerIconsBodyState (line 32) | class MarkerIconsBodyState extends State { method build (line 38) | Widget build(BuildContext context) method _onMapCreated (line 78) | void _onMapCreated(ExampleGoogleMapController controllerParam) method _paddingInput (line 89) | Widget _paddingInput() method _buttons (line 146) | Widget _buttons() FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/page.dart class GoogleMapExampleAppPage (line 9) | abstract class GoogleMapExampleAppPage extends StatelessWidget { FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/place_circle.dart class PlaceCirclePage (line 13) | class PlaceCirclePage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class PlaceCircleBody (line 23) | class PlaceCircleBody extends StatefulWidget { method createState (line 27) | State createState() class PlaceCircleBodyState (line 30) | class PlaceCircleBodyState extends State { method _onMapCreated (line 53) | void _onMapCreated(ExampleGoogleMapController controller) method dispose (line 58) | void dispose() method _onCircleTapped (line 62) | void _onCircleTapped(CircleId circleId) method _remove (line 68) | void _remove(CircleId circleId) method _add (line 79) | void _add() method _toggleVisible (line 108) | void _toggleVisible(CircleId circleId) method _changeFillColor (line 117) | void _changeFillColor(CircleId circleId) method _changeStrokeColor (line 126) | void _changeStrokeColor(CircleId circleId) method _changeStrokeWidth (line 135) | void _changeStrokeWidth(CircleId circleId) method build (line 145) | Widget build(BuildContext context) method _createCenter (line 224) | LatLng _createCenter() method _createLatLng (line 229) | LatLng _createLatLng(double lat, double lng) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/place_marker.dart class PlaceMarkerPage (line 18) | class PlaceMarkerPage extends GoogleMapExampleAppPage { method build (line 23) | Widget build(BuildContext context) class PlaceMarkerBody (line 28) | class PlaceMarkerBody extends StatefulWidget { method createState (line 32) | State createState() type MarkerUpdateAction (line 35) | typedef MarkerUpdateAction = Marker Function(Marker marker); class PlaceMarkerBodyState (line 37) | class PlaceMarkerBodyState extends State { method _onMapCreated (line 48) | void _onMapCreated(ExampleGoogleMapController controller) method dispose (line 53) | void dispose() method _onMarkerTapped (line 57) | void _onMarkerTapped(MarkerId markerId) method _onMarkerDrag (line 80) | Future _onMarkerDrag(MarkerId markerId, LatLng newPosition) method _onMarkerDragEnd (line 86) | Future _onMarkerDragEnd(MarkerId markerId, LatLng newPosition) method _add (line 115) | void _add() method _remove (line 143) | void _remove(MarkerId markerId) method _changePosition (line 151) | void _changePosition(MarkerId markerId) method _changeAnchor (line 168) | void _changeAnchor(MarkerId markerId) method _changeInfoAnchor (line 179) | Future _changeInfoAnchor(MarkerId markerId) method _toggleDraggable (line 192) | Future _toggleDraggable(MarkerId markerId) method _toggleFlat (line 201) | Future _toggleFlat(MarkerId markerId) method _changeInfo (line 210) | Future _changeInfo(MarkerId markerId) method _changeAlpha (line 222) | Future _changeAlpha(MarkerId markerId) method _changeRotation (line 232) | Future _changeRotation(MarkerId markerId) method _toggleVisible (line 242) | Future _toggleVisible(MarkerId markerId) method _changeZIndex (line 251) | Future _changeZIndex(MarkerId markerId) method _setMarkerIcon (line 261) | void _setMarkerIcon(MarkerId markerId, BitmapDescriptor assetIcon) method _getAssetIcon (line 270) | Future _getAssetIcon(BuildContext context) method build (line 293) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/place_polygon.dart class PlacePolygonPage (line 13) | class PlacePolygonPage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class PlacePolygonBody (line 23) | class PlacePolygonBody extends StatefulWidget { method createState (line 27) | State createState() class PlacePolygonBodyState (line 30) | class PlacePolygonBodyState extends State { method _onMapCreated (line 54) | void _onMapCreated(ExampleGoogleMapController controller) method dispose (line 59) | void dispose() method _onPolygonTapped (line 63) | void _onPolygonTapped(PolygonId polygonId) method _remove (line 69) | void _remove(PolygonId polygonId) method _add (line 78) | void _add() method _toggleGeodesic (line 108) | void _toggleGeodesic(PolygonId polygonId) method _toggleVisible (line 117) | void _toggleVisible(PolygonId polygonId) method _changeStrokeColor (line 126) | void _changeStrokeColor(PolygonId polygonId) method _changeFillColor (line 135) | void _changeFillColor(PolygonId polygonId) method _changeWidth (line 144) | void _changeWidth(PolygonId polygonId) method _addHoles (line 153) | void _addHoles(PolygonId polygonId) method _removeHoles (line 161) | void _removeHoles(PolygonId polygonId) method build (line 171) | Widget build(BuildContext context) method _createPoints (line 272) | List _createPoints() method _createHoles (line 282) | List> _createHoles(PolygonId polygonId) method _createLatLng (line 303) | LatLng _createLatLng(double lat, double lng) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/place_polyline.dart class PlacePolylinePage (line 14) | class PlacePolylinePage extends GoogleMapExampleAppPage { method build (line 19) | Widget build(BuildContext context) class PlacePolylineBody (line 24) | class PlacePolylineBody extends StatefulWidget { method createState (line 28) | State createState() class PlacePolylineBodyState (line 31) | class PlacePolylineBodyState extends State { method _onMapCreated (line 82) | void _onMapCreated(ExampleGoogleMapController controller) method dispose (line 87) | void dispose() method _onPolylineTapped (line 91) | void _onPolylineTapped(PolylineId polylineId) method _remove (line 97) | void _remove(PolylineId polylineId) method _add (line 106) | void _add() method _toggleGeodesic (line 133) | void _toggleGeodesic(PolylineId polylineId) method _toggleVisible (line 142) | void _toggleVisible(PolylineId polylineId) method _changeColor (line 151) | void _changeColor(PolylineId polylineId) method _changeWidth (line 160) | void _changeWidth(PolylineId polylineId) method _changeJointType (line 169) | void _changeJointType(PolylineId polylineId) method _changeEndCap (line 178) | void _changeEndCap(PolylineId polylineId) method _changeStartCap (line 187) | void _changeStartCap(PolylineId polylineId) method _changePattern (line 196) | void _changePattern(PolylineId polylineId) method build (line 206) | Widget build(BuildContext context) method _createPoints (line 312) | List _createPoints() method _createLatLng (line 322) | LatLng _createLatLng(double lat, double lng) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/readme_excerpts.dart function main (line 12) | void main() class MyApp (line 25) | class MyApp extends StatefulWidget { method createState (line 29) | State createState() class _MyAppState (line 32) | class _MyAppState extends State { method build (line 38) | Widget build(BuildContext context) method initializeLatestMapRenderer (line 49) | Future initializeLatestMapRenderer() FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/scrolling_map.dart class ScrollingMapPage (line 17) | class ScrollingMapPage extends GoogleMapExampleAppPage { method build (line 22) | Widget build(BuildContext context) class ScrollingMapBody (line 27) | class ScrollingMapBody extends StatelessWidget { method build (line 31) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/snapshot.dart class SnapshotPage (line 18) | class SnapshotPage extends GoogleMapExampleAppPage { method build (line 24) | Widget build(BuildContext context) class _SnapshotBody (line 29) | class _SnapshotBody extends StatefulWidget { method createState (line 31) | _SnapshotBodyState createState() class _SnapshotBodyState (line 34) | class _SnapshotBodyState extends State<_SnapshotBody> { method build (line 39) | Widget build(BuildContext context) method onMapCreated (line 73) | void onMapCreated(ExampleGoogleMapController controller) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/lib/tile_overlay.dart class TileOverlayPage (line 16) | class TileOverlayPage extends GoogleMapExampleAppPage { method build (line 21) | Widget build(BuildContext context) class TileOverlayBody (line 26) | class TileOverlayBody extends StatefulWidget { method createState (line 30) | State createState() class TileOverlayBodyState (line 33) | class TileOverlayBodyState extends State { method _onMapCreated (line 40) | void _onMapCreated(ExampleGoogleMapController controller) method dispose (line 45) | void dispose() method _removeTileOverlay (line 49) | void _removeTileOverlay() method _addTileOverlay (line 55) | void _addTileOverlay() method _clearTileCache (line 65) | void _clearTileCache() method build (line 72) | Widget build(BuildContext context) class _DebugTileProvider (line 112) | class _DebugTileProvider implements TileProvider { method getTile (line 129) | Future getTile(int x, int y, int? zoom) FILE: packages/google_maps_flutter/google_maps_flutter_android/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/google_maps_flutter/google_maps_flutter_android/lib/src/google_map_inspector_android.dart class GoogleMapsInspectorAndroid (line 10) | @visibleForTesting method areBuildingsEnabled (line 20) | Future areBuildingsEnabled({required int mapId}) method areRotateGesturesEnabled (line 26) | Future areRotateGesturesEnabled({required int mapId}) method areScrollGesturesEnabled (line 32) | Future areScrollGesturesEnabled({required int mapId}) method areTiltGesturesEnabled (line 38) | Future areTiltGesturesEnabled({required int mapId}) method areZoomControlsEnabled (line 44) | Future areZoomControlsEnabled({required int mapId}) method areZoomGesturesEnabled (line 50) | Future areZoomGesturesEnabled({required int mapId}) method getMinMaxZoomLevels (line 56) | Future getMinMaxZoomLevels({required int mapId}) method getTileOverlayInfo (line 64) | Future getTileOverlayInfo(TileOverlayId tileOverlayId, method isCompassEnabled (line 85) | Future isCompassEnabled({required int mapId}) method isLiteModeEnabled (line 91) | Future isLiteModeEnabled({required int mapId}) method isMapToolbarEnabled (line 97) | Future isMapToolbarEnabled({required int mapId}) method isMyLocationButtonEnabled (line 103) | Future isMyLocationButtonEnabled({required int mapId}) method isTrafficEnabled (line 109) | Future isTrafficEnabled({required int mapId}) FILE: packages/google_maps_flutter/google_maps_flutter_android/lib/src/google_maps_flutter_android.dart class UnknownMapIDError (line 24) | class UnknownMapIDError extends Error { method toString (line 36) | String toString() type AndroidMapRenderer (line 46) | enum AndroidMapRenderer { class GoogleMapsFlutterAndroid (line 58) | class GoogleMapsFlutterAndroid extends GoogleMapsFlutterPlatform { method registerWith (line 60) | void registerWith() method _channel (line 73) | MethodChannel _channel(int mapId) method ensureChannelInitialized (line 87) | MethodChannel ensureChannelInitialized(int mapId) method init (line 99) | Future init(int mapId) method dispose (line 105) | void dispose({required int mapId}) method _events (line 118) | Stream> _events(int mapId) method onCameraMoveStarted (line 123) | Stream onCameraMoveStarted({required int mapId}) method onCameraMove (line 128) | Stream onCameraMove({required int mapId}) method onCameraIdle (line 133) | Stream onCameraIdle({required int mapId}) method onMarkerTap (line 138) | Stream onMarkerTap({required int mapId}) method onInfoWindowTap (line 143) | Stream onInfoWindowTap({required int mapId}) method onMarkerDragStart (line 148) | Stream onMarkerDragStart({required int mapId}) method onMarkerDrag (line 153) | Stream onMarkerDrag({required int mapId}) method onMarkerDragEnd (line 158) | Stream onMarkerDragEnd({required int mapId}) method onPolylineTap (line 163) | Stream onPolylineTap({required int mapId}) method onPolygonTap (line 168) | Stream onPolygonTap({required int mapId}) method onCircleTap (line 173) | Stream onCircleTap({required int mapId}) method onTap (line 178) | Stream onTap({required int mapId}) method onLongPress (line 183) | Stream onLongPress({required int mapId}) method _handleMethodCall (line 187) | Future _handleMethodCall(MethodCall call, int mapId) method _getArgumentDictionary (line 301) | Map _getArgumentDictionary(MethodCall call) method updateMapOptions (line 306) | Future updateMapOptions( method updateMarkers (line 320) | Future updateMarkers( method updatePolygons (line 332) | Future updatePolygons( method updatePolylines (line 344) | Future updatePolylines( method updateCircles (line 356) | Future updateCircles( method updateTileOverlays (line 368) | Future updateTileOverlays({ method clearTileCache (line 387) | Future clearTileCache( method animateCamera (line 398) | Future animateCamera( method moveCamera (line 409) | Future moveCamera( method setMapStyle (line 419) | Future setMapStyle( method getVisibleRegion (line 432) | Future getVisibleRegion({ method getScreenCoordinate (line 444) | Future getScreenCoordinate( method getLatLng (line 456) | Future getLatLng( method showMarkerInfoWindow (line 467) | Future showMarkerInfoWindow( method hideMarkerInfoWindow (line 477) | Future hideMarkerInfoWindow( method isMarkerInfoWindowShown (line 487) | Future isMarkerInfoWindowShown( method getZoomLevel (line 498) | Future getZoomLevel({ method takeSnapshot (line 505) | Future takeSnapshot({ method initializeWithRenderer (line 531) | Future initializeWithRenderer( method _buildView (line 566) | Widget _buildView( method buildViewWithConfiguration (line 631) | Widget buildViewWithConfiguration( method buildViewWithTextDirection (line 648) | Widget buildViewWithTextDirection( method buildView (line 678) | Widget buildView( method enableDebugInspection (line 707) | void enableDebugInspection() function _jsonForMapConfiguration (line 713) | Map _jsonForMapConfiguration(MapConfiguration config) class _TileOverlayUpdates (line 760) | class _TileOverlayUpdates extends MapsObjectUpdates { class AndroidMapRendererException (line 777) | class AndroidMapRendererException implements Exception { method toString (line 786) | String toString() FILE: packages/google_maps_flutter/google_maps_flutter_android/test/google_maps_flutter_android_test.dart function main (line 12) | void main() function configureMockMap (line 23) | void configureMockMap( function sendPlatformMessage (line 40) | Future sendPlatformMessage( function _ambiguate (line 177) | T? _ambiguate(T? value) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/integration_test/google_maps_test.dart function main (line 20) | void main() class _DebugTileProvider (line 1029) | class _DebugTileProvider implements TileProvider { method getTile (line 1046) | Future getTile(int x, int y, int? zoom) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/animate_camera.dart class AnimateCameraPage (line 13) | class AnimateCameraPage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class AnimateCamera (line 23) | class AnimateCamera extends StatefulWidget { method createState (line 26) | State createState() class AnimateCameraState (line 29) | class AnimateCameraState extends State { method _onMapCreated (line 33) | void _onMapCreated(ExampleGoogleMapController controller) method build (line 38) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/example_google_map.dart class ExampleGoogleMapController (line 21) | class ExampleGoogleMapController { method _init (line 36) | Future _init( method _connectStreams (line 50) | void _connectStreams(int mapId) method _updateMapConfiguration (line 96) | Future _updateMapConfiguration(MapConfiguration update) method _updateMarkers (line 102) | Future _updateMarkers(MarkerUpdates markerUpdates) method _updatePolygons (line 108) | Future _updatePolygons(PolygonUpdates polygonUpdates) method _updatePolylines (line 114) | Future _updatePolylines(PolylineUpdates polylineUpdates) method _updateCircles (line 120) | Future _updateCircles(CircleUpdates circleUpdates) method _updateTileOverlays (line 126) | Future _updateTileOverlays(Set newTileOverlays) method clearTileCache (line 133) | Future clearTileCache(TileOverlayId tileOverlayId) method animateCamera (line 139) | Future animateCamera(CameraUpdate cameraUpdate) method moveCamera (line 145) | Future moveCamera(CameraUpdate cameraUpdate) method setMapStyle (line 151) | Future setMapStyle(String? mapStyle) method getVisibleRegion (line 157) | Future getVisibleRegion() method getScreenCoordinate (line 162) | Future getScreenCoordinate(LatLng latLng) method getLatLng (line 168) | Future getLatLng(ScreenCoordinate screenCoordinate) method showMarkerInfoWindow (line 174) | Future showMarkerInfoWindow(MarkerId markerId) method hideMarkerInfoWindow (line 180) | Future hideMarkerInfoWindow(MarkerId markerId) method isMarkerInfoWindowShown (line 186) | Future isMarkerInfoWindowShown(MarkerId markerId) method getZoomLevel (line 192) | Future getZoomLevel() method takeSnapshot (line 197) | Future takeSnapshot() method dispose (line 202) | void dispose() class ExampleGoogleMap (line 211) | class ExampleGoogleMap extends StatefulWidget { method createState (line 354) | State createState() class _ExampleGoogleMapState (line 357) | class _ExampleGoogleMapState extends State { method build (line 370) | Widget build(BuildContext context) method initState (line 392) | void initState() method dispose (line 402) | void dispose() method didUpdateWidget (line 409) | void didUpdateWidget(ExampleGoogleMap oldWidget) method _updateOptions (line 419) | Future _updateOptions() method _updateMarkers (line 430) | Future _updateMarkers() method _updatePolygons (line 437) | Future _updatePolygons() method _updatePolylines (line 444) | Future _updatePolylines() method _updateCircles (line 451) | Future _updateCircles() method _updateTileOverlays (line 458) | Future _updateTileOverlays() method onPlatformViewCreated (line 463) | Future onPlatformViewCreated(int id) method onMarkerTap (line 475) | void onMarkerTap(MarkerId markerId) method onMarkerDragStart (line 479) | void onMarkerDragStart(MarkerId markerId, LatLng position) method onMarkerDrag (line 483) | void onMarkerDrag(MarkerId markerId, LatLng position) method onMarkerDragEnd (line 487) | void onMarkerDragEnd(MarkerId markerId, LatLng position) method onPolygonTap (line 491) | void onPolygonTap(PolygonId polygonId) method onPolylineTap (line 495) | void onPolylineTap(PolylineId polylineId) method onCircleTap (line 499) | void onCircleTap(CircleId circleId) method onInfoWindowTap (line 503) | void onInfoWindowTap(MarkerId markerId) method onTap (line 507) | void onTap(LatLng position) method onLongPress (line 511) | void onLongPress(LatLng position) function _configurationFromMapWidget (line 517) | MapConfiguration _configurationFromMapWidget(ExampleGoogleMap map) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/lite_mode.dart class LiteModePage (line 16) | class LiteModePage extends GoogleMapExampleAppPage { method build (line 21) | Widget build(BuildContext context) class _LiteModeBody (line 26) | class _LiteModeBody extends StatelessWidget { method build (line 30) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/main.dart class MapsDemo (line 43) | class MapsDemo extends StatelessWidget { method _pushPage (line 47) | void _pushPage(BuildContext context, GoogleMapExampleAppPage page) method build (line 56) | Widget build(BuildContext context) function main (line 71) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/map_click.dart class MapClickPage (line 16) | class MapClickPage extends GoogleMapExampleAppPage { method build (line 21) | Widget build(BuildContext context) class _MapClickBody (line 26) | class _MapClickBody extends StatefulWidget { method createState (line 30) | State createState() class _MapClickBodyState (line 33) | class _MapClickBodyState extends State<_MapClickBody> { method build (line 41) | Widget build(BuildContext context) method onMapCreated (line 100) | Future onMapCreated(ExampleGoogleMapController controller) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/map_coordinates.dart class MapCoordinatesPage (line 16) | class MapCoordinatesPage extends GoogleMapExampleAppPage { method build (line 21) | Widget build(BuildContext context) class _MapCoordinatesBody (line 26) | class _MapCoordinatesBody extends StatefulWidget { method createState (line 30) | State createState() class _MapCoordinatesBodyState (line 33) | class _MapCoordinatesBodyState extends State<_MapCoordinatesBody> { method build (line 43) | Widget build(BuildContext context) method onMapCreated (line 90) | Future onMapCreated(ExampleGoogleMapController controller) method _updateVisibleRegion (line 98) | Future _updateVisibleRegion() FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/map_ui.dart class MapUiPage (line 19) | class MapUiPage extends GoogleMapExampleAppPage { method build (line 24) | Widget build(BuildContext context) class MapUiBody (line 29) | class MapUiBody extends StatefulWidget { method createState (line 33) | State createState() class MapUiBodyState (line 36) | class MapUiBodyState extends State { method initState (line 65) | void initState() method dispose (line 70) | void dispose() method _compassToggler (line 74) | Widget _compassToggler() method _mapToolbarToggler (line 85) | Widget _mapToolbarToggler() method _latLngBoundsToggler (line 96) | Widget _latLngBoundsToggler() method _zoomBoundsToggler (line 113) | Widget _zoomBoundsToggler() method _mapTypeCycler (line 128) | Widget _mapTypeCycler() method _rotateToggler (line 141) | Widget _rotateToggler() method _scrollToggler (line 152) | Widget _scrollToggler() method _tiltToggler (line 163) | Widget _tiltToggler() method _zoomToggler (line 174) | Widget _zoomToggler() method _zoomControlsToggler (line 185) | Widget _zoomControlsToggler() method _indoorViewToggler (line 197) | Widget _indoorViewToggler() method _myLocationToggler (line 208) | Widget _myLocationToggler() method _myLocationButtonToggler (line 220) | Widget _myLocationButtonToggler() method _myTrafficToggler (line 232) | Widget _myTrafficToggler() method _getFileData (line 243) | Future _getFileData(String path) method _setMapStyle (line 247) | void _setMapStyle(String mapStyle) method _nightModeToggler (line 255) | Widget _nightModeToggler() method build (line 273) | Widget build(BuildContext context) method _updateCameraPosition (line 345) | void _updateCameraPosition(CameraPosition position) method onMapCreated (line 351) | void onMapCreated(ExampleGoogleMapController controller) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/marker_icons.dart class MarkerIconsPage (line 14) | class MarkerIconsPage extends GoogleMapExampleAppPage { method build (line 19) | Widget build(BuildContext context) class MarkerIconsBody (line 24) | class MarkerIconsBody extends StatefulWidget { method createState (line 28) | State createState() class MarkerIconsBodyState (line 33) | class MarkerIconsBodyState extends State { method build (line 38) | Widget build(BuildContext context) method _createMarker (line 62) | Marker _createMarker() method _createMarkerImageFromAsset (line 77) | Future _createMarkerImageFromAsset(BuildContext context) method _updateBitmap (line 87) | void _updateBitmap(BitmapDescriptor bitmap) method _onMapCreated (line 93) | void _onMapCreated(ExampleGoogleMapController controllerParam) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/move_camera.dart class MoveCameraPage (line 13) | class MoveCameraPage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class MoveCamera (line 23) | class MoveCamera extends StatefulWidget { method createState (line 26) | State createState() class MoveCameraState (line 29) | class MoveCameraState extends State { method _onMapCreated (line 33) | void _onMapCreated(ExampleGoogleMapController controller) method build (line 38) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/padding.dart class PaddingPage (line 13) | class PaddingPage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class MarkerIconsBody (line 23) | class MarkerIconsBody extends StatefulWidget { method createState (line 27) | State createState() class MarkerIconsBodyState (line 32) | class MarkerIconsBodyState extends State { method build (line 38) | Widget build(BuildContext context) method _onMapCreated (line 78) | void _onMapCreated(ExampleGoogleMapController controllerParam) method _paddingInput (line 89) | Widget _paddingInput() method _buttons (line 146) | Widget _buttons() FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/page.dart class GoogleMapExampleAppPage (line 9) | abstract class GoogleMapExampleAppPage extends StatelessWidget { FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/place_circle.dart class PlaceCirclePage (line 13) | class PlaceCirclePage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class PlaceCircleBody (line 23) | class PlaceCircleBody extends StatefulWidget { method createState (line 27) | State createState() class PlaceCircleBodyState (line 30) | class PlaceCircleBodyState extends State { method _onMapCreated (line 53) | void _onMapCreated(ExampleGoogleMapController controller) method dispose (line 58) | void dispose() method _onCircleTapped (line 62) | void _onCircleTapped(CircleId circleId) method _remove (line 68) | void _remove(CircleId circleId) method _add (line 79) | void _add() method _toggleVisible (line 108) | void _toggleVisible(CircleId circleId) method _changeFillColor (line 117) | void _changeFillColor(CircleId circleId) method _changeStrokeColor (line 126) | void _changeStrokeColor(CircleId circleId) method _changeStrokeWidth (line 135) | void _changeStrokeWidth(CircleId circleId) method build (line 145) | Widget build(BuildContext context) method _createCenter (line 224) | LatLng _createCenter() method _createLatLng (line 229) | LatLng _createLatLng(double lat, double lng) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/place_marker.dart class PlaceMarkerPage (line 18) | class PlaceMarkerPage extends GoogleMapExampleAppPage { method build (line 23) | Widget build(BuildContext context) class PlaceMarkerBody (line 28) | class PlaceMarkerBody extends StatefulWidget { method createState (line 32) | State createState() type MarkerUpdateAction (line 35) | typedef MarkerUpdateAction = Marker Function(Marker marker); class PlaceMarkerBodyState (line 37) | class PlaceMarkerBodyState extends State { method _onMapCreated (line 48) | void _onMapCreated(ExampleGoogleMapController controller) method dispose (line 53) | void dispose() method _onMarkerTapped (line 57) | void _onMarkerTapped(MarkerId markerId) method _onMarkerDrag (line 80) | Future _onMarkerDrag(MarkerId markerId, LatLng newPosition) method _onMarkerDragEnd (line 86) | Future _onMarkerDragEnd(MarkerId markerId, LatLng newPosition) method _add (line 115) | void _add() method _remove (line 143) | void _remove(MarkerId markerId) method _changePosition (line 151) | void _changePosition(MarkerId markerId) method _changeAnchor (line 168) | void _changeAnchor(MarkerId markerId) method _changeInfoAnchor (line 179) | Future _changeInfoAnchor(MarkerId markerId) method _toggleDraggable (line 192) | Future _toggleDraggable(MarkerId markerId) method _toggleFlat (line 201) | Future _toggleFlat(MarkerId markerId) method _changeInfo (line 210) | Future _changeInfo(MarkerId markerId) method _changeAlpha (line 222) | Future _changeAlpha(MarkerId markerId) method _changeRotation (line 232) | Future _changeRotation(MarkerId markerId) method _toggleVisible (line 242) | Future _toggleVisible(MarkerId markerId) method _changeZIndex (line 251) | Future _changeZIndex(MarkerId markerId) method _setMarkerIcon (line 261) | void _setMarkerIcon(MarkerId markerId, BitmapDescriptor assetIcon) method _getAssetIcon (line 270) | Future _getAssetIcon(BuildContext context) method build (line 293) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/place_polygon.dart class PlacePolygonPage (line 13) | class PlacePolygonPage extends GoogleMapExampleAppPage { method build (line 18) | Widget build(BuildContext context) class PlacePolygonBody (line 23) | class PlacePolygonBody extends StatefulWidget { method createState (line 27) | State createState() class PlacePolygonBodyState (line 30) | class PlacePolygonBodyState extends State { method _onMapCreated (line 54) | void _onMapCreated(ExampleGoogleMapController controller) method dispose (line 59) | void dispose() method _onPolygonTapped (line 63) | void _onPolygonTapped(PolygonId polygonId) method _remove (line 69) | void _remove(PolygonId polygonId) method _add (line 78) | void _add() method _toggleGeodesic (line 108) | void _toggleGeodesic(PolygonId polygonId) method _toggleVisible (line 117) | void _toggleVisible(PolygonId polygonId) method _changeStrokeColor (line 126) | void _changeStrokeColor(PolygonId polygonId) method _changeFillColor (line 135) | void _changeFillColor(PolygonId polygonId) method _changeWidth (line 144) | void _changeWidth(PolygonId polygonId) method _addHoles (line 153) | void _addHoles(PolygonId polygonId) method _removeHoles (line 161) | void _removeHoles(PolygonId polygonId) method build (line 171) | Widget build(BuildContext context) method _createPoints (line 272) | List _createPoints() method _createHoles (line 282) | List> _createHoles(PolygonId polygonId) method _createLatLng (line 303) | LatLng _createLatLng(double lat, double lng) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/place_polyline.dart class PlacePolylinePage (line 14) | class PlacePolylinePage extends GoogleMapExampleAppPage { method build (line 19) | Widget build(BuildContext context) class PlacePolylineBody (line 24) | class PlacePolylineBody extends StatefulWidget { method createState (line 28) | State createState() class PlacePolylineBodyState (line 31) | class PlacePolylineBodyState extends State { method _onMapCreated (line 82) | void _onMapCreated(ExampleGoogleMapController controller) method dispose (line 87) | void dispose() method _onPolylineTapped (line 91) | void _onPolylineTapped(PolylineId polylineId) method _remove (line 97) | void _remove(PolylineId polylineId) method _add (line 106) | void _add() method _toggleGeodesic (line 133) | void _toggleGeodesic(PolylineId polylineId) method _toggleVisible (line 142) | void _toggleVisible(PolylineId polylineId) method _changeColor (line 151) | void _changeColor(PolylineId polylineId) method _changeWidth (line 160) | void _changeWidth(PolylineId polylineId) method _changeJointType (line 169) | void _changeJointType(PolylineId polylineId) method _changeEndCap (line 178) | void _changeEndCap(PolylineId polylineId) method _changeStartCap (line 187) | void _changeStartCap(PolylineId polylineId) method _changePattern (line 196) | void _changePattern(PolylineId polylineId) method build (line 206) | Widget build(BuildContext context) method _createPoints (line 312) | List _createPoints() method _createLatLng (line 322) | LatLng _createLatLng(double lat, double lng) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/scrolling_map.dart class ScrollingMapPage (line 17) | class ScrollingMapPage extends GoogleMapExampleAppPage { method build (line 22) | Widget build(BuildContext context) class ScrollingMapBody (line 27) | class ScrollingMapBody extends StatelessWidget { method build (line 31) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/snapshot.dart class SnapshotPage (line 18) | class SnapshotPage extends GoogleMapExampleAppPage { method build (line 24) | Widget build(BuildContext context) class _SnapshotBody (line 29) | class _SnapshotBody extends StatefulWidget { method createState (line 31) | _SnapshotBodyState createState() class _SnapshotBodyState (line 34) | class _SnapshotBodyState extends State<_SnapshotBody> { method build (line 39) | Widget build(BuildContext context) method onMapCreated (line 73) | void onMapCreated(ExampleGoogleMapController controller) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/lib/tile_overlay.dart class TileOverlayPage (line 16) | class TileOverlayPage extends GoogleMapExampleAppPage { method build (line 21) | Widget build(BuildContext context) class TileOverlayBody (line 26) | class TileOverlayBody extends StatefulWidget { method createState (line 30) | State createState() class TileOverlayBodyState (line 33) | class TileOverlayBodyState extends State { method _onMapCreated (line 40) | void _onMapCreated(ExampleGoogleMapController controller) method dispose (line 45) | void dispose() method _removeTileOverlay (line 49) | void _removeTileOverlay() method _addTileOverlay (line 55) | void _addTileOverlay() method _clearTileCache (line 65) | void _clearTileCache() method build (line 72) | Widget build(BuildContext context) class _DebugTileProvider (line 112) | class _DebugTileProvider implements TileProvider { method getTile (line 129) | Future getTile(int x, int y, int? zoom) FILE: packages/google_maps_flutter/google_maps_flutter_ios/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/google_maps_flutter/google_maps_flutter_ios/lib/src/google_map_inspector_ios.dart class GoogleMapsInspectorIOS (line 10) | @visibleForTesting method areBuildingsEnabled (line 20) | Future areBuildingsEnabled({required int mapId}) method areRotateGesturesEnabled (line 26) | Future areRotateGesturesEnabled({required int mapId}) method areScrollGesturesEnabled (line 32) | Future areScrollGesturesEnabled({required int mapId}) method areTiltGesturesEnabled (line 38) | Future areTiltGesturesEnabled({required int mapId}) method areZoomControlsEnabled (line 44) | Future areZoomControlsEnabled({required int mapId}) method areZoomGesturesEnabled (line 50) | Future areZoomGesturesEnabled({required int mapId}) method getMinMaxZoomLevels (line 56) | Future getMinMaxZoomLevels({required int mapId}) method getTileOverlayInfo (line 64) | Future getTileOverlayInfo(TileOverlayId tileOverlayId, method isCompassEnabled (line 85) | Future isCompassEnabled({required int mapId}) method isLiteModeEnabled (line 91) | Future isLiteModeEnabled({required int mapId}) method isMapToolbarEnabled (line 97) | Future isMapToolbarEnabled({required int mapId}) method isMyLocationButtonEnabled (line 103) | Future isMyLocationButtonEnabled({required int mapId}) method isTrafficEnabled (line 109) | Future isTrafficEnabled({required int mapId}) FILE: packages/google_maps_flutter/google_maps_flutter_ios/lib/src/google_maps_flutter_ios.dart class UnknownMapIDError (line 23) | class UnknownMapIDError extends Error { method toString (line 35) | String toString() class GoogleMapsFlutterIOS (line 44) | class GoogleMapsFlutterIOS extends GoogleMapsFlutterPlatform { method registerWith (line 46) | void registerWith() method _channel (line 55) | MethodChannel _channel(int mapId) method ensureChannelInitialized (line 69) | MethodChannel ensureChannelInitialized(int mapId) method init (line 81) | Future init(int mapId) method dispose (line 87) | void dispose({required int mapId}) method _events (line 100) | Stream> _events(int mapId) method onCameraMoveStarted (line 105) | Stream onCameraMoveStarted({required int mapId}) method onCameraMove (line 110) | Stream onCameraMove({required int mapId}) method onCameraIdle (line 115) | Stream onCameraIdle({required int mapId}) method onMarkerTap (line 120) | Stream onMarkerTap({required int mapId}) method onInfoWindowTap (line 125) | Stream onInfoWindowTap({required int mapId}) method onMarkerDragStart (line 130) | Stream onMarkerDragStart({required int mapId}) method onMarkerDrag (line 135) | Stream onMarkerDrag({required int mapId}) method onMarkerDragEnd (line 140) | Stream onMarkerDragEnd({required int mapId}) method onPolylineTap (line 145) | Stream onPolylineTap({required int mapId}) method onPolygonTap (line 150) | Stream onPolygonTap({required int mapId}) method onCircleTap (line 155) | Stream onCircleTap({required int mapId}) method onTap (line 160) | Stream onTap({required int mapId}) method onLongPress (line 165) | Stream onLongPress({required int mapId}) method _handleMethodCall (line 169) | Future _handleMethodCall(MethodCall call, int mapId) method _getArgumentDictionary (line 283) | Map _getArgumentDictionary(MethodCall call) method updateMapOptions (line 288) | Future updateMapOptions( method updateMarkers (line 302) | Future updateMarkers( method updatePolygons (line 314) | Future updatePolygons( method updatePolylines (line 326) | Future updatePolylines( method updateCircles (line 338) | Future updateCircles( method updateTileOverlays (line 350) | Future updateTileOverlays({ method clearTileCache (line 369) | Future clearTileCache( method animateCamera (line 380) | Future animateCamera( method moveCamera (line 391) | Future moveCamera( method setMapStyle (line 401) | Future setMapStyle( method getVisibleRegion (line 414) | Future getVisibleRegion({ method getScreenCoordinate (line 426) | Future getScreenCoordinate( method getLatLng (line 438) | Future getLatLng( method showMarkerInfoWindow (line 449) | Future showMarkerInfoWindow( method hideMarkerInfoWindow (line 459) | Future hideMarkerInfoWindow( method isMarkerInfoWindowShown (line 469) | Future isMarkerInfoWindowShown( method getZoomLevel (line 480) | Future getZoomLevel({ method takeSnapshot (line 487) | Future takeSnapshot({ method _buildView (line 493) | Widget _buildView( method buildViewWithConfiguration (line 521) | Widget buildViewWithConfiguration( method buildViewWithTextDirection (line 538) | Widget buildViewWithTextDirection( method buildView (line 568) | Widget buildView( method enableDebugInspection (line 597) | void enableDebugInspection() function _jsonForMapConfiguration (line 603) | Map _jsonForMapConfiguration(MapConfiguration config) class _TileOverlayUpdates (line 650) | class _TileOverlayUpdates extends MapsObjectUpdates { FILE: packages/google_maps_flutter/google_maps_flutter_ios/test/google_maps_flutter_ios_test.dart function main (line 11) | void main() function configureMockMap (line 22) | void configureMockMap( function sendPlatformMessage (line 39) | Future sendPlatformMessage( function _ambiguate (line 135) | T? _ambiguate(T? value) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/events/map_event.dart class MapEvent (line 36) | class MapEvent { class _PositionedMapEvent (line 51) | class _PositionedMapEvent extends MapEvent { class CameraMoveStartedEvent (line 69) | class CameraMoveStartedEvent extends MapEvent { class CameraMoveEvent (line 75) | class CameraMoveEvent extends MapEvent { class CameraIdleEvent (line 83) | class CameraIdleEvent extends MapEvent { class MarkerTapEvent (line 89) | class MarkerTapEvent extends MapEvent { class InfoWindowTapEvent (line 97) | class InfoWindowTapEvent extends MapEvent { class MarkerDragStartEvent (line 105) | class MarkerDragStartEvent extends _PositionedMapEvent { class MarkerDragEvent (line 115) | class MarkerDragEvent extends _PositionedMapEvent { class MarkerDragEndEvent (line 125) | class MarkerDragEndEvent extends _PositionedMapEvent { class PolylineTapEvent (line 135) | class PolylineTapEvent extends MapEvent { class PolygonTapEvent (line 143) | class PolygonTapEvent extends MapEvent { class CircleTapEvent (line 151) | class CircleTapEvent extends MapEvent { class MapTapEvent (line 159) | class MapTapEvent extends _PositionedMapEvent { class MapLongPressEvent (line 167) | class MapLongPressEvent extends _PositionedMapEvent { FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/method_channel/method_channel_google_maps_flutter.dart class UnknownMapIDError (line 22) | class UnknownMapIDError extends Error { method toString (line 34) | String toString() class MethodChannelGoogleMapsFlutter (line 52) | class MethodChannelGoogleMapsFlutter extends GoogleMapsFlutterPlatform { method channel (line 58) | MethodChannel channel(int mapId) method ensureChannelInitialized (line 72) | MethodChannel ensureChannelInitialized(int mapId) method init (line 84) | Future init(int mapId) method dispose (line 90) | void dispose({required int mapId}) method _events (line 103) | Stream> _events(int mapId) method onCameraMoveStarted (line 108) | Stream onCameraMoveStarted({required int mapId}) method onCameraMove (line 113) | Stream onCameraMove({required int mapId}) method onCameraIdle (line 118) | Stream onCameraIdle({required int mapId}) method onMarkerTap (line 123) | Stream onMarkerTap({required int mapId}) method onInfoWindowTap (line 128) | Stream onInfoWindowTap({required int mapId}) method onMarkerDragStart (line 133) | Stream onMarkerDragStart({required int mapId}) method onMarkerDrag (line 138) | Stream onMarkerDrag({required int mapId}) method onMarkerDragEnd (line 143) | Stream onMarkerDragEnd({required int mapId}) method onPolylineTap (line 148) | Stream onPolylineTap({required int mapId}) method onPolygonTap (line 153) | Stream onPolygonTap({required int mapId}) method onCircleTap (line 158) | Stream onCircleTap({required int mapId}) method onTap (line 163) | Stream onTap({required int mapId}) method onLongPress (line 168) | Stream onLongPress({required int mapId}) method _handleMethodCall (line 172) | Future _handleMethodCall(MethodCall call, int mapId) method _getArgumentDictionary (line 286) | Map _getArgumentDictionary(MethodCall call) method updateMapOptions (line 291) | Future updateMapOptions( method updateMarkers (line 305) | Future updateMarkers( method updatePolygons (line 317) | Future updatePolygons( method updatePolylines (line 329) | Future updatePolylines( method updateCircles (line 341) | Future updateCircles( method updateTileOverlays (line 353) | Future updateTileOverlays({ method clearTileCache (line 372) | Future clearTileCache( method animateCamera (line 383) | Future animateCamera( method moveCamera (line 393) | Future moveCamera( method setMapStyle (line 403) | Future setMapStyle( method getVisibleRegion (line 416) | Future getVisibleRegion({ method getScreenCoordinate (line 428) | Future getScreenCoordinate( method getLatLng (line 440) | Future getLatLng( method showMarkerInfoWindow (line 451) | Future showMarkerInfoWindow( method hideMarkerInfoWindow (line 461) | Future hideMarkerInfoWindow( method isMarkerInfoWindowShown (line 471) | Future isMarkerInfoWindowShown( method getZoomLevel (line 481) | Future getZoomLevel({ method takeSnapshot (line 488) | Future takeSnapshot({ method _buildView (line 508) | Widget _buildView( method buildViewWithConfiguration (line 585) | Widget buildViewWithConfiguration( method buildViewWithTextDirection (line 602) | Widget buildViewWithTextDirection( method buildView (line 632) | Widget buildView( FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/platform_interface/google_maps_flutter_platform.dart class GoogleMapsFlutterPlatform (line 28) | abstract class GoogleMapsFlutterPlatform extends PlatformInterface { method init (line 51) | Future init(int mapId) method updateMapOptions (line 62) | Future updateMapOptions( method updateMapConfiguration (line 75) | Future updateMapConfiguration( method updateMarkers (line 89) | Future updateMarkers( method updatePolygons (line 102) | Future updatePolygons( method updatePolylines (line 115) | Future updatePolylines( method updateCircles (line 128) | Future updateCircles( method updateTileOverlays (line 141) | Future updateTileOverlays({ method clearTileCache (line 155) | Future clearTileCache( method animateCamera (line 166) | Future animateCamera( method moveCamera (line 177) | Future moveCamera( method setMapStyle (line 194) | Future setMapStyle( method getVisibleRegion (line 202) | Future getVisibleRegion({ method getScreenCoordinate (line 213) | Future getScreenCoordinate( method getLatLng (line 225) | Future getLatLng( method showMarkerInfoWindow (line 240) | Future showMarkerInfoWindow( method hideMarkerInfoWindow (line 256) | Future hideMarkerInfoWindow( method isMarkerInfoWindowShown (line 272) | Future isMarkerInfoWindowShown( method getZoomLevel (line 280) | Future getZoomLevel({ method takeSnapshot (line 289) | Future takeSnapshot({ method onCameraMoveStarted (line 299) | Stream onCameraMoveStarted({required int mapId}) method onCameraMove (line 304) | Stream onCameraMove({required int mapId}) method onCameraIdle (line 309) | Stream onCameraIdle({required int mapId}) method onMarkerTap (line 314) | Stream onMarkerTap({required int mapId}) method onInfoWindowTap (line 319) | Stream onInfoWindowTap({required int mapId}) method onMarkerDragStart (line 324) | Stream onMarkerDragStart({required int mapId}) method onMarkerDrag (line 329) | Stream onMarkerDrag({required int mapId}) method onMarkerDragEnd (line 334) | Stream onMarkerDragEnd({required int mapId}) method onPolylineTap (line 339) | Stream onPolylineTap({required int mapId}) method onPolygonTap (line 344) | Stream onPolygonTap({required int mapId}) method onCircleTap (line 349) | Stream onCircleTap({required int mapId}) method onTap (line 354) | Stream onTap({required int mapId}) method onLongPress (line 359) | Stream onLongPress({required int mapId}) method dispose (line 364) | void dispose({required int mapId}) method buildView (line 370) | Widget buildView( method buildViewWithTextDirection (line 398) | Widget buildViewWithTextDirection( method buildViewWithConfiguration (line 426) | Widget buildViewWithConfiguration( method enableDebugInspection (line 451) | void enableDebugInspection() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/platform_interface/google_maps_inspector_platform.dart class GoogleMapsInspectorPlatform (line 18) | abstract class GoogleMapsInspectorPlatform extends PlatformInterface { method getMinMaxZoomLevels (line 43) | Future getMinMaxZoomLevels({required int mapId}) method isCompassEnabled (line 48) | Future isCompassEnabled({required int mapId}) method isLiteModeEnabled (line 53) | Future isLiteModeEnabled({required int mapId}) method isMapToolbarEnabled (line 58) | Future isMapToolbarEnabled({required int mapId}) method isMyLocationButtonEnabled (line 63) | Future isMyLocationButtonEnabled({required int mapId}) method isTrafficEnabled (line 69) | Future isTrafficEnabled({required int mapId}) method areBuildingsEnabled (line 74) | Future areBuildingsEnabled({required int mapId}) method areRotateGesturesEnabled (line 79) | Future areRotateGesturesEnabled({required int mapId}) method areScrollGesturesEnabled (line 85) | Future areScrollGesturesEnabled({required int mapId}) method areTiltGesturesEnabled (line 91) | Future areTiltGesturesEnabled({required int mapId}) method areZoomControlsEnabled (line 97) | Future areZoomControlsEnabled({required int mapId}) method areZoomGesturesEnabled (line 103) | Future areZoomGesturesEnabled({required int mapId}) method getTileOverlayInfo (line 114) | Future getTileOverlayInfo(TileOverlayId tileOverlayId, FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/bitmap.dart class BitmapDescriptor (line 17) | class BitmapDescriptor { method defaultMarkerWithHue (line 114) | BitmapDescriptor defaultMarkerWithHue(double hue) method fromAssetImage (line 126) | Future fromAssetImage( method fromBytes (line 164) | BitmapDescriptor fromBytes(Uint8List byteData, {Size? size}) method toJson (line 181) | Object toJson() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/callbacks.dart type CameraPositionCallback (line 13) | typedef CameraPositionCallback = void Function(CameraPosition position); type ArgumentCallback (line 16) | typedef ArgumentCallback = void Function(T argument); class ArgumentCallbacks (line 24) | class ArgumentCallbacks { method call (line 33) | void call(T argument) method add (line 46) | void add(ArgumentCallback callback) method remove (line 54) | void remove(ArgumentCallback callback) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/camera.dart class CameraPosition (line 15) | @immutable method toMap (line 67) | Object toMap() method fromMap (line 77) | CameraPosition? fromMap(Object? json) method toString (line 112) | String toString() class CameraUpdate (line 118) | class CameraUpdate { method newCameraPosition (line 122) | CameraUpdate newCameraPosition(CameraPosition cameraPosition) method newLatLng (line 130) | CameraUpdate newLatLng(LatLng latLng) method newLatLngBounds (line 138) | CameraUpdate newLatLngBounds(LatLngBounds bounds, double padding) method newLatLngZoom (line 148) | CameraUpdate newLatLngZoom(LatLng latLng, double zoom) method scrollBy (line 160) | CameraUpdate scrollBy(double dx, double dy) method zoomBy (line 169) | CameraUpdate zoomBy(double amount, [Offset? focus]) method zoomIn (line 185) | CameraUpdate zoomIn() method zoomOut (line 193) | CameraUpdate zoomOut() method zoomTo (line 198) | CameraUpdate zoomTo(double zoom) method toJson (line 205) | Object toJson() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/cap.dart class Cap (line 10) | @immutable method customCapFromBitmap (line 42) | Cap customCapFromBitmap( method toJson (line 54) | Object toJson() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/circle.dart class CircleId (line 14) | @immutable class Circle (line 21) | @immutable method copyWith (line 82) | Circle copyWith({ method clone (line 109) | Circle clone() method toJson (line 113) | Object toJson() method addIfPresent (line 116) | void addIfPresent(String fieldName, Object? value) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/circle_updates.dart class CircleUpdates (line 11) | class CircleUpdates extends MapsObjectUpdates { FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/joint_type.dart class JointType (line 8) | @immutable FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/location.dart class LatLng (line 9) | @immutable method toJson (line 35) | Object toJson() method fromJson (line 40) | LatLng? fromJson(Object? json) method toString (line 50) | String toString() class LatLngBounds (line 72) | @immutable method toJson (line 90) | Object toJson() method contains (line 95) | bool contains(LatLng point) method _containsLatitude (line 100) | bool _containsLatitude(double lat) method _containsLongitude (line 104) | bool _containsLongitude(double lng) method fromList (line 114) | LatLngBounds? fromList(Object? json) method toString (line 127) | String toString() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/map_configuration.dart class MapConfiguration (line 10) | @immutable method diffFrom (line 95) | MapConfiguration diffFrom(MapConfiguration other) method applyDiff (line 151) | MapConfiguration applyDiff(MapConfiguration diff) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/map_objects.dart class MapObjects (line 15) | @immutable FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/map_widget_configuration.dart class MapWidgetConfiguration (line 15) | @immutable FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/maps_object.dart class MapsObjectId (line 11) | @immutable method toString (line 36) | String toString() class MapsObject (line 42) | abstract class MapsObject { method clone (line 47) | T clone() method toJson (line 50) | Object toJson() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/maps_object_updates.dart class MapsObjectUpdates (line 12) | @immutable method idToCurrentObject (line 34) | T idToCurrentObject(MapsObjectId id) method hasChanged (line 47) | bool hasChanged(T current) method toJson (line 84) | Object toJson() method addIfNonNull (line 87) | void addIfNonNull(String fieldName, Object? value) method toString (line 121) | String toString() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/marker.dart function _offsetToJson (line 12) | Object _offsetToJson(Offset offset) class InfoWindow (line 17) | @immutable method copyWith (line 53) | InfoWindow copyWith({ method _toJson (line 67) | Object _toJson() method addIfPresent (line 70) | void addIfPresent(String fieldName, Object? value) method toString (line 101) | String toString() class MarkerId (line 109) | @immutable class Marker (line 120) | @immutable method copyWith (line 228) | Marker copyWith({ method clone (line 267) | Marker clone() method toJson (line 271) | Object toJson() method addIfPresent (line 274) | void addIfPresent(String fieldName, Object? value) method toString (line 322) | String toString() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/marker_updates.dart class MarkerUpdates (line 11) | class MarkerUpdates extends MapsObjectUpdates { FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/pattern_item.dart class PatternItem (line 8) | @immutable method dash (line 18) | PatternItem dash(double length) method gap (line 26) | PatternItem gap(double length) method toJson (line 34) | Object toJson() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/polygon.dart class PolygonId (line 15) | @immutable class Polygon (line 22) | @immutable method copyWith (line 98) | Polygon copyWith({ method clone (line 127) | Polygon clone() method toJson (line 133) | Object toJson() method addIfPresent (line 136) | void addIfPresent(String fieldName, Object? value) method _pointsToJson (line 186) | Object _pointsToJson() method _holesToJson (line 194) | List> _holesToJson() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/polygon_updates.dart class PolygonUpdates (line 11) | class PolygonUpdates extends MapsObjectUpdates { FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/polyline.dart class PolylineId (line 14) | @immutable class Polyline (line 23) | @immutable method copyWith (line 120) | Polyline copyWith({ method clone (line 154) | Polyline clone() method toJson (line 163) | Object toJson() method addIfPresent (line 166) | void addIfPresent(String fieldName, Object? value) method _pointsToJson (line 220) | Object _pointsToJson() method _patternToJson (line 228) | Object _patternToJson() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/polyline_updates.dart class PolylineUpdates (line 11) | class PolylineUpdates extends MapsObjectUpdates { FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/screen_coordinate.dart class ScreenCoordinate (line 12) | @immutable method toJson (line 27) | Object toJson() method toString (line 35) | String toString() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/tile.dart class Tile (line 9) | @immutable method toJson (line 27) | Object toJson() method addIfPresent (line 30) | void addIfPresent(String fieldName, Object? value) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/tile_overlay.dart class TileOverlayId (line 10) | @immutable class TileOverlay (line 44) | @immutable method copyWith (line 90) | TileOverlay copyWith({ method clone (line 110) | TileOverlay clone() method toJson (line 114) | Object toJson() method addIfPresent (line 117) | void addIfPresent(String fieldName, Object? value) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/tile_overlay_updates.dart class TileOverlayUpdates (line 8) | class TileOverlayUpdates extends MapsObjectUpdates { FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/tile_provider.dart class TileProvider (line 8) | abstract class TileProvider { method getTile (line 15) | Future getTile(int x, int y, int? zoom) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/ui.dart type MapType (line 13) | enum MapType { class CameraTargetBounds (line 34) | @immutable method toJson (line 49) | Object toJson() method toString (line 66) | String toString() class MinMaxZoomPreference (line 75) | @immutable method toJson (line 94) | Object toJson() method toString (line 113) | String toString() class MapStyleException (line 122) | class MapStyleException implements Exception { FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/utils/circle.dart function keyByCircleId (line 9) | Map keyByCircleId(Iterable circles) function serializeCircleSet (line 14) | Object serializeCircleSet(Set circles) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/utils/map_configuration_serialization.dart function jsonForMapConfiguration (line 20) | Map jsonForMapConfiguration(MapConfiguration config) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/utils/maps_object.dart function keyByMapsObjectId (line 8) | Map, T> keyByMapsObjectId>( function serializeMapsObjectSet (line 15) | Object serializeMapsObjectSet(Set> mapsObjects) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/utils/marker.dart function keyByMarkerId (line 9) | Map keyByMarkerId(Iterable markers) function serializeMarkerSet (line 14) | Object serializeMarkerSet(Set markers) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/utils/polygon.dart function keyByPolygonId (line 9) | Map keyByPolygonId(Iterable polygons) function serializePolygonSet (line 14) | Object serializePolygonSet(Set polygons) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/utils/polyline.dart function keyByPolylineId (line 9) | Map keyByPolylineId(Iterable polylines) function serializePolylineSet (line 14) | Object serializePolylineSet(Set polylines) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/types/utils/tile_overlay.dart function keyTileOverlayId (line 9) | Map keyTileOverlayId( function serializeTileOverlaySet (line 16) | Object serializeTileOverlaySet(Set tileOverlays) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/method_channel/method_channel_google_maps_flutter_test.dart function main (line 10) | void main() function configureMockMap (line 22) | void configureMockMap( function sendPlatformMessage (line 39) | Future sendPlatformMessage( function _ambiguate (line 133) | T? _ambiguate(T? value) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/platform_interface/google_maps_flutter_platform_test.dart function main (line 14) | void main() class GoogleMapsFlutterPlatformMock (line 89) | class GoogleMapsFlutterPlatformMock extends Mock class ImplementsGoogleMapsFlutterPlatform (line 93) | class ImplementsGoogleMapsFlutterPlatform extends Mock class ExtendsGoogleMapsFlutterPlatform (line 96) | class ExtendsGoogleMapsFlutterPlatform extends GoogleMapsFlutterPlatform {} class BuildViewGoogleMapsFlutterPlatform (line 98) | class BuildViewGoogleMapsFlutterPlatform extends GoogleMapsFlutterPlatfo... method buildView (line 100) | Widget buildView( FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/platform_interface/google_maps_inspector_platform_test.dart function main (line 9) | void main() class ImplementsGoogleMapsInspectorPlatform (line 30) | class ImplementsGoogleMapsInspectorPlatform extends Mock class ExtendsGoogleMapsInspectorPlatform (line 33) | class ExtendsGoogleMapsInspectorPlatform extends GoogleMapsInspectorPlat... FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/bitmap_test.dart function main (line 14) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/camera_test.dart function main (line 8) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/location_test.dart function main (line 8) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/map_configuration_test.dart function main (line 9) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/maps_object_test.dart function main (line 11) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/maps_object_updates_test.dart class TestMapsObjectUpdate (line 12) | class TestMapsObjectUpdate extends MapsObjectUpdates { function main (line 18) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/marker_test.dart function main (line 9) | void main() function initWithAlpha (line 33) | void initWithAlpha(double alpha) FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/test_maps_object.dart class TestMapsObject (line 10) | @immutable method clone (line 20) | TestMapsObject clone() method toJson (line 25) | Object toJson() class TestMapsObjectUpdate (line 43) | class TestMapsObjectUpdate extends MapsObjectUpdates { FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/tile_overlay_test.dart class _TestTileProvider (line 8) | class _TestTileProvider extends TileProvider { method getTile (line 10) | Future getTile(int x, int y, int? zoom) function main (line 15) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/tile_overlay_updates_test.dart function main (line 10) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/types/tile_test.dart function main (line 10) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/utils/map_configuration_serialization_test.dart function main (line 10) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/google_maps_controller_test.dart function main (line 31) | void main() function createController (line 40) | GoogleMapController createController({ FILE: packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/google_maps_controller_test.mocks.dart class _FakeGMap_0 (line 23) | class _FakeGMap_0 extends _i1.SmartFake implements _i2.GMap { class MockCirclesController (line 36) | class MockCirclesController extends _i1.Mock implements _i3.CirclesContr... method addCircles (line 78) | void addCircles(Set<_i4.Circle>? circlesToAdd) method changeCircles (line 86) | void changeCircles(Set<_i4.Circle>? circlesToChange) method removeCircles (line 94) | void removeCircles(Set<_i4.CircleId>? circleIdsToRemove) method bindToMap (line 103) | void bindToMap( class MockPolygonsController (line 122) | class MockPolygonsController extends _i1.Mock method addPolygons (line 165) | void addPolygons(Set<_i4.Polygon>? polygonsToAdd) method changePolygons (line 173) | void changePolygons(Set<_i4.Polygon>? polygonsToChange) method removePolygons (line 181) | void removePolygons(Set<_i4.PolygonId>? polygonIdsToRemove) method bindToMap (line 190) | void bindToMap( class MockPolylinesController (line 209) | class MockPolylinesController extends _i1.Mock method addPolylines (line 252) | void addPolylines(Set<_i4.Polyline>? polylinesToAdd) method changePolylines (line 260) | void changePolylines(Set<_i4.Polyline>? polylinesToChange) method removePolylines (line 269) | void removePolylines(Set<_i4.PolylineId>? polylineIdsToRemove) method bindToMap (line 278) | void bindToMap( class MockMarkersController (line 297) | class MockMarkersController extends _i1.Mock implements _i3.MarkersContr... method addMarkers (line 339) | void addMarkers(Set<_i4.Marker>? markersToAdd) method changeMarkers (line 347) | void changeMarkers(Set<_i4.Marker>? markersToChange) method removeMarkers (line 355) | void removeMarkers(Set<_i4.MarkerId>? markerIdsToRemove) method showMarkerInfoWindow (line 364) | void showMarkerInfoWindow(_i4.MarkerId? markerId) method hideMarkerInfoWindow (line 372) | void hideMarkerInfoWindow(_i4.MarkerId? markerId) method isInfoWindowShown (line 380) | bool isInfoWindowShown(_i4.MarkerId? markerId) method bindToMap (line 389) | void bindToMap( FILE: packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/google_maps_plugin_test.dart function main (line 24) | void main() function onPlatformViewCreated (line 33) | void onPlatformViewCreated(int id) function testStreamFiltering (line 384) | Future testStreamFiltering( class _OtherMapEvent (line 546) | class _OtherMapEvent extends MapEvent { FILE: packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/google_maps_plugin_test.mocks.dart class _FakeStreamController_0 (line 25) | class _FakeStreamController_0 extends _i1.SmartFake class _FakeLatLngBounds_1 (line 36) | class _FakeLatLngBounds_1 extends _i1.SmartFake implements _i3.LatLngBou... class _FakeScreenCoordinate_2 (line 46) | class _FakeScreenCoordinate_2 extends _i1.SmartFake class _FakeLatLng_3 (line 57) | class _FakeLatLng_3 extends _i1.SmartFake implements _i3.LatLng { class MockGoogleMapController (line 70) | class MockGoogleMapController extends _i1.Mock method debugSetOverrides (line 98) | void debugSetOverrides({ method init (line 120) | void init() method updateMapConfiguration (line 128) | void updateMapConfiguration(_i3.MapConfiguration? update) method updateStyles (line 137) | void updateStyles(List<_i5.MapTypeStyle>? styles) method getVisibleRegion (line 145) | _i2.Future<_i3.LatLngBounds> getVisibleRegion() method getScreenCoordinate (line 167) | _i2.Future<_i3.ScreenCoordinate> getScreenCoordinate(_i3.LatLng? latLng) method getLatLng (line 191) | _i2.Future<_i3.LatLng> getLatLng(_i3.ScreenCoordinate? screenCoordinate) method moveCamera (line 213) | _i2.Future moveCamera(_i3.CameraUpdate? cameraUpdate) method getZoomLevel (line 223) | _i2.Future getZoomLevel() method updateCircles (line 232) | void updateCircles(_i3.CircleUpdates? updates) method updatePolygons (line 240) | void updatePolygons(_i3.PolygonUpdates? updates) method updatePolylines (line 248) | void updatePolylines(_i3.PolylineUpdates? updates) method updateMarkers (line 256) | void updateMarkers(_i3.MarkerUpdates? updates) method showInfoWindow (line 264) | void showInfoWindow(_i3.MarkerId? markerId) method hideInfoWindow (line 272) | void hideInfoWindow(_i3.MarkerId? markerId) method isInfoWindowShown (line 280) | bool isInfoWindowShown(_i3.MarkerId? markerId) method dispose (line 289) | void dispose() FILE: packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/marker_test.dart function main (line 14) | void main() function onTap (line 26) | void onTap() function onDragStart (line 30) | void onDragStart(gmaps.LatLng _) function onDrag (line 34) | void onDrag(gmaps.LatLng _) function onDragEnd (line 38) | void onDragEnd(gmaps.LatLng _) FILE: packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/markers_test.dart function main (line 20) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/projection_test.dart function main (line 27) | void main() function pumpCenteredMap (line 211) | Future pumpCenteredMap( class CenteredMap (line 231) | class CenteredMap extends StatelessWidget { method build (line 249) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/shape_test.dart function main (line 13) | void main() function onTap (line 25) | void onTap() FILE: packages/google_maps_flutter/google_maps_flutter_web/example/integration_test/shapes_test.dart function main (line 22) | void main() FILE: packages/google_maps_flutter/google_maps_flutter_web/example/lib/main.dart function main (line 7) | void main() class MyApp (line 12) | class MyApp extends StatefulWidget { method createState (line 17) | State createState() class _MyAppState (line 20) | class _MyAppState extends State { method build (line 22) | Widget build(BuildContext context) FILE: packages/google_maps_flutter/google_maps_flutter_web/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/circle.dart class CircleController (line 8) | class CircleController { method update (line 37) | void update(gmaps.CircleOptions options) method remove (line 43) | void remove() FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/circles.dart class CirclesController (line 8) | class CirclesController extends GeometryController { method addCircles (line 28) | void addCircles(Set circlesToAdd) method _addCircle (line 32) | void _addCircle(Circle circle) method changeCircles (line 49) | void changeCircles(Set circlesToChange) method _changeCircle (line 53) | void _changeCircle(Circle circle) method removeCircles (line 60) | void removeCircles(Set circleIdsToRemove) method _removeCircle (line 65) | void _removeCircle(CircleId circleId) method _onCircleTap (line 72) | bool _onCircleTap(CircleId circleId) FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/convert.dart function _getCssColor (line 17) | String _getCssColor(Color color) function _getCssOpacity (line 25) | double _getCssOpacity(Color color) function _configurationAndStyleToGmapsOptions (line 48) | gmaps.MapOptions _configurationAndStyleToGmapsOptions( function _gmapTypeIDForPluginType (line 91) | gmaps.MapTypeId _gmapTypeIDForPluginType(MapType type) function _applyInitialPosition (line 112) | gmaps.MapOptions _applyInitialPosition( function _isJsonMapStyle (line 133) | bool _isJsonMapStyle(Map value) function _mapStyles (line 138) | List _mapStyles(String? mapStyleJson) function _latLngToGmLatLng (line 164) | gmaps.LatLng _latLngToGmLatLng(LatLng latLng) function _gmLatLngToLatLng (line 168) | LatLng _gmLatLngToLatLng(gmaps.LatLng latLng) function _gmLatLngBoundsTolatLngBounds (line 172) | LatLngBounds _gmLatLngBoundsTolatLngBounds(gmaps.LatLngBounds latLngBounds) function _gmViewportToCameraPosition (line 179) | CameraPosition _gmViewportToCameraPosition(gmaps.GMap map) function _infoWindowOptionsFromMarker (line 192) | gmaps.InfoWindowOptions? _infoWindowOptionsFromMarker(Marker marker) function _gmSizeFromIconConfig (line 238) | gmaps.Size? _gmSizeFromIconConfig(List iconConfig, int sizeIndex) function _gmIconFromBitmapDescriptor (line 253) | gmaps.Icon? _gmIconFromBitmapDescriptor(BitmapDescriptor bitmapDescriptor) function _markerOptionsFromMarker (line 294) | gmaps.MarkerOptions _markerOptionsFromMarker( function _circleOptionsFromCircle (line 314) | gmaps.CircleOptions _circleOptionsFromCircle(Circle circle) function _polygonOptionsFromPolygon (line 328) | gmaps.PolygonOptions _polygonOptionsFromPolygon( function _ensureHoleHasReverseWinding (line 361) | List _ensureHoleHasReverseWinding( function _isPolygonClockwise (line 393) | bool _isPolygonClockwise(List path) function _polylineOptionsFromPolyline (line 403) | gmaps.PolylineOptions _polylineOptionsFromPolyline( function _applyCameraUpdate (line 424) | void _applyCameraUpdate(gmaps.GMap map, CameraUpdate update) function asJsonObject (line 427) | Map asJsonObject(dynamic value) function asJsonList (line 432) | List asJsonList(dynamic value) function _pixelToLatLng (line 510) | gmaps.LatLng _pixelToLatLng(gmaps.GMap map, int x, int y) FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/google_maps_controller.dart type DebugCreateMapFunction (line 8) | @visibleForTesting class GoogleMapController (line 13) | class GoogleMapController { method _getViewType (line 62) | String _getViewType(int mapId) method debugSetOverrides (line 111) | void debugSetOverrides({ method _createMap (line 127) | gmaps.GMap _createMap(HtmlElement div, gmaps.MapOptions options) method init (line 158) | void init() method _attachMapEvents (line 183) | void _attachMapEvents(gmaps.GMap map) method _attachGeometryControllers (line 216) | void _attachGeometryControllers(gmaps.GMap map) method _renderInitialGeometry (line 241) | void _renderInitialGeometry({ method _mergeConfigurations (line 265) | MapConfiguration _mergeConfigurations(MapConfiguration update) method updateMapConfiguration (line 273) | void updateMapConfiguration(MapConfiguration update) method updateStyles (line 285) | void updateStyles(List styles) method _setOptions (line 293) | void _setOptions(gmaps.MapOptions options) method _setTrafficLayer (line 298) | void _setTrafficLayer(gmaps.GMap map, bool attach) method getVisibleRegion (line 312) | Future getVisibleRegion() method getScreenCoordinate (line 323) | Future getScreenCoordinate(LatLng latLng) method getLatLng (line 334) | Future getLatLng(ScreenCoordinate screenCoordinate) method moveCamera (line 344) | Future moveCamera(CameraUpdate cameraUpdate) method getZoomLevel (line 351) | Future getZoomLevel() method updateCircles (line 362) | void updateCircles(CircleUpdates updates) method updatePolygons (line 371) | void updatePolygons(PolygonUpdates updates) method updatePolylines (line 380) | void updatePolylines(PolylineUpdates updates) method updateMarkers (line 389) | void updateMarkers(MarkerUpdates updates) method showInfoWindow (line 398) | void showInfoWindow(MarkerId markerId) method hideInfoWindow (line 405) | void hideInfoWindow(MarkerId markerId) method isInfoWindowShown (line 412) | bool isInfoWindowShown(MarkerId markerId) method dispose (line 422) | void dispose() class WebMapReadyEvent (line 434) | class WebMapReadyEvent extends MapEvent { FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/google_maps_flutter_web.dart class GoogleMapsPlugin (line 10) | class GoogleMapsPlugin extends GoogleMapsFlutterPlatform { method registerWith (line 12) | void registerWith(Registrar registrar) method debugSetMapById (line 22) | void debugSetMapById(Map mapById) method _events (line 27) | Stream> _events(int mapId) method _map (line 30) | GoogleMapController _map(int mapId) method init (line 38) | Future init(int mapId) method updateMapConfiguration (line 50) | Future updateMapConfiguration( method updateMarkers (line 59) | Future updateMarkers( method updatePolygons (line 68) | Future updatePolygons( method updatePolylines (line 77) | Future updatePolylines( method updateCircles (line 86) | Future updateCircles( method updateTileOverlays (line 94) | Future updateTileOverlays({ method clearTileCache (line 102) | Future clearTileCache( method animateCamera (line 111) | Future animateCamera( method moveCamera (line 120) | Future moveCamera( method setMapStyle (line 134) | Future setMapStyle( method getVisibleRegion (line 143) | Future getVisibleRegion({ method getScreenCoordinate (line 151) | Future getScreenCoordinate( method getLatLng (line 160) | Future getLatLng( method showMarkerInfoWindow (line 173) | Future showMarkerInfoWindow( method hideMarkerInfoWindow (line 186) | Future hideMarkerInfoWindow( method isMarkerInfoWindowShown (line 199) | Future isMarkerInfoWindowShown( method getZoomLevel (line 208) | Future getZoomLevel({ method onCameraMoveStarted (line 218) | Stream onCameraMoveStarted({required int mapId}) method onCameraMove (line 223) | Stream onCameraMove({required int mapId}) method onCameraIdle (line 228) | Stream onCameraIdle({required int mapId}) method onMarkerTap (line 233) | Stream onMarkerTap({required int mapId}) method onInfoWindowTap (line 238) | Stream onInfoWindowTap({required int mapId}) method onMarkerDragStart (line 243) | Stream onMarkerDragStart({required int mapId}) method onMarkerDrag (line 248) | Stream onMarkerDrag({required int mapId}) method onMarkerDragEnd (line 253) | Stream onMarkerDragEnd({required int mapId}) method onPolylineTap (line 258) | Stream onPolylineTap({required int mapId}) method onPolygonTap (line 263) | Stream onPolygonTap({required int mapId}) method onCircleTap (line 268) | Stream onCircleTap({required int mapId}) method onTap (line 273) | Stream onTap({required int mapId}) method onLongPress (line 278) | Stream onLongPress({required int mapId}) method dispose (line 284) | void dispose({required int mapId}) method buildViewWithConfiguration (line 290) | Widget buildViewWithConfiguration( FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/marker.dart class MarkerController (line 8) | class MarkerController { method update (line 76) | void update( method remove (line 88) | void remove() method hideInfoWindow (line 100) | void hideInfoWindow() method showInfoWindow (line 111) | void showInfoWindow() FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/markers.dart class MarkersController (line 8) | class MarkersController extends GeometryController { method addMarkers (line 28) | void addMarkers(Set markersToAdd) method _addMarker (line 32) | void _addMarker(Marker marker) method changeMarkers (line 82) | void changeMarkers(Set markersToChange) method _changeMarker (line 86) | void _changeMarker(Marker marker) method removeMarkers (line 104) | void removeMarkers(Set markerIdsToRemove) method _removeMarker (line 108) | void _removeMarker(MarkerId markerId) method showMarkerInfoWindow (line 119) | void showMarkerInfoWindow(MarkerId markerId) method hideMarkerInfoWindow (line 128) | void hideMarkerInfoWindow(MarkerId markerId) method isInfoWindowShown (line 136) | bool isInfoWindowShown(MarkerId markerId) method _onMarkerTap (line 143) | bool _onMarkerTap(MarkerId markerId) method _onInfoWindowTap (line 150) | void _onInfoWindowTap(MarkerId markerId) method _onMarkerDragStart (line 154) | void _onMarkerDragStart(MarkerId markerId, gmaps.LatLng latLng) method _onMarkerDrag (line 162) | void _onMarkerDrag(MarkerId markerId, gmaps.LatLng latLng) method _onMarkerDragEnd (line 170) | void _onMarkerDragEnd(MarkerId markerId, gmaps.LatLng latLng) method _hideAllMarkerInfoWindow (line 178) | void _hideAllMarkerInfoWindow() FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/polygon.dart class PolygonController (line 8) | class PolygonController { method update (line 37) | void update(gmaps.PolygonOptions options) method remove (line 43) | void remove() FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/polygons.dart class PolygonsController (line 8) | class PolygonsController extends GeometryController { method addPolygons (line 28) | void addPolygons(Set polygonsToAdd) method _addPolygon (line 34) | void _addPolygon(Polygon polygon) method changePolygons (line 53) | void changePolygons(Set polygonsToChange) method _changePolygon (line 59) | void _changePolygon(Polygon polygon) method removePolygons (line 66) | void removePolygons(Set polygonIdsToRemove) method _removePolygon (line 71) | void _removePolygon(PolygonId polygonId) method _onPolygonTap (line 79) | bool _onPolygonTap(PolygonId polygonId) FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/polyline.dart class PolylineController (line 8) | class PolylineController { method update (line 37) | void update(gmaps.PolylineOptions options) method remove (line 44) | void remove() FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/polylines.dart class PolylinesController (line 8) | class PolylinesController extends GeometryController { method addPolylines (line 28) | void addPolylines(Set polylinesToAdd) method _addPolyline (line 32) | void _addPolyline(Polyline polyline) method changePolylines (line 51) | void changePolylines(Set polylinesToChange) method _changePolyline (line 55) | void _changePolyline(Polyline polyline) method removePolylines (line 63) | void removePolylines(Set polylineIdsToRemove) method _removePolyline (line 68) | void _removePolyline(PolylineId polylineId) method _onPolylineTap (line 77) | bool _onPolylineTap(PolylineId polylineId) FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/shims/dart_ui_fake.dart class platformViewRegistry (line 15) | class platformViewRegistry { method registerViewFactory (line 18) | bool registerViewFactory( class webOnlyAssetManager (line 26) | class webOnlyAssetManager { method getAssetUrl (line 29) | String getAssetUrl(String asset) type VoidCallback (line 33) | typedef VoidCallback = void Function(); FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/third_party/to_screen_location/to_screen_location.dart function toScreenLocation (line 31) | gmaps.Point toScreenLocation(gmaps.GMap map, gmaps.LatLng coords) FILE: packages/google_maps_flutter/google_maps_flutter_web/lib/src/types.dart type LatLngCallback (line 12) | typedef LatLngCallback = void Function(gmaps.LatLng latLng); class GeometryController (line 19) | abstract class GeometryController { method bindToMap (line 27) | void bindToMap(int mapId, gmaps.GMap googleMap) FILE: packages/google_maps_flutter/google_maps_flutter_web/test/tests_exist_elsewhere_test.dart function main (line 9) | void main() FILE: packages/google_sign_in/google_sign_in/example/android/app/src/androidTest/java/io/flutter/plugins/googlesigninexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/google_sign_in/google_sign_in/example/android/app/src/main/java/io/flutter/plugins/googlesigninexample/GoogleSignInTestActivity.java class GoogleSignInTestActivity (line 12) | public class GoogleSignInTestActivity extends FlutterActivity { method configureFlutterEngine (line 15) | @Override FILE: packages/google_sign_in/google_sign_in/example/integration_test/google_sign_in_test.dart function main (line 9) | void main() FILE: packages/google_sign_in/google_sign_in/example/lib/main.dart function main (line 23) | void main() class SignInDemo (line 32) | class SignInDemo extends StatefulWidget { method createState (line 36) | State createState() class SignInDemoState (line 39) | class SignInDemoState extends State { method initState (line 44) | void initState() method _handleGetContact (line 57) | Future _handleGetContact(GoogleSignInAccount user) method _pickFirstNamedContact (line 86) | String? _pickFirstNamedContact(Map data) method _handleSignIn (line 106) | Future _handleSignIn() method _handleSignOut (line 114) | Future _handleSignOut() method _buildBody (line 116) | Widget _buildBody() method build (line 156) | Widget build(BuildContext context) FILE: packages/google_sign_in/google_sign_in/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/google_sign_in/google_sign_in/lib/google_sign_in.dart class GoogleSignInAuthentication (line 20) | class GoogleSignInAuthentication { method toString (line 36) | String toString() class GoogleSignInAccount (line 43) | @immutable method clearAuthCache (line 127) | Future clearAuthCache() method toString (line 154) | String toString() class GoogleSignIn (line 167) | class GoogleSignIn { method _callMethod (line 270) | Future _callMethod( method _setCurrentUser (line 281) | GoogleSignInAccount? _setCurrentUser(GoogleSignInAccount? currentUser) method _ensureInitialized (line 289) | Future _ensureInitialized() method _waitFor (line 310) | Future _waitFor(Future future) method _addMethodCall (line 327) | Future _addMethodCall( method signInSilently (line 373) | Future signInSilently({ method isSignedIn (line 390) | Future isSignedIn() method signIn (line 405) | Future signIn() method isCanceled (line 408) | bool isCanceled(dynamic error) method signOut (line 414) | Future signOut() method disconnect (line 419) | Future disconnect() method requestScopes (line 423) | Future requestScopes(List scopes) FILE: packages/google_sign_in/google_sign_in/lib/src/common.dart class GoogleIdentity (line 6) | abstract class GoogleIdentity { FILE: packages/google_sign_in/google_sign_in/lib/src/fife.dart function addSizeDirectiveToUrl (line 37) | String addSizeDirectiveToUrl(String photoUrl, double size) FILE: packages/google_sign_in/google_sign_in/lib/testing.dart class FakeSignInBackend (line 29) | class FakeSignInBackend { method handleMethodCall (line 39) | Future handleMethodCall(MethodCall methodCall) class FakeUser (line 63) | class FakeUser { FILE: packages/google_sign_in/google_sign_in/lib/widgets.dart class GoogleUserCircleAvatar (line 13) | class GoogleUserCircleAvatar extends StatelessWidget { method build (line 64) | Widget build(BuildContext context) method _buildClippedImage (line 72) | Widget _buildClippedImage(BuildContext context, BoxConstraints constra... FILE: packages/google_sign_in/google_sign_in/test/fife_test.dart function main (line 8) | void main() FILE: packages/google_sign_in/google_sign_in/test/google_sign_in_test.dart class MockGoogleSignInAccount (line 17) | class MockGoogleSignInAccount extends Mock implements GoogleSignInAccoun... function main (line 20) | void main() function _verifyInit (line 359) | void _verifyInit( FILE: packages/google_sign_in/google_sign_in/test/google_sign_in_test.mocks.dart class _FakeGoogleSignInTokenData_0 (line 22) | class _FakeGoogleSignInTokenData_0 extends _i1.Fake class MockGoogleSignInPlatform (line 28) | class MockGoogleSignInPlatform extends _i1.Mock method init (line 39) | _i4.Future init( method initWithParams (line 54) | _i4.Future initWithParams(_i2.SignInInitParameters? params) method signInSilently (line 59) | _i4.Future<_i2.GoogleSignInUserData?> signInSilently() method signIn (line 64) | _i4.Future<_i2.GoogleSignInUserData?> signIn() method getTokens (line 69) | _i4.Future<_i2.GoogleSignInTokenData> getTokens( method signOut (line 78) | _i4.Future signOut() method disconnect (line 83) | _i4.Future disconnect() method isSignedIn (line 88) | _i4.Future isSignedIn() method clearAuthCache (line 92) | _i4.Future clearAuthCache({String? token}) method requestScopes (line 97) | _i4.Future requestScopes(List? scopes) FILE: packages/google_sign_in/google_sign_in/test/widgets_test.dart class _TestGoogleIdentity (line 14) | class _TestGoogleIdentity extends GoogleIdentity { class _MockHttpClient (line 37) | class _MockHttpClient extends Fake implements HttpClient { method getUrl (line 42) | Future getUrl(Uri url) class _MockHttpRequest (line 48) | class _MockHttpRequest extends Fake implements HttpClientRequest { method close (line 50) | Future close() class _MockHttpResponse (line 72) | class _MockHttpResponse extends Fake implements HttpClientResponse { method listen (line 85) | StreamSubscription listen(void Function(Uint8List event)? o... function main (line 95) | void main() FILE: packages/google_sign_in/google_sign_in_android/android/src/main/java/io/flutter/plugins/googlesignin/BackgroundTaskRunner.java class BackgroundTaskRunner (line 22) | public final class BackgroundTaskRunner { type Callback (line 28) | public interface Callback { method run (line 34) | void run(Future future); method BackgroundTaskRunner (line 44) | public BackgroundTaskRunner(int threads) { method runInBackground (line 56) | public void runInBackground(Callable task, final Callback ca... method runInBackground (line 75) | public ListenableFuture runInBackground(final Callable task) { FILE: packages/google_sign_in/google_sign_in_android/android/src/main/java/io/flutter/plugins/googlesignin/Executors.java class Executors (line 17) | public final class Executors { class UiThreadExecutor (line 19) | private static final class UiThreadExecutor implements Executor { method execute (line 22) | @Override method uiThreadExecutor (line 29) | public static Executor uiThreadExecutor() { method Executors (line 34) | private Executors() {} FILE: packages/google_sign_in/google_sign_in_android/android/src/main/java/io/flutter/plugins/googlesignin/GoogleSignInPlugin.java class GoogleSignInPlugin (line 47) | public class GoogleSignInPlugin implements MethodCallHandler, FlutterPlu... method registerWith (line 64) | @SuppressWarnings("deprecation") method initInstance (line 71) | @VisibleForTesting method setUpRegistrar (line 79) | @VisibleForTesting method dispose (line 85) | private void dispose() { method attachToActivity (line 91) | private void attachToActivity(ActivityPluginBinding activityPluginBind... method disposeActivity (line 97) | private void disposeActivity() { method onAttachedToEngine (line 103) | @Override method onDetachedFromEngine (line 109) | @Override method onAttachedToActivity (line 114) | @Override method onDetachedFromActivityForConfigChanges (line 119) | @Override method onReattachedToActivityForConfigChanges (line 124) | @Override method onDetachedFromActivity (line 129) | @Override method onMethodCall (line 134) | @Override type IDelegate (line 200) | public interface IDelegate { method init (line 202) | public void init( method signInSilently (line 215) | public void signInSilently(Result result); method signIn (line 221) | public void signIn(Result result); method getTokens (line 230) | public void getTokens(final Result result, final String email, final... method clearAuthCache (line 236) | public void clearAuthCache(final Result result, final String token); method signOut (line 242) | public void signOut(Result result); method disconnect (line 245) | public void disconnect(Result result); method isSignedIn (line 248) | public void isSignedIn(Result result); method requestScopes (line 251) | public void requestScopes(final Result result, final List sc... class Delegate (line 263) | public static class Delegate implements IDelegate, PluginRegistry.Acti... method Delegate (line 294) | public Delegate(Context context, GoogleSignInWrapper googleSignInWra... method setUpRegistrar (line 299) | @SuppressWarnings("deprecation") method setActivity (line 305) | public void setActivity(Activity activity) { method getActivity (line 310) | public Activity getActivity() { method checkAndSetPendingOperation (line 314) | private void checkAndSetPendingOperation(String method, Result resul... method checkAndSetPendingOperation (line 318) | private void checkAndSetPendingOperation(String method, Result resul... method init (line 330) | @Override method signInSilently (line 403) | @Override method signIn (line 425) | @Override method signOut (line 440) | @Override method disconnect (line 460) | @Override method isSignedIn (line 480) | @Override method requestScopes (line 486) | @Override method onSignInResult (line 514) | private void onSignInResult(Task completedTask) { method onSignInAccount (line 527) | private void onSignInAccount(GoogleSignInAccount account) { method errorCodeForStatus (line 540) | private String errorCodeForStatus(int statusCode) { method finishWithSuccess (line 558) | private void finishWithSuccess(Object data) { method finishWithError (line 563) | private void finishWithError(String errorCode, String errorMessage) { class PendingOperation (line 568) | private static class PendingOperation { method PendingOperation (line 573) | PendingOperation(String method, Result result, Object data) { method clearAuthCache (line 581) | @Override method getTokens (line 616) | @Override method onActivityResult (line 677) | @Override FILE: packages/google_sign_in/google_sign_in_android/android/src/main/java/io/flutter/plugins/googlesignin/GoogleSignInWrapper.java class GoogleSignInWrapper (line 24) | public class GoogleSignInWrapper { method getClient (line 26) | GoogleSignInClient getClient(Context context, GoogleSignInOptions opti... method getLastSignedInAccount (line 30) | GoogleSignInAccount getLastSignedInAccount(Context context) { method hasPermissions (line 34) | boolean hasPermissions(GoogleSignInAccount account, Scope scope) { method requestPermissions (line 38) | void requestPermissions( FILE: packages/google_sign_in/google_sign_in_android/android/src/test/java/io/flutter/plugins/googlesignin/GoogleSignInTest.java class GoogleSignInTest (line 40) | public class GoogleSignInTest { method setUp (line 53) | @Before method requestScopes_ResultErrorIfAccountIsNull (line 65) | @Test method requestScopes_ResultTrueIfAlreadyGranted (line 73) | @Test method requestScopes_RequestsPermissionIfNotGranted (line 88) | @Test method requestScopes_ReturnsFalseIfPermissionDenied (line 105) | @Test method requestScopes_ReturnsTrueIfPermissionGranted (line 130) | @Test method requestScopes_mayBeCalledRepeatedly_ifAlreadyGranted (line 153) | @Test method requestScopes_mayBeCalledRepeatedly_ifNotSignedIn (line 179) | @Test method signInThrowsWithoutActivity (line 203) | @Test(expected = IllegalStateException.class) method signInSilentlyThatImmediatelyCompletesWithoutResultFinishesWithError (line 212) | @Test method init_LoadsServerClientIdFromResources (line 233) | @Test method init_InterpretsClientIdAsServerClientId (line 246) | @Test method init_ForwardsServerClientId (line 253) | @Test method init_IgnoresClientIdIfServerClientIdIsProvided (line 260) | @Test method init_PassesForceCodeForRefreshTokenFalseWithServerClientIdParameter (line 268) | @Test method init_PassesForceCodeForRefreshTokenTrueWithServerClientIdParameter (line 275) | @Test method init_PassesForceCodeForRefreshTokenFalseWithServerClientIdFromResources (line 282) | @Test method init_PassesForceCodeForRefreshTokenTrueWithServerClientIdFromResources (line 296) | @Test method initAndAssertServerClientId (line 310) | public void initAndAssertServerClientId(MethodCall methodCall, String ... method initAndAssertForceCodeForRefreshToken (line 320) | public void initAndAssertForceCodeForRefreshToken( method buildInitMethodCall (line 332) | private static MethodCall buildInitMethodCall(String clientId, String ... method buildInitMethodCall (line 337) | private static MethodCall buildInitMethodCall( method buildInitMethodCall (line 347) | private static MethodCall buildInitMethodCall( FILE: packages/google_sign_in/google_sign_in_android/example/android/app/src/androidTest/java/io/flutter/plugins/googlesigninexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/google_sign_in/google_sign_in_android/example/android/app/src/androidTest/java/io/flutter/plugins/googlesigninexample/GoogleSignInTest.java class GoogleSignInTest (line 13) | public class GoogleSignInTest { method googleSignInPluginIsAdded (line 14) | @Test FILE: packages/google_sign_in/google_sign_in_android/example/android/app/src/main/java/io/flutter/plugins/googlesigninexample/GoogleSignInTestActivity.java class GoogleSignInTestActivity (line 12) | public class GoogleSignInTestActivity extends FlutterActivity { method configureFlutterEngine (line 15) | @Override FILE: packages/google_sign_in/google_sign_in_android/example/integration_test/google_sign_in_test.dart function main (line 9) | void main() FILE: packages/google_sign_in/google_sign_in_android/example/lib/main.dart function main (line 15) | void main() class SignInDemo (line 24) | class SignInDemo extends StatefulWidget { method createState (line 28) | State createState() class SignInDemoState (line 31) | class SignInDemoState extends State { method initState (line 38) | void initState() method _ensureInitialized (line 43) | Future _ensureInitialized() method _setUser (line 56) | void _setUser(GoogleSignInUserData? user) method _signIn (line 65) | Future _signIn() method _getAuthHeaders (line 72) | Future> _getAuthHeaders() method _handleGetContact (line 92) | Future _handleGetContact(GoogleSignInUserData user) method _handleSignIn (line 118) | Future _handleSignIn() method _handleSignOut (line 131) | Future _handleSignOut() method _buildBody (line 136) | Widget _buildBody() method build (line 173) | Widget build(BuildContext context) FILE: packages/google_sign_in/google_sign_in_android/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/google_sign_in/google_sign_in_android/lib/google_sign_in_android.dart class GoogleSignInAndroid (line 14) | class GoogleSignInAndroid extends GoogleSignInPlatform { method registerWith (line 22) | void registerWith() method init (line 27) | Future init({ method initWithParams (line 42) | Future initWithParams(SignInInitParameters params) method signInSilently (line 54) | Future signInSilently() method signIn (line 61) | Future signIn() method getTokens (line 68) | Future getTokens( method signOut (line 78) | Future signOut() method disconnect (line 83) | Future disconnect() method isSignedIn (line 88) | Future isSignedIn() method clearAuthCache (line 93) | Future clearAuthCache({String? token}) method requestScopes (line 101) | Future requestScopes(List scopes) FILE: packages/google_sign_in/google_sign_in_android/lib/src/utils.dart function getUserDataFromMap (line 8) | GoogleSignInUserData? getUserDataFromMap(Map? data) function getTokenDataFromMap (line 22) | GoogleSignInTokenData getTokenDataFromMap(Map data) FILE: packages/google_sign_in/google_sign_in_android/test/google_sign_in_android_test.dart function main (line 41) | void main() function _ambiguate (line 172) | T? _ambiguate(T? value) FILE: packages/google_sign_in/google_sign_in_ios/example/integration_test/google_sign_in_test.dart function main (line 9) | void main() FILE: packages/google_sign_in/google_sign_in_ios/example/lib/main.dart function main (line 15) | void main() class SignInDemo (line 24) | class SignInDemo extends StatefulWidget { method createState (line 28) | State createState() class SignInDemoState (line 31) | class SignInDemoState extends State { method initState (line 39) | void initState() method _ensureInitialized (line 44) | Future _ensureInitialized() method _setUser (line 57) | void _setUser(GoogleSignInUserData? user) method _signIn (line 66) | Future _signIn() method _getAuthHeaders (line 73) | Future> _getAuthHeaders() method _handleGetContact (line 93) | Future _handleGetContact(GoogleSignInUserData user) method _handleSignIn (line 119) | Future _handleSignIn() method _handleSignOut (line 132) | Future _handleSignOut() method _buildBody (line 137) | Widget _buildBody() method build (line 174) | Widget build(BuildContext context) FILE: packages/google_sign_in/google_sign_in_ios/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/google_sign_in/google_sign_in_ios/lib/google_sign_in_ios.dart class GoogleSignInIOS (line 14) | class GoogleSignInIOS extends GoogleSignInPlatform { method registerWith (line 22) | void registerWith() method init (line 27) | Future init({ method initWithParams (line 42) | Future initWithParams(SignInInitParameters params) method signInSilently (line 57) | Future signInSilently() method signIn (line 64) | Future signIn() method getTokens (line 71) | Future getTokens( method signOut (line 81) | Future signOut() method disconnect (line 86) | Future disconnect() method isSignedIn (line 91) | Future isSignedIn() method clearAuthCache (line 96) | Future clearAuthCache({String? token}) method requestScopes (line 102) | Future requestScopes(List scopes) FILE: packages/google_sign_in/google_sign_in_ios/lib/src/utils.dart function getUserDataFromMap (line 8) | GoogleSignInUserData? getUserDataFromMap(Map? data) function getTokenDataFromMap (line 22) | GoogleSignInTokenData getTokenDataFromMap(Map data) FILE: packages/google_sign_in/google_sign_in_ios/test/google_sign_in_ios_test.dart function main (line 41) | void main() function _ambiguate (line 175) | T? _ambiguate(T? value) FILE: packages/google_sign_in/google_sign_in_platform_interface/lib/google_sign_in_platform_interface.dart class GoogleSignInPlatform (line 24) | abstract class GoogleSignInPlatform extends PlatformInterface { method init (line 75) | Future init({ method initWithParams (line 90) | Future initWithParams(SignInInitParameters params) method signInSilently (line 100) | Future signInSilently() method signIn (line 105) | Future signIn() method getTokens (line 110) | Future getTokens( method signOut (line 116) | Future signOut() method disconnect (line 121) | Future disconnect() method isSignedIn (line 126) | Future isSignedIn() method clearAuthCache (line 131) | Future clearAuthCache({required String token}) method requestScopes (line 139) | Future requestScopes(List scopes) FILE: packages/google_sign_in/google_sign_in_platform_interface/lib/src/method_channel_google_sign_in.dart class MethodChannelGoogleSignIn (line 14) | class MethodChannelGoogleSignIn extends GoogleSignInPlatform { method init (line 22) | Future init({ method initWithParams (line 36) | Future initWithParams(SignInInitParameters params) method signInSilently (line 48) | Future signInSilently() method signIn (line 55) | Future signIn() method getTokens (line 62) | Future getTokens( method signOut (line 72) | Future signOut() method disconnect (line 77) | Future disconnect() method isSignedIn (line 82) | Future isSignedIn() method clearAuthCache (line 87) | Future clearAuthCache({String? token}) method requestScopes (line 95) | Future requestScopes(List scopes) FILE: packages/google_sign_in/google_sign_in_platform_interface/lib/src/types.dart type SignInOption (line 11) | enum SignInOption { class SignInInitParameters (line 30) | @immutable class GoogleSignInUserData (line 85) | class GoogleSignInUserData { class GoogleSignInTokenData (line 159) | class GoogleSignInTokenData { FILE: packages/google_sign_in/google_sign_in_platform_interface/lib/src/utils.dart function getUserDataFromMap (line 8) | GoogleSignInUserData? getUserDataFromMap(Map? data) function getTokenDataFromMap (line 22) | GoogleSignInTokenData getTokenDataFromMap(Map data) FILE: packages/google_sign_in/google_sign_in_platform_interface/test/google_sign_in_platform_interface_test.dart function main (line 10) | void main() class LegacyIsMockImplementation (line 84) | class LegacyIsMockImplementation extends Mock implements GoogleSignInPla... class ModernMockImplementation (line 89) | class ModernMockImplementation extends Mock class ImplementsGoogleSignInPlatform (line 96) | class ImplementsGoogleSignInPlatform extends Mock class ExtendsGoogleSignInPlatform (line 99) | class ExtendsGoogleSignInPlatform extends GoogleSignInPlatform {} FILE: packages/google_sign_in/google_sign_in_platform_interface/test/method_channel_google_sign_in_test.dart function main (line 40) | void main() function _ambiguate (line 170) | T? _ambiguate(T? value) FILE: packages/google_sign_in/google_sign_in_web/example/integration_test/google_sign_in_web_test.dart function main (line 23) | void main() FILE: packages/google_sign_in/google_sign_in_web/example/integration_test/google_sign_in_web_test.mocks.dart class _FakeGoogleSignInTokenData_0 (line 24) | class _FakeGoogleSignInTokenData_0 extends _i1.SmartFake class MockGisSdkClient (line 38) | class MockGisSdkClient extends _i1.Mock implements _i3.GisSdkClient { method signInSilently (line 40) | _i4.Future<_i2.GoogleSignInUserData?> signInSilently() method signIn (line 50) | _i4.Future<_i2.GoogleSignInUserData?> signIn() method getTokens (line 60) | _i2.GoogleSignInTokenData getTokens() method signOut (line 81) | _i4.Future signOut() method disconnect (line 90) | _i4.Future disconnect() method isSignedIn (line 99) | _i4.Future isSignedIn() method clearAuthCache (line 108) | _i4.Future clearAuthCache() method requestScopes (line 117) | _i4.Future requestScopes(List? scopes) FILE: packages/google_sign_in/google_sign_in_web/example/integration_test/people_test.dart function main (line 19) | void main() FILE: packages/google_sign_in/google_sign_in_web/example/integration_test/src/dom.dart class DomHtmlDocument (line 16) | @JS() function createElement (line 26) | DomHtmlElement createElement(String tagName) class DomHtmlElement (line 30) | @JS() function appendChild (line 37) | DomHtmlElement appendChild(DomHtmlElement child) function remove (line 40) | void remove() class DomHtmlMetaElement (line 44) | @JS() FILE: packages/google_sign_in/google_sign_in_web/example/integration_test/src/jsify_as.dart function jsifyAs (line 8) | T jsifyAs(Map data) FILE: packages/google_sign_in/google_sign_in_web/example/integration_test/src/person.dart function mapWithoutKeys (line 57) | T mapWithoutKeys>( FILE: packages/google_sign_in/google_sign_in_web/example/integration_test/utils_test.dart function main (line 17) | void main() FILE: packages/google_sign_in/google_sign_in_web/example/lib/main.dart function main (line 7) | void main() class MyApp (line 12) | class MyApp extends StatefulWidget { method createState (line 17) | State createState() class _MyAppState (line 20) | class _MyAppState extends State { method build (line 22) | Widget build(BuildContext context) FILE: packages/google_sign_in/google_sign_in_web/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/google_sign_in/google_sign_in_web/lib/google_sign_in_web.dart class GoogleSignInPlugin (line 26) | class GoogleSignInPlugin extends GoogleSignInPlatform { method _assertIsInitCalled (line 52) | void _assertIsInitCalled() method registerWith (line 73) | void registerWith(Registrar registrar) method init (line 78) | Future init({ method initWithParams (line 93) | Future initWithParams( method signInSilently (line 127) | Future signInSilently() method signIn (line 139) | Future signIn() method getTokens (line 161) | Future getTokens({ method signOut (line 171) | Future signOut() method disconnect (line 178) | Future disconnect() method isSignedIn (line 185) | Future isSignedIn() method clearAuthCache (line 192) | Future clearAuthCache({required String token}) method requestScopes (line 199) | Future requestScopes(List scopes) FILE: packages/google_sign_in/google_sign_in_web/lib/src/gis_client.dart class GisSdkClient (line 20) | class GisSdkClient { method _configureStreams (line 49) | void _configureStreams() method _initializeIdClient (line 65) | void _initializeIdClient( method _onCredentialResponse (line 82) | void _onCredentialResponse(CredentialResponse response) method _initializeTokenClient (line 91) | TokenClient _initializeTokenClient( method _onTokenResponse (line 113) | void _onTokenResponse(TokenResponse response) method _onTokenError (line 125) | void _onTokenError(Object? error) method signInSilently (line 137) | Future signInSilently() method _onPromptMoment (line 154) | Future _onPromptMoment( method signIn (line 196) | Future signIn() method _computeUserDataForLastToken (line 223) | Future _computeUserDataForLastToken() method getTokens (line 239) | GoogleSignInTokenData getTokens() method signOut (line 247) | Future signOut() method disconnect (line 253) | Future disconnect() method isSignedIn (line 261) | Future isSignedIn() method clearAuthCache (line 266) | Future clearAuthCache() method requestScopes (line 275) | Future requestScopes(List scopes) FILE: packages/google_sign_in/google_sign_in_web/lib/src/people.dart function requestUserData (line 24) | Future requestUserData( function extractUserData (line 42) | GoogleSignInUserData? extractUserData(Map json) function _extractUserId (line 74) | String? _extractUserId(Map profile) function _extractPrimaryField (line 87) | T? _extractPrimaryField(List? values, String fieldName) function _extractPath (line 109) | T _extractPath( function _doRequest (line 133) | Future> _doRequest( FILE: packages/google_sign_in/google_sign_in_web/lib/src/utils.dart function getJwtTokenPayload (line 33) | Map? getJwtTokenPayload(String? token) function decodeJwtPayload (line 45) | Map? decodeJwtPayload(String? payload) function gisResponsesToUserData (line 59) | GoogleSignInUserData? gisResponsesToUserData( function gisResponsesToTokenData (line 82) | GoogleSignInTokenData gisResponsesToTokenData( FILE: packages/google_sign_in/google_sign_in_web/test/tests_exist_elsewhere_test.dart function main (line 9) | void main() FILE: packages/image_picker/image_picker/example/android/app/src/androidTest/java/io/flutter/plugins/imagepickerexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/image_picker/image_picker/example/android/app/src/main/java/io/flutter/plugins/imagepickerexample/ImagePickerTestActivity.java class ImagePickerTestActivity (line 12) | public class ImagePickerTestActivity extends FlutterActivity { method configureFlutterEngine (line 15) | @Override FILE: packages/image_picker/image_picker/example/integration_test/image_picker_test.dart function main (line 8) | void main() FILE: packages/image_picker/image_picker/example/lib/main.dart function main (line 15) | void main() class MyApp (line 19) | class MyApp extends StatelessWidget { method build (line 23) | Widget build(BuildContext context) class MyHomePage (line 31) | class MyHomePage extends StatefulWidget { method createState (line 37) | State createState() class _MyHomePageState (line 40) | class _MyHomePageState extends State { method _setImageFileListFromFile (line 43) | void _setImageFileListFromFile(XFile? value) method _playVideo (line 59) | Future _playVideo(XFile? file) method _onImageButtonPressed (line 83) | Future _onImageButtonPressed(ImageSource source, method deactivate (line 133) | void deactivate() method dispose (line 142) | void dispose() method _disposeVideoController (line 150) | Future _disposeVideoController() method _previewVideo (line 158) | Widget _previewVideo() method _previewImages (line 175) | Widget _previewImages() method _handlePreview (line 211) | Widget _handlePreview() method retrieveLostData (line 219) | Future retrieveLostData() method build (line 244) | Widget build(BuildContext context) method _getRetrieveErrorWidget (line 354) | Text? _getRetrieveErrorWidget() method _displayPickImageDialog (line 363) | Future _displayPickImageDialog( type OnPickImageCallback (line 422) | typedef OnPickImageCallback = void Function( class AspectRatioVideo (line 425) | class AspectRatioVideo extends StatefulWidget { method createState (line 431) | AspectRatioVideoState createState() class AspectRatioVideoState (line 434) | class AspectRatioVideoState extends State { method _onVideoControllerUpdate (line 438) | void _onVideoControllerUpdate() method initState (line 449) | void initState() method dispose (line 455) | void dispose() method build (line 461) | Widget build(BuildContext context) FILE: packages/image_picker/image_picker/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/image_picker/image_picker/lib/image_picker.dart class ImagePicker (line 23) | class ImagePicker { method getImage (line 63) | Future getImage({ method getMultiImage (line 104) | Future?> getMultiImage({ method getVideo (line 139) | Future getVideo({ method getLostData (line 165) | Future getLostData() method pickImage (line 212) | Future pickImage({ method pickMultiImage (line 274) | Future> pickMultiImage({ method pickVideo (line 325) | Future pickVideo({ method retrieveLostData (line 351) | Future retrieveLostData() FILE: packages/image_picker/image_picker/test/image_picker_deprecated_test.dart class MockImagePickerPlatform (line 20) | class MockImagePickerPlatform extends base_mock.MockImagePickerPlatform function main (line 23) | void main() FILE: packages/image_picker/image_picker/test/image_picker_test.dart class MockImagePickerPlatform (line 16) | class MockImagePickerPlatform extends base_mock.MockImagePickerPlatform function main (line 20) | void main() FILE: packages/image_picker/image_picker/test/image_picker_test.mocks.dart class _FakeLostData_0 (line 23) | class _FakeLostData_0 extends _i1.Fake implements _i2.LostData {} class _FakeLostDataResponse_1 (line 25) | class _FakeLostDataResponse_1 extends _i1.Fake class MockImagePickerPlatform (line 31) | class MockImagePickerPlatform extends _i1.Mock method pickImage (line 38) | _i4.Future<_i2.PickedFile?> pickImage( method pickMultiImage (line 56) | _i4.Future?> pickMultiImage( method pickVideo (line 68) | _i4.Future<_i2.PickedFile?> pickVideo( method retrieveLostData (line 82) | _i4.Future<_i2.LostData> retrieveLostData() method getImage (line 88) | _i4.Future<_i5.XFile?> getImage( method getMultiImage (line 105) | _i4.Future?> getMultiImage( method getVideo (line 117) | _i4.Future<_i5.XFile?> getVideo( method getLostData (line 130) | _i4.Future<_i2.LostDataResponse> getLostData() method getImageFromSource (line 137) | _i4.Future<_i5.XFile?> getImageFromSource( method getMultiImageWithOptions (line 146) | _i4.Future> getMultiImageWithOptions( FILE: packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ExifDataCopier.java class ExifDataCopier (line 12) | class ExifDataCopier { method copyExif (line 13) | void copyExif(String filePathOri, String filePathDest) { method setIfNotNull (line 50) | private static void setIfNotNull(ExifInterface oldExif, ExifInterface ... FILE: packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/FileUtils.java class FileUtils (line 40) | class FileUtils { method getPathFromUri (line 51) | String getPathFromUri(final Context context, final Uri uri) { method getImageExtension (line 78) | private static String getImageExtension(Context context, Uri uriImage) { method getImageName (line 103) | private static String getImageName(Context context, Uri uriImage) { method queryImageName (line 110) | private static Cursor queryImageName(Context context, Uri uriImage) { method copy (line 116) | private static void copy(InputStream in, OutputStream out) throws IOEx... FILE: packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerCache.java class ImagePickerCache (line 19) | class ImagePickerCache { method ImagePickerCache (line 52) | ImagePickerCache(Context context) { method saveTypeWithMethodCallName (line 56) | void saveTypeWithMethodCallName(String methodCallName) { method setType (line 65) | private void setType(String type) { method saveDimensionWithMethodCall (line 70) | void saveDimensionWithMethodCall(MethodCall methodCall) { method setMaxDimension (line 81) | private void setMaxDimension(Double maxWidth, Double maxHeight, int im... method savePendingCameraMediaUriPath (line 97) | void savePendingCameraMediaUriPath(Uri uri) { method retrievePendingCameraMediaUriPath (line 101) | String retrievePendingCameraMediaUriPath() { method saveResult (line 106) | void saveResult( method clear (line 124) | void clear() { method getCacheMap (line 128) | Map getCacheMap() { FILE: packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerDelegate.java type CameraDevice (line 32) | enum CameraDevice { class ImagePickerDelegate (line 75) | public class ImagePickerDelegate type PermissionManager (line 97) | interface PermissionManager { method isPermissionGranted (line 98) | boolean isPermissionGranted(String permissionName); method askForPermission (line 100) | void askForPermission(String permissionName, int requestCode); method needRequestCameraPermission (line 102) | boolean needRequestCameraPermission(); type FileUriResolver (line 105) | interface FileUriResolver { method resolveFileProviderUriForFile (line 106) | Uri resolveFileProviderUriForFile(String fileProviderName, File imag... method getFullImagePath (line 108) | void getFullImagePath(Uri imageUri, OnPathReadyListener listener); type OnPathReadyListener (line 111) | interface OnPathReadyListener { method onPathReady (line 112) | void onPathReady(String path); method ImagePickerDelegate (line 119) | public ImagePickerDelegate( method ImagePickerDelegate (line 175) | @VisibleForTesting method setCameraDevice (line 198) | void setCameraDevice(CameraDevice device) { method getCameraDevice (line 202) | CameraDevice getCameraDevice() { method saveStateBeforeResult (line 207) | void saveStateBeforeResult() { method retrieveLostImage (line 219) | void retrieveLostImage(MethodChannel.Result result) { method chooseVideoFromGallery (line 246) | public void chooseVideoFromGallery(MethodCall methodCall, MethodChanne... method launchPickVideoFromGalleryIntent (line 255) | private void launchPickVideoFromGalleryIntent() { method takeVideoWithCamera (line 262) | public void takeVideoWithCamera(MethodCall methodCall, MethodChannel.R... method launchTakeVideoWithCameraIntent (line 278) | private void launchTakeVideoWithCameraIntent() { method chooseImageFromGallery (line 309) | public void chooseImageFromGallery(MethodCall methodCall, MethodChanne... method chooseMultiImageFromGallery (line 318) | public void chooseMultiImageFromGallery(MethodCall methodCall, MethodC... method launchPickImageFromGalleryIntent (line 327) | private void launchPickImageFromGalleryIntent() { method launchMultiPickImageFromGalleryIntent (line 334) | private void launchMultiPickImageFromGalleryIntent() { method takeImageWithCamera (line 344) | public void takeImageWithCamera(MethodCall methodCall, MethodChannel.R... method needRequestCameraPermission (line 359) | private boolean needRequestCameraPermission() { method launchTakeImageWithCameraIntent (line 366) | private void launchTakeImageWithCameraIntent() { method createTemporaryWritableImageFile (line 393) | private File createTemporaryWritableImageFile() { method createTemporaryWritableVideoFile (line 397) | private File createTemporaryWritableVideoFile() { method createTemporaryWritableFile (line 401) | private File createTemporaryWritableFile(String suffix) { method grantUriPermissions (line 415) | private void grantUriPermissions(Intent intent, Uri imageUri) { method onRequestPermissionsResult (line 428) | @Override method onActivityResult (line 461) | @Override method handleChooseImageResult (line 486) | private void handleChooseImageResult(int resultCode, Intent data) { method handleChooseMultiImageResult (line 497) | private void handleChooseMultiImageResult(int resultCode, Intent inten... method handleChooseVideoResult (line 515) | private void handleChooseVideoResult(int resultCode, Intent data) { method handleCaptureImageResult (line 526) | private void handleCaptureImageResult(int resultCode) { method handleCaptureVideoResult (line 545) | private void handleCaptureVideoResult(int resultCode) { method handleMultiImageResult (line 564) | private void handleMultiImageResult( method handleImageResult (line 585) | private void handleImageResult(String path, boolean shouldDeleteOrigin... method getResizedImagePath (line 598) | private String getResizedImagePath(String path) { method handleVideoResult (line 606) | private void handleVideoResult(String path) { method setPendingMethodCallAndResult (line 610) | private boolean setPendingMethodCallAndResult( method finishWithSuccess (line 629) | private void finishWithSuccess(@Nullable String imagePath) { method finishWithListSuccess (line 643) | private void finishWithListSuccess(ArrayList imagePaths) { method finishWithAlreadyActiveError (line 652) | private void finishWithAlreadyActiveError(MethodChannel.Result result) { method finishWithError (line 656) | private void finishWithError(String errorCode, String errorMessage) { method clearMethodCallAndResult (line 665) | private void clearMethodCallAndResult() { method useFrontCamera (line 670) | private void useFrontCamera(Intent intent) { FILE: packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerFileProvider.java class ImagePickerFileProvider (line 14) | public class ImagePickerFileProvider extends FileProvider {} FILE: packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerPlugin.java class ImagePickerPlugin (line 27) | @SuppressWarnings("deprecation") class LifeCycleObserver (line 31) | private class LifeCycleObserver method LifeCycleObserver (line 35) | LifeCycleObserver(Activity activity) { method onCreate (line 39) | @Override method onStart (line 42) | @Override method onResume (line 45) | @Override method onPause (line 48) | @Override method onStop (line 51) | @Override method onDestroy (line 56) | @Override method onActivityCreated (line 61) | @Override method onActivityStarted (line 64) | @Override method onActivityResumed (line 67) | @Override method onActivityPaused (line 70) | @Override method onActivitySaveInstanceState (line 73) | @Override method onActivityDestroyed (line 76) | @Override method onActivityStopped (line 85) | @Override class ActivityState (line 97) | private class ActivityState { method ActivityState (line 109) | ActivityState( method ActivityState (line 139) | ActivityState(final ImagePickerDelegate delegate, final Activity act... method release (line 144) | void release() { method getActivity (line 171) | Activity getActivity() { method getDelegate (line 175) | ImagePickerDelegate getDelegate() { method registerWith (line 194) | @SuppressWarnings("deprecation") method ImagePickerPlugin (line 216) | public ImagePickerPlugin() {} method ImagePickerPlugin (line 218) | @VisibleForTesting method getActivityState (line 223) | @VisibleForTesting method onAttachedToEngine (line 228) | @Override method onDetachedFromEngine (line 233) | @Override method onAttachedToActivity (line 238) | @Override method onDetachedFromActivity (line 248) | @Override method onDetachedFromActivityForConfigChanges (line 253) | @Override method onReattachedToActivityForConfigChanges (line 258) | @Override method setup (line 263) | private void setup( method tearDown (line 273) | private void tearDown() { method constructDelegate (line 280) | @VisibleForTesting class MethodResultWrapper (line 291) | private static class MethodResultWrapper implements MethodChannel.Resu... method MethodResultWrapper (line 295) | MethodResultWrapper(MethodChannel.Result result) { method success (line 300) | @Override method error (line 311) | @Override method notImplemented (line 323) | @Override method onMethodCall (line 335) | @Override FILE: packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ImagePickerUtils.java class ImagePickerUtils (line 14) | final class ImagePickerUtils { method isPermissionPresentInManifest (line 16) | private static boolean isPermissionPresentInManifest(Context context, ... method needRequestCameraPermission (line 39) | static boolean needRequestCameraPermission(Context context) { FILE: packages/image_picker/image_picker_android/android/src/main/java/io/flutter/plugins/imagepicker/ImageResizer.java class ImageResizer (line 16) | class ImageResizer { method ImageResizer (line 20) | ImageResizer(File externalFilesDirectory, ExifDataCopier exifDataCopie... method resizeImageIfNeeded (line 31) | String resizeImageIfNeeded( method resizedImage (line 56) | private File resizedImage( method createFile (line 107) | private File createFile(File externalFilesDirectory, String child) { method createOutputStream (line 115) | private FileOutputStream createOutputStream(File imageFile) throws IOE... method copyExif (line 119) | private void copyExif(String filePathOri, String filePathDest) { method decodeFile (line 123) | private Bitmap decodeFile(String path) { method createScaledBitmap (line 127) | private Bitmap createScaledBitmap(Bitmap bmp, int width, int height, b... method isImageQualityValid (line 131) | private boolean isImageQualityValid(Integer imageQuality) { method createImageOnExternalDirectory (line 135) | private File createImageOnExternalDirectory(String name, Bitmap bitmap... FILE: packages/image_picker/image_picker_android/android/src/test/java/io/flutter/plugins/imagepicker/FileUtilTest.java class FileUtilTest (line 33) | @RunWith(RobolectricTestRunner.class) method before (line 40) | @Before method FileUtil_GetPathFromUri (line 47) | @Test method FileUtil_getImageExtension (line 66) | @Test method FileUtil_getImageName (line 75) | @Test class MockContentProvider (line 85) | private static class MockContentProvider extends ContentProvider { method onCreate (line 87) | @Override method query (line 92) | @Nullable method getType (line 105) | @Nullable method insert (line 111) | @Nullable method delete (line 117) | @Override method update (line 123) | @Override FILE: packages/image_picker/image_picker_android/android/src/test/java/io/flutter/plugins/imagepicker/ImagePickerCacheTest.java class ImagePickerCacheTest (line 27) | public class ImagePickerCacheTest { method setUp (line 37) | @Before method ImageCache_ShouldBeAbleToSetAndGetQuality (line 100) | @Test FILE: packages/image_picker/image_picker_android/android/src/test/java/io/flutter/plugins/imagepicker/ImagePickerDelegateTest.java class ImagePickerDelegateTest (line 44) | public class ImagePickerDelegateTest { class MockFileUriResolver (line 62) | private static class MockFileUriResolver implements ImagePickerDelegat... method resolveFileProviderUriForFile (line 63) | @Override method getFullImagePath (line 68) | @Override method setUp (line 74) | @Before method tearDown (line 106) | @After method whenConstructed_setsCorrectFileProviderName (line 111) | @Test method chooseImageFromGallery_WhenPendingResultExists_FinishesWithAlreadyActiveError (line 117) | @Test method chooseMultiImageFromGallery_WhenPendingResultExists_FinishesWithAlreadyActiveError (line 127) | @Test method chooseImageFromGallery_WhenHasExternalStoragePermission_LaunchesChooseFromGalleryIntent (line 137) | public void method takeImageWithCamera_WhenPendingResultExists_FinishesWithAlreadyActiveError (line 150) | @Test method takeImageWithCamera_WhenHasNoCameraPermission_RequestsForPermission (line 160) | @Test method takeImageWithCamera_WhenCameraPermissionNotPresent_RequestsForPermission (line 173) | @Test method takeImageWithCamera_WhenHasCameraPermission_AndAnActivityCanHandleCameraIntent_LaunchesTakeWithCameraIntent (line 185) | @Test method takeImageWithCamera_WhenHasCameraPermission_AndNoActivityToHandleCameraIntent_FinishesWithNoCamerasAvailableError (line 198) | @Test method takeImageWithCamera_WritesImageToCacheDirectory (line 213) | @Test method onRequestPermissionsResult_WhenCameraPermissionDenied_FinishesWithError (line 225) | @Test method onRequestTakeVideoPermissionsResult_WhenCameraPermissionGranted_LaunchesTakeVideoWithCameraIntent (line 238) | @Test method onRequestTakeImagePermissionsResult_WhenCameraPermissionGranted_LaunchesTakeWithCameraIntent (line 253) | @Test method onActivityResult_WhenPickFromGalleryCanceled_FinishesWithNull (line 268) | @Test method onActivityResult_WhenPickFromGalleryCanceled_StoresNothingInCache (line 279) | @Test method onActivityResult_WhenImagePickedFromGallery_AndNoResizeNeeded_FinishesWithImagePath (line 289) | @Test method onActivityResult_WhenImagePickedFromGallery_AndNoResizeNeeded_StoresImageInCache (line 301) | @Test method onActivityResult_WhenImagePickedFromGallery_AndResizeNeeded_FinishesWithScaledImagePath (line 313) | @Test method onActivityResult_WhenVideoPickedFromGallery_AndResizeParametersSupplied_FinishesWithFilePath (line 326) | @Test method onActivityResult_WhenTakeImageWithCameraCanceled_FinishesWithNull (line 339) | @Test method onActivityResult_WhenImageTakenWithCamera_AndNoResizeNeeded_FinishesWithImagePath (line 350) | @Test method onActivityResult_WhenImageTakenWithCamera_AndResizeNeeded_FinishesWithScaledImagePath (line 361) | @Test method onActivityResult_WhenVideoTakenWithCamera_AndResizeParametersSupplied_FinishesWithFilePath (line 374) | @Test method onActivityResult_WhenVideoTakenWithCamera_AndMaxDurationParametersSupplied_FinishesWithFilePath (line 387) | @Test method retrieveLostImage_ShouldBeAbleToReturnLastItemFromResultMapWhenSingleFileIsRecovered (line 400) | @Test method createDelegate (line 428) | private ImagePickerDelegate createDelegate() { method createDelegateWithPendingResultAndMethodCall (line 441) | private ImagePickerDelegate createDelegateWithPendingResultAndMethodCa... method verifyFinishedWithAlreadyActiveError (line 454) | private void verifyFinishedWithAlreadyActiveError() { FILE: packages/image_picker/image_picker_android/android/src/test/java/io/flutter/plugins/imagepicker/ImagePickerPluginTest.java class ImagePickerPluginTest (line 39) | public class ImagePickerPluginTest { method setUp (line 62) | @Before method onMethodCall_WhenActivityIsNull_FinishesWithForegroundActivityRequiredError (line 71) | @Test method onMethodCall_WhenCalledWithUnknownMethod_ThrowsException (line 82) | @Test method onMethodCall_WhenCalledWithUnknownImageSource_ThrowsException (line 91) | @Test method onMethodCall_WhenSourceIsGallery_InvokesChooseImageFromGallery (line 100) | @Test method onMethodCall_InvokesChooseMultiImageFromGallery (line 108) | @Test method onMethodCall_WhenSourceIsCamera_InvokesTakeImageWithCamera (line 116) | @Test method onMethodCall_PickingImage_WhenSourceIsCamera_InvokesTakeImageWithCamera_RearCamera (line 124) | @Test method onMethodCall_PickingImage_WhenSourceIsCamera_InvokesTakeImageWithCamera_FrontCamera (line 133) | @Test method onMethodCall_PickingVideo_WhenSourceIsCamera_InvokesTakeImageWithCamera_RearCamera (line 143) | @Test method onMethodCall_PickingVideo_WhenSourceIsCamera_InvokesTakeImageWithCamera_FrontCamera (line 152) | @Test method onResiter_WhenAcitivityIsNull_ShouldNotCrash (line 162) | @Test method onConstructor_WhenContextTypeIsActivity_ShouldNotCrash (line 170) | @Test method constructDelegate_ShouldUseInternalCacheDirectory (line 177) | @Test method onDetachedFromActivity_ShouldReleaseActivityState (line 191) | @Test method buildMethodCall (line 210) | private MethodCall buildMethodCall(String method, final int source) { method buildMethodCall (line 217) | private MethodCall buildMethodCall(String method) { FILE: packages/image_picker/image_picker_android/android/src/test/java/io/flutter/plugins/imagepicker/ImageResizerTest.java class ImageResizerTest (line 23) | @RunWith(RobolectricTestRunner.class) method setUp (line 31) | @Before method onResizeImageIfNeeded_WhenQualityIsNull_ShoultNotResize_ReturnTheUnscaledFile (line 42) | @Test method onResizeImageIfNeeded_WhenQualityIsNotNull_ShoulResize_ReturnResizedFile (line 48) | @Test method onResizeImageIfNeeded_WhenWidthIsNotNull_ShoulResize_ReturnResizedFile (line 54) | @Test method onResizeImageIfNeeded_WhenHeightIsNotNull_ShoulResize_ReturnResizedFile (line 60) | @Test method onResizeImageIfNeeded_WhenParentDirectoryDoesNotExists_ShouldNotCrash (line 66) | @Test FILE: packages/image_picker/image_picker_android/example/android/app/src/androidTest/java/io/flutter/plugins/imagepickerexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/image_picker/image_picker_android/example/android/app/src/androidTest/java/io/flutter/plugins/imagepickerexample/ImagePickerPickTest.java class ImagePickerPickTest (line 26) | public class ImagePickerPickTest { method imageIsPickedWithOriginalName (line 30) | @Test FILE: packages/image_picker/image_picker_android/example/android/app/src/androidTest/java/io/flutter/plugins/imagepickerexample/ImagePickerTest.java class ImagePickerTest (line 13) | public class ImagePickerTest { method imagePickerPluginIsAdded (line 14) | @Test FILE: packages/image_picker/image_picker_android/example/android/app/src/main/java/io/flutter/plugins/imagepickerexample/DriverExtensionActivity.java class DriverExtensionActivity (line 10) | public class DriverExtensionActivity extends FlutterActivity { method getDartEntrypointFunctionName (line 11) | @NonNull FILE: packages/image_picker/image_picker_android/example/android/app/src/main/java/io/flutter/plugins/imagepickerexample/DummyContentProvider.java class DummyContentProvider (line 17) | public class DummyContentProvider extends ContentProvider { method onCreate (line 18) | @Override method openAssetFile (line 23) | @Nullable method query (line 29) | @Nullable method getType (line 42) | @Nullable method insert (line 48) | @Nullable method delete (line 54) | @Override method update (line 60) | @Override FILE: packages/image_picker/image_picker_android/example/android/app/src/main/java/io/flutter/plugins/imagepickerexample/ImagePickerTestActivity.java class ImagePickerTestActivity (line 12) | public class ImagePickerTestActivity extends FlutterActivity { method configureFlutterEngine (line 15) | @Override FILE: packages/image_picker/image_picker_android/example/integration_test/image_picker_test.dart function main (line 8) | void main() FILE: packages/image_picker/image_picker_android/example/lib/main.dart function appMain (line 16) | void appMain() function main (line 21) | void main() class MyApp (line 25) | class MyApp extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) class MyHomePage (line 37) | class MyHomePage extends StatefulWidget { method createState (line 43) | State createState() class _MyHomePageState (line 46) | class _MyHomePageState extends State { method _setImageFileListFromFile (line 49) | void _setImageFileListFromFile(XFile? value) method _playVideo (line 65) | Future _playVideo(XFile? file) method _onImageButtonPressed (line 89) | Future _onImageButtonPressed( method deactivate (line 143) | void deactivate() method dispose (line 152) | void dispose() method _disposeVideoController (line 160) | Future _disposeVideoController() method _previewVideo (line 168) | Widget _previewVideo() method _previewImages (line 185) | Widget _previewImages() method _handlePreview (line 229) | Widget _handlePreview() method retrieveLostData (line 237) | Future retrieveLostData() method build (line 262) | Widget build(BuildContext context) method _getRetrieveErrorWidget (line 373) | Text? _getRetrieveErrorWidget() method _displayPickImageDialog (line 382) | Future _displayPickImageDialog( method _showPickedSnackBar (line 440) | void _showPickedSnackBar(BuildContext context, List files) type OnPickImageCallback (line 448) | typedef OnPickImageCallback = void Function( class AspectRatioVideo (line 451) | class AspectRatioVideo extends StatefulWidget { method createState (line 457) | AspectRatioVideoState createState() class AspectRatioVideoState (line 460) | class AspectRatioVideoState extends State { method _onVideoControllerUpdate (line 464) | void _onVideoControllerUpdate() method initState (line 475) | void initState() method dispose (line 481) | void dispose() method build (line 487) | Widget build(BuildContext context) FILE: packages/image_picker/image_picker_android/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/image_picker/image_picker_android/lib/image_picker_android.dart class ImagePickerAndroid (line 16) | class ImagePickerAndroid extends ImagePickerPlatform { method registerWith (line 22) | void registerWith() method pickImage (line 27) | Future pickImage({ method pickMultiImage (line 45) | Future?> pickMultiImage({ method _getMultiImagePath (line 62) | Future?> _getMultiImagePath({ method _getImagePath (line 90) | Future _getImagePath({ method pickVideo (line 125) | Future pickVideo({ method _getVideoPath (line 138) | Future _getVideoPath({ method getImage (line 154) | Future getImage({ method getImageFromSource (line 172) | Future getImageFromSource({ method getMultiImage (line 188) | Future?> getMultiImage({ method getVideo (line 206) | Future getVideo({ method retrieveLostData (line 220) | Future retrieveLostData() method getLostData (line 235) | Future getLostData() FILE: packages/image_picker/image_picker_android/test/image_picker_android_test.dart function main (line 11) | void main() function _ambiguate (line 1313) | T? _ambiguate(T? value) FILE: packages/image_picker/image_picker_for_web/example/integration_test/image_picker_for_web_test.dart function main (line 26) | void main() FILE: packages/image_picker/image_picker_for_web/example/integration_test/image_resizer_test.dart function main (line 19) | void main() function _getImageSize (line 113) | Future _getImageSize(XFile file) function _base64ToFile (line 125) | html.File _base64ToFile(String data, String fileName) FILE: packages/image_picker/image_picker_for_web/example/lib/main.dart function main (line 7) | void main() class MyApp (line 12) | class MyApp extends StatefulWidget { method createState (line 17) | State createState() class _MyAppState (line 20) | class _MyAppState extends State { method build (line 22) | Widget build(BuildContext context) FILE: packages/image_picker/image_picker_for_web/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/image_picker/image_picker_for_web/lib/image_picker_for_web.dart class ImagePickerPlugin (line 21) | class ImagePickerPlugin extends ImagePickerPlatform { method registerWith (line 40) | void registerWith(Registrar registrar) method pickImage (line 57) | Future pickImage({ method pickVideo (line 82) | Future pickVideo({ method pickFile (line 98) | Future pickFile({ method getImage (line 121) | Future getImage({ method getVideo (line 155) | Future getVideo({ method getMultiImage (line 171) | Future> getMultiImage({ method getFiles (line 202) | Future> getFiles({ method computeCaptureAttribute (line 223) | String? computeCaptureAttribute(ImageSource source, CameraDevice device) method _getFilesFromInput (line 230) | List? _getFilesFromInput(html.FileUploadInputElement input) method _handleOnChangeEvent (line 239) | List? _handleOnChangeEvent(html.Event event) method _getSelectedFile (line 246) | Future _getSelectedFile(html.FileUploadInputElement input) method _getSelectedXFiles (line 269) | Future> _getSelectedXFiles(html.FileUploadInputElement input) method _ensureInitialized (line 300) | html.Element _ensureInitialized(String id) method createInputElement (line 315) | html.Element createInputElement( method _injectAndActivate (line 336) | void _injectAndActivate(html.Element element) type OverrideCreateInputFunction (line 345) | @visibleForTesting type OverrideExtractMultipleFilesFromInputFunction (line 352) | @visibleForTesting class ImagePickerPluginTestOverrides (line 357) | @visibleForTesting FILE: packages/image_picker/image_picker_for_web/lib/src/image_resizer.dart class ImageResizer (line 15) | class ImageResizer { method resizeImageIfNeeded (line 18) | Future resizeImageIfNeeded(XFile file, double? maxWidth, method loadImage (line 39) | Future loadImage(String blobUrl) method resizeImageElement (line 58) | html.CanvasElement resizeImageElement( method writeCanvasToFile (line 78) | Future writeCanvasToFile( FILE: packages/image_picker/image_picker_for_web/lib/src/image_resizer_utils.dart function imageResizeNeeded (line 11) | bool imageResizeNeeded(double? maxWidth, double? maxHeight, int? imageQu... function isImageQualityValid (line 18) | bool isImageQualityValid(int imageQuality) function calculateSizeOfDownScaledImage (line 27) | Size calculateSizeOfDownScaledImage( FILE: packages/image_picker/image_picker_for_web/test/image_resizer_utils_test.dart function main (line 9) | void main() FILE: packages/image_picker/image_picker_for_web/test/tests_exist_elsewhere_test.dart function main (line 9) | void main() FILE: packages/image_picker/image_picker_ios/example/integration_test/image_picker_test.dart function main (line 8) | void main() FILE: packages/image_picker/image_picker_ios/example/lib/main.dart function main (line 15) | void main() class MyApp (line 19) | class MyApp extends StatelessWidget { method build (line 23) | Widget build(BuildContext context) class MyHomePage (line 31) | class MyHomePage extends StatefulWidget { method createState (line 37) | State createState() class _MyHomePageState (line 40) | class _MyHomePageState extends State { method _setImageFileListFromFile (line 43) | void _setImageFileListFromFile(XFile? value) method _playVideo (line 59) | Future _playVideo(XFile? file) method _onImageButtonPressed (line 83) | Future _onImageButtonPressed(ImageSource source, method deactivate (line 140) | void deactivate() method dispose (line 149) | void dispose() method _disposeVideoController (line 157) | Future _disposeVideoController() method _previewVideo (line 165) | Widget _previewVideo() method _previewImages (line 182) | Widget _previewImages() method _handlePreview (line 218) | Widget _handlePreview() method build (line 227) | Widget build(BuildContext context) method _getRetrieveErrorWidget (line 309) | Text? _getRetrieveErrorWidget() method _displayPickImageDialog (line 318) | Future _displayPickImageDialog( type OnPickImageCallback (line 377) | typedef OnPickImageCallback = void Function( class AspectRatioVideo (line 380) | class AspectRatioVideo extends StatefulWidget { method createState (line 386) | AspectRatioVideoState createState() class AspectRatioVideoState (line 389) | class AspectRatioVideoState extends State { method _onVideoControllerUpdate (line 393) | void _onVideoControllerUpdate() method initState (line 404) | void initState() method dispose (line 410) | void dispose() method build (line 416) | Widget build(BuildContext context) FILE: packages/image_picker/image_picker_ios/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/image_picker/image_picker_ios/lib/image_picker_ios.dart function _convertSource (line 11) | SourceType _convertSource(ImageSource source) function _convertCamera (line 28) | SourceCamera _convertCamera(CameraDevice camera) class ImagePickerIOS (line 45) | class ImagePickerIOS extends ImagePickerPlatform { method registerWith (line 49) | void registerWith() method pickImage (line 54) | Future pickImage({ method getImageFromSource (line 74) | Future getImageFromSource({ method pickMultiImage (line 86) | Future?> pickMultiImage({ method getMultiImageWithOptions (line 108) | Future> getMultiImageWithOptions({ method _pickMultiImageAsPath (line 119) | Future?> _pickMultiImageAsPath({ method _pickImageAsPath (line 147) | Future _pickImageAsPath({ method pickVideo (line 179) | Future pickVideo({ method _pickVideoAsPath (line 192) | Future _pickVideoAsPath({ method getImage (line 205) | Future getImage({ method getMultiImage (line 225) | Future?> getMultiImage({ method getVideo (line 247) | Future getVideo({ FILE: packages/image_picker/image_picker_ios/lib/src/messages.g.dart type SourceCamera (line 14) | enum SourceCamera { type SourceType (line 19) | enum SourceType { class MaxSize (line 24) | class MaxSize { method encode (line 33) | Object encode() method decode (line 40) | MaxSize decode(Object message) class SourceSpecification (line 49) | class SourceSpecification { method encode (line 58) | Object encode() method decode (line 65) | SourceSpecification decode(Object message) class _ImagePickerApiCodec (line 76) | class _ImagePickerApiCodec extends StandardMessageCodec { method writeValue (line 79) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 92) | Object? readValueOfType(int type, ReadBuffer buffer) class ImagePickerApi (line 106) | class ImagePickerApi { method pickImage (line 117) | Future pickImage(SourceSpecification arg_source, MaxSize arg_... method pickMultiImage (line 146) | Future?> pickMultiImage(MaxSize arg_maxSize, method pickVideo (line 172) | Future pickVideo( FILE: packages/image_picker/image_picker_ios/pigeons/messages.dart class MaxSize (line 7) | @ConfigurePigeon(PigeonOptions( type SourceCamera (line 24) | enum SourceCamera { rear, front } type SourceType (line 27) | enum SourceType { camera, gallery } class SourceSpecification (line 29) | class SourceSpecification { class ImagePickerApi (line 35) | @HostApi(dartHostTestHandler: 'TestHostImagePickerApi') method pickImage (line 39) | String? pickImage(SourceSpecification source, MaxSize maxSize, method pickMultiImage (line 43) | List? pickMultiImage( method pickVideo (line 47) | String? pickVideo(SourceSpecification source, int? maxDurationSeconds) FILE: packages/image_picker/image_picker_ios/test/image_picker_ios_test.dart class _LoggedMethodCall (line 13) | @immutable method toString (line 30) | String toString() class _ApiLogger (line 35) | class _ApiLogger implements TestHostImagePickerApi { method pickImage (line 41) | Future pickImage( method pickMultiImage (line 60) | Future?> pickMultiImage( method pickVideo (line 75) | Future pickVideo( function main (line 86) | void main() FILE: packages/image_picker/image_picker_ios/test/test_api.g.dart class _TestHostImagePickerApiCodec (line 20) | class _TestHostImagePickerApiCodec extends StandardMessageCodec { method writeValue (line 23) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 36) | Object? readValueOfType(int type, ReadBuffer buffer) class TestHostImagePickerApi (line 50) | abstract class TestHostImagePickerApi { method pickImage (line 53) | Future pickImage(SourceSpecification source, MaxSize maxSize, method pickMultiImage (line 55) | Future?> pickMultiImage( method pickVideo (line 57) | Future pickVideo( method setup (line 59) | void setup(TestHostImagePickerApi? api, FILE: packages/image_picker/image_picker_platform_interface/lib/src/method_channel/method_channel_image_picker.dart class MethodChannelImagePicker (line 15) | class MethodChannelImagePicker extends ImagePickerPlatform { method pickImage (line 21) | Future pickImage({ method pickMultiImage (line 39) | Future?> pickMultiImage({ method _getMultiImagePath (line 56) | Future?> _getMultiImagePath({ method _getImagePath (line 86) | Future _getImagePath({ method pickVideo (line 121) | Future pickVideo({ method _getVideoPath (line 134) | Future _getVideoPath({ method retrieveLostData (line 150) | Future retrieveLostData() method getImage (line 187) | Future getImage({ method getImageFromSource (line 205) | Future getImageFromSource({ method getMultiImage (line 221) | Future?> getMultiImage({ method getMultiImageWithOptions (line 239) | Future> getMultiImageWithOptions({ method getVideo (line 256) | Future getVideo({ method getLostData (line 270) | Future getLostData() FILE: packages/image_picker/image_picker_platform_interface/lib/src/platform_interface/image_picker_platform.dart class ImagePickerPlatform (line 20) | abstract class ImagePickerPlatform extends PlatformInterface { method pickImage (line 72) | Future pickImage({ method pickMultiImage (line 100) | Future?> pickMultiImage({ method pickVideo (line 124) | Future pickVideo({ method retrieveLostData (line 146) | Future retrieveLostData() method getImage (line 180) | Future getImage({ method getMultiImage (line 210) | Future?> getMultiImage({ method getVideo (line 234) | Future getVideo({ method getLostData (line 256) | Future getLostData() method getImageFromSource (line 277) | Future getImageFromSource({ method getMultiImageWithOptions (line 298) | Future> getMultiImageWithOptions({ FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/camera_device.dart type CameraDevice (line 8) | enum CameraDevice { FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/image_options.dart class ImageOptions (line 6) | class ImageOptions { FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/image_picker_options.dart class ImagePickerOptions (line 8) | class ImagePickerOptions { FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/image_source.dart type ImageSource (line 6) | enum ImageSource { FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/lost_data_response.dart class LostDataResponse (line 15) | class LostDataResponse { FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/multi_image_picker_options.dart class MultiImagePickerOptions (line 8) | class MultiImagePickerOptions { FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/picked_file/base.dart class PickedFileBase (line 18) | @immutable method readAsString (line 42) | Future readAsString({Encoding encoding = utf8}) method readAsBytes (line 49) | Future readAsBytes() method openRead (line 60) | Stream openRead([int? start, int? end]) FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/picked_file/html.dart class PickedFile (line 15) | class PickedFile extends PickedFileBase { method readAsString (line 36) | Future readAsString({Encoding encoding = utf8}) method readAsBytes (line 41) | Future readAsBytes() method openRead (line 46) | Stream openRead([int? start, int? end]) FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/picked_file/io.dart class PickedFile (line 12) | class PickedFile extends PickedFileBase { method readAsString (line 26) | Future readAsString({Encoding encoding = utf8}) method readAsBytes (line 31) | Future readAsBytes() method openRead (line 36) | Stream openRead([int? start, int? end]) FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/picked_file/lost_data.dart class LostData (line 14) | class LostData { FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/picked_file/unsupported.dart class PickedFile (line 10) | class PickedFile extends PickedFileBase { FILE: packages/image_picker/image_picker_platform_interface/lib/src/types/retrieve_type.dart type RetrieveType (line 6) | enum RetrieveType { FILE: packages/image_picker/image_picker_platform_interface/test/new_method_channel_image_picker_test.dart function main (line 10) | void main() function _ambiguate (line 1532) | T? _ambiguate(T? value) FILE: packages/image_picker/image_picker_platform_interface/test/picked_file_html_test.dart function main (line 18) | void main() FILE: packages/image_picker/image_picker_platform_interface/test/picked_file_io_test.dart function main (line 22) | void main() FILE: packages/image_picker/image_picker_windows/example/lib/main.dart function main (line 14) | void main() class MyApp (line 18) | class MyApp extends StatelessWidget { method build (line 22) | Widget build(BuildContext context) class MyHomePage (line 30) | class MyHomePage extends StatefulWidget { method createState (line 36) | State createState() class _MyHomePageState (line 39) | class _MyHomePageState extends State { method _setImageFileListFromFile (line 43) | void _setImageFileListFromFile(PickedFile? value) method _playVideo (line 59) | Future _playVideo(PickedFile? file) method _handleMultiImagePicked (line 73) | Future _handleMultiImagePicked(BuildContext context) method _handleSingleImagePicked (line 93) | Future _handleSingleImagePicked( method _onImageButtonPressed (line 115) | Future _onImageButtonPressed(ImageSource source, method deactivate (line 134) | void deactivate() method dispose (line 143) | void dispose() method _disposeVideoController (line 151) | Future _disposeVideoController() method _previewVideo (line 159) | Widget _previewVideo() method _previewImages (line 176) | Widget _previewImages() method _handlePreview (line 208) | Widget _handlePreview() method build (line 217) | Widget build(BuildContext context) method _getRetrieveErrorWidget (line 299) | Text? _getRetrieveErrorWidget() method _displayPickImageDialog (line 308) | Future _displayPickImageDialog( type OnPickImageCallback (line 367) | typedef OnPickImageCallback = void Function( class AspectRatioVideo (line 370) | class AspectRatioVideo extends StatefulWidget { method createState (line 376) | AspectRatioVideoState createState() class AspectRatioVideoState (line 379) | class AspectRatioVideoState extends State { method _onVideoControllerUpdate (line 383) | void _onVideoControllerUpdate() method initState (line 394) | void initState() method dispose (line 400) | void dispose() method build (line 406) | Widget build(BuildContext context) FILE: packages/image_picker/image_picker_windows/example/windows/runner/flutter_window.cpp function LRESULT (line 44) | LRESULT FILE: packages/image_picker/image_picker_windows/example/windows/runner/flutter_window.h function class (line 16) | class FlutterWindow : public Win32Window { FILE: packages/image_picker/image_picker_windows/example/windows/runner/main.cpp function wWinMain (line 12) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/image_picker/image_picker_windows/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 14) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 28) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 48) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: packages/image_picker/image_picker_windows/example/windows/runner/win32_window.cpp function Scale (line 22) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 28) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 45) | class WindowClassRegistrar { method WindowClassRegistrar (line 50) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 66) | WindowClassRegistrar() = default; function wchar_t (line 75) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 134) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 152) | LRESULT function Win32Window (line 206) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 222) | RECT Win32Window::GetClientArea() { function HWND (line 228) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/image_picker/image_picker_windows/example/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: packages/image_picker/image_picker_windows/lib/image_picker_windows.dart class ImagePickerWindows (line 16) | class ImagePickerWindows extends ImagePickerPlatform { method registerWith (line 52) | void registerWith() method pickImage (line 62) | Future pickImage({ method pickVideo (line 87) | Future pickVideo({ method getImage (line 108) | Future getImage({ method getVideo (line 134) | Future getVideo({ method getMultiImage (line 156) | Future> getMultiImage({ FILE: packages/image_picker/image_picker_windows/test/image_picker_windows_test.dart function main (line 15) | void main() function capturedTypeGroups (line 20) | List capturedTypeGroups(VerificationResult result) FILE: packages/image_picker/image_picker_windows/test/image_picker_windows_test.mocks.dart class MockFileSelectorPlatform (line 24) | class MockFileSelectorPlatform extends _i1.Mock method openFile (line 31) | _i3.Future<_i2.XFile?> openFile( method openFiles (line 43) | _i3.Future> openFiles( method getSavePath (line 56) | _i3.Future getSavePath( method getDirectoryPath (line 70) | _i3.Future getDirectoryPath( FILE: packages/in_app_purchase/in_app_purchase/example/android/app/src/androidTest/java/io/flutter/plugins/inapppurchaseexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/in_app_purchase/in_app_purchase/example/integration_test/in_app_purchase_test.dart function main (line 9) | void main() FILE: packages/in_app_purchase/in_app_purchase/example/lib/consumable_store.dart class ConsumableStore (line 13) | class ConsumableStore { method save (line 20) | Future save(String id) method consume (line 28) | Future consume(String id) method load (line 34) | Future> load() method _doSave (line 39) | Future _doSave(String id) method _doConsume (line 46) | Future _doConsume(String id) FILE: packages/in_app_purchase/in_app_purchase/example/lib/main.dart function main (line 17) | void main() class _MyApp (line 38) | class _MyApp extends StatefulWidget { method createState (line 40) | State<_MyApp> createState() class _MyAppState (line 43) | class _MyAppState extends State<_MyApp> { method initState (line 56) | void initState() method initStoreInfo (line 71) | Future initStoreInfo() method dispose (line 135) | void dispose() method build (line 147) | Widget build(BuildContext context) method _buildConnectionCheckTile (line 195) | Card _buildConnectionCheckTile() method _buildProductList (line 223) | Card _buildProductList() method _buildConsumableBox (line 321) | Card _buildConsumableBox() method _buildRestoreButton (line 359) | Widget _buildRestoreButton() method consume (line 384) | Future consume(String id) method showPendingUI (line 392) | void showPendingUI() method deliverProduct (line 398) | Future deliverProduct(PurchaseDetails purchaseDetails) method handleError (line 415) | void handleError(IAPError error) method _verifyPurchase (line 421) | Future _verifyPurchase(PurchaseDetails purchaseDetails) method _handleInvalidPurchase (line 427) | void _handleInvalidPurchase(PurchaseDetails purchaseDetails) method _listenToPurchaseUpdated (line 431) | Future _listenToPurchaseUpdated( method confirmPriceChange (line 464) | Future confirmPriceChange(BuildContext context) method _getOldSubscription (line 496) | GooglePlayPurchaseDetails? _getOldSubscription( class ExamplePaymentQueueDelegate (line 524) | class ExamplePaymentQueueDelegate implements SKPaymentQueueDelegateWrapp... method shouldContinueTransaction (line 526) | bool shouldContinueTransaction( method shouldShowPriceConsent (line 532) | bool shouldShowPriceConsent() FILE: packages/in_app_purchase/in_app_purchase/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/in_app_purchase/in_app_purchase/lib/in_app_purchase.dart class InAppPurchase (line 22) | class InAppPurchase implements InAppPurchasePlatformAdditionProvider { method _getOrCreateInstance (line 30) | InAppPurchase _getOrCreateInstance() method getPlatformAddition (line 47) | T getPlatformAddition() method isAvailable (line 75) | Future isAvailable() method queryProductDetails (line 82) | Future queryProductDetails(Set identif... method buyNonConsumable (line 116) | Future buyNonConsumable({required PurchaseParam purchaseParam}) method buyConsumable (line 159) | Future buyConsumable({ method completePurchase (line 186) | Future completePurchase(PurchaseDetails purchase) method restorePurchases (line 208) | Future restorePurchases({String? applicationUserName}) FILE: packages/in_app_purchase/in_app_purchase/test/in_app_purchase_test.dart function main (line 12) | void main() class MockInAppPurchasePlatform (line 140) | class MockInAppPurchasePlatform extends Fake method isAvailable (line 146) | Future isAvailable() method queryProductDetails (line 158) | Future queryProductDetails(Set identif... method buyNonConsumable (line 167) | Future buyNonConsumable({required PurchaseParam purchaseParam}) method buyConsumable (line 173) | Future buyConsumable({ method completePurchase (line 185) | Future completePurchase(PurchaseDetails purchase) method restorePurchases (line 191) | Future restorePurchases({String? applicationUserName}) FILE: packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/BillingClientFactory.java type BillingClientFactory (line 13) | interface BillingClientFactory { method createBillingClient (line 22) | BillingClient createBillingClient(@NonNull Context context, @NonNull M... FILE: packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/BillingClientFactoryImpl.java class BillingClientFactoryImpl (line 12) | final class BillingClientFactoryImpl implements BillingClientFactory { method createBillingClient (line 14) | @Override FILE: packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/InAppPurchasePlugin.java class InAppPurchasePlugin (line 19) | public class InAppPurchasePlugin implements FlutterPlugin, ActivityAware { class MethodNames (line 28) | @VisibleForTesting method MethodNames (line 54) | private MethodNames() {} method registerWith (line 61) | @SuppressWarnings("deprecation") method onAttachedToEngine (line 69) | @Override method onDetachedFromEngine (line 75) | @Override method onAttachedToActivity (line 80) | @Override method onDetachedFromActivity (line 86) | @Override method onReattachedToActivityForConfigChanges (line 92) | @Override method onDetachedFromActivityForConfigChanges (line 97) | @Override method setupMethodChannel (line 102) | private void setupMethodChannel(Activity activity, BinaryMessenger mes... method teardownMethodChannel (line 109) | private void teardownMethodChannel() { method setMethodCallHandler (line 115) | @VisibleForTesting FILE: packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/MethodCallHandlerImpl.java class MethodCallHandlerImpl (line 44) | class MethodCallHandlerImpl method MethodCallHandlerImpl (line 61) | MethodCallHandlerImpl( method setActivity (line 76) | void setActivity(@Nullable Activity activity) { method onActivityCreated (line 80) | @Override method onActivityStarted (line 83) | @Override method onActivityResumed (line 86) | @Override method onActivityPaused (line 89) | @Override method onActivitySaveInstanceState (line 92) | @Override method onActivityDestroyed (line 95) | @Override method onActivityStopped (line 103) | @Override method onDetachedFromActivity (line 106) | void onDetachedFromActivity() { method onMethodCall (line 110) | @Override method endConnection (line 168) | private void endConnection(final MethodChannel.Result result) { method endBillingClientConnection (line 173) | private void endBillingClientConnection() { method isReady (line 180) | private void isReady(MethodChannel.Result result) { method querySkuDetailsAsync (line 189) | private void querySkuDetailsAsync( method launchBillingFlow (line 212) | private void launchBillingFlow( method consumeAsync (line 283) | private void consumeAsync(String purchaseToken, final MethodChannel.Re... method queryPurchasesAsync (line 303) | private void queryPurchasesAsync(String skuType, MethodChannel.Result ... method queryPurchaseHistoryAsync (line 329) | private void queryPurchaseHistoryAsync(String skuType, final MethodCha... method getConnectionState (line 349) | private void getConnectionState(final MethodChannel.Result result) { method startConnection (line 358) | private void startConnection(final int handle, final MethodChannel.Res... method acknowledgePurchase (line 388) | private void acknowledgePurchase(String purchaseToken, final MethodCha... method updateCachedSkus (line 404) | private void updateCachedSkus(@Nullable List skuDetailsLis... method launchPriceChangeConfirmationFlow (line 414) | private void launchPriceChangeConfirmationFlow(String sku, MethodChann... method billingClientError (line 452) | private boolean billingClientError(MethodChannel.Result result) { method isFeatureSupported (line 461) | private void isFeatureSupported(String feature, MethodChannel.Result r... FILE: packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/PluginPurchaseListener.java class PluginPurchaseListener (line 19) | class PluginPurchaseListener implements PurchasesUpdatedListener { method PluginPurchaseListener (line 22) | PluginPurchaseListener(MethodChannel channel) { method onPurchasesUpdated (line 26) | @Override FILE: packages/in_app_purchase/in_app_purchase_android/android/src/main/java/io/flutter/plugins/inapppurchase/Translator.java class Translator (line 21) | class Translator { method fromSkuDetail (line 22) | static HashMap fromSkuDetail(SkuDetails detail) { method fromSkuDetailsList (line 43) | static List> fromSkuDetailsList( method fromPurchase (line 56) | static HashMap fromPurchase(Purchase purchase) { method fromPurchaseHistoryRecord (line 79) | static HashMap fromPurchaseHistoryRecord( method fromPurchasesList (line 93) | static List> fromPurchasesList(@Nullable List<... method fromPurchaseHistoryRecordList (line 105) | static List> fromPurchaseHistoryRecordList( method fromBillingResult (line 118) | static HashMap fromBillingResult(BillingResult billing... method currencySymbolFromCode (line 138) | static String currencySymbolFromCode(String currencyCode) { FILE: packages/in_app_purchase/in_app_purchase_android/android/src/test/java/android/text/TextUtils.java class TextUtils (line 7) | public class TextUtils { method isEmpty (line 8) | public static boolean isEmpty(CharSequence str) { FILE: packages/in_app_purchase/in_app_purchase_android/android/src/test/java/android/util/Log.java class Log (line 7) | public class Log { method d (line 8) | public static int d(String tag, String msg) { method i (line 13) | public static int i(String tag, String msg) { method w (line 18) | public static int w(String tag, String msg) { method e (line 23) | public static int e(String tag, String msg) { FILE: packages/in_app_purchase/in_app_purchase_android/android/src/test/java/io/flutter/plugins/inapppurchase/InAppPurchasePluginTest.java class InAppPurchasePluginTest (line 24) | public class InAppPurchasePluginTest { method setUp (line 37) | @Before method registerWith_doNotCrashWhenRegisterContextIsActivity_V1Embedding (line 49) | @Test method registerWith_proxyIsSet_V1Embedding (line 58) | @Test method attachToActivity_proxyIsSet_V2Embedding (line 72) | @Test FILE: packages/in_app_purchase/in_app_purchase_android/android/src/test/java/io/flutter/plugins/inapppurchase/MethodCallHandlerTest.java class MethodCallHandlerTest (line 86) | public class MethodCallHandlerTest { method setUp (line 96) | @Before method invalidMethod (line 104) | @Test method isReady_true (line 111) | @Test method isReady_false (line 120) | @Test method isReady_clientDisconnected (line 129) | @Test method startConnection (line 141) | @Test method startConnection_multipleCalls (line 155) | @Test method endConnection (line 190) | @Test method querySkuDetailsAsync (line 217) | @Test method querySkuDetailsAsync_clientDisconnected (line 255) | @Test method launchBillingFlow_null_AccountId_do_not_crash (line 278) | @Test method launchBillingFlow_ok_null_OldSku (line 309) | @Test method launchBillingFlow_ok_null_Activity (line 340) | @Test method launchBillingFlow_ok_oldSku (line 359) | @Test method launchBillingFlow_ok_AccountId (line 392) | @Test method launchBillingFlow_ok_Proration (line 423) | @Test method launchBillingFlow_ok_Proration_with_null_OldSku (line 460) | @Test method launchBillingFlow_ok_Full (line 494) | @Test method launchBillingFlow_clientDisconnected (line 531) | @Test method launchBillingFlow_skuNotFound (line 550) | @Test method launchBillingFlow_oldSkuNotFound (line 568) | @Test method queryPurchases_clientDisconnected (line 589) | @Test method queryPurchases_returns_success (line 603) | @Test method queryPurchaseHistoryAsync (line 655) | @Test method queryPurchaseHistoryAsync_clientDisconnected (line 685) | @Test method onPurchasesUpdatedListener (line 700) | @Test method consumeAsync (line 721) | @Test method acknowledgePurchase (line 751) | @Test method endConnection_if_activity_detached (line 782) | @Test method isFutureSupported_true (line 791) | @Test method isFutureSupported_false (line 810) | @Test method launchPriceChangeConfirmationFlow (line 829) | @Test method launchPriceChangeConfirmationFlow_withoutActivity_returnsActivityUnavailableError (line 876) | @Test method launchPriceChangeConfirmationFlow_withoutSkuQuery_returnsNotFoundError (line 893) | @Test method launchPriceChangeConfirmationFlow_withoutBillingClient_returnsUnavailableError (line 907) | @Test method mockStartConnection (line 920) | private ArgumentCaptor mockStartConnection... method establishConnectedBillingClient (line 932) | private void establishConnectedBillingClient( method queryForSkus (line 946) | private void queryForSkus(List skusList) { method buildSkuDetails (line 973) | private SkuDetails buildSkuDetails(String id) { method buildPurchase (line 987) | private Purchase buildPurchase(String orderId) { method buildPurchaseHistoryRecord (line 993) | private PurchaseHistoryRecord buildPurchaseHistoryRecord(String purcha... FILE: packages/in_app_purchase/in_app_purchase_android/android/src/test/java/io/flutter/plugins/inapppurchase/TranslatorTest.java class TranslatorTest (line 30) | public class TranslatorTest { method setup (line 36) | @Before method fromSkuDetail (line 42) | @Test method fromSkuDetailsList (line 51) | @Test method fromSkuDetailsList_null (line 66) | @Test method fromPurchase (line 71) | @Test method fromPurchaseWithoutAccountIds (line 77) | @Test method fromPurchaseHistoryRecord (line 87) | @Test method fromPurchasesHistoryRecordList (line 94) | @Test method fromPurchasesHistoryRecordList_null (line 112) | @Test method fromPurchasesList (line 117) | @Test method fromPurchasesList_null (line 133) | @Test method fromBillingResult (line 138) | @Test method fromBillingResult_debugMessageNull (line 151) | @Test method currencyCodeFromSymbol (line 161) | @Test method assertSerialized (line 172) | private void assertSerialized(SkuDetails expected, Map... method assertSerialized (line 194) | private void assertSerialized(Purchase expected, Map s... method assertSerialized (line 215) | private void assertSerialized(PurchaseHistoryRecord expected, Map save(String id) method consume (line 28) | Future consume(String id) method load (line 34) | Future> load() method _doSave (line 39) | Future _doSave(String id) method _doConsume (line 46) | Future _doConsume(String id) FILE: packages/in_app_purchase/in_app_purchase_android/example/lib/main.dart function main (line 16) | void main() class _MyApp (line 40) | class _MyApp extends StatefulWidget { method createState (line 42) | State<_MyApp> createState() class _MyAppState (line 45) | class _MyAppState extends State<_MyApp> { method initState (line 59) | void initState() method initStoreInfo (line 74) | Future initStoreInfo() method dispose (line 133) | void dispose() method build (line 139) | Widget build(BuildContext context) method _buildConnectionCheckTile (line 187) | Card _buildConnectionCheckTile() method _buildProductList (line 215) | Card _buildProductList() method _buildConsumableBox (line 317) | Card _buildConsumableBox() method consume (line 355) | Future consume(String id) method showPendingUI (line 363) | void showPendingUI() method deliverProduct (line 369) | Future deliverProduct(PurchaseDetails purchaseDetails) method handleError (line 386) | void handleError(IAPError error) method _verifyPurchase (line 392) | Future _verifyPurchase(PurchaseDetails purchaseDetails) method _handleInvalidPurchase (line 398) | void _handleInvalidPurchase(PurchaseDetails purchaseDetails) method _listenToPurchaseUpdated (line 402) | Future _listenToPurchaseUpdated( method _getOldSubscription (line 436) | GooglePlayPurchaseDetails? _getOldSubscription( class _FeatureCard (line 460) | class _FeatureCard extends StatelessWidget { method build (line 468) | Widget build(BuildContext context) method _buildFeatureWidget (line 480) | Widget _buildFeatureWidget(BillingClientFeature feature) method _featureToString (line 500) | String _featureToString(BillingClientFeature feature) FILE: packages/in_app_purchase/in_app_purchase_android/example/test_driver/test/integration_test.dart function main (line 7) | Future main() FILE: packages/in_app_purchase/in_app_purchase_android/lib/src/billing_client_wrappers/billing_client_wrapper.dart type PurchasesUpdatedListener (line 39) | typedef PurchasesUpdatedListener = void Function( class BillingClient (line 54) | class BillingClient { method isReady (line 76) | Future isReady() method enablePendingPurchases (line 90) | void enablePendingPurchases() method startConnection (line 104) | Future startConnection( method endConnection (line 126) | Future endConnection() method querySkuDetails (line 139) | Future querySkuDetails( method launchBillingFlow (line 187) | Future launchBillingFlow( method queryPurchases (line 224) | Future queryPurchases(SkuType skuType) method queryPurchaseHistory (line 247) | Future queryPurchaseHistory(SkuType skuType) method consumeAsync (line 264) | Future consumeAsync(String purchaseToken) method acknowledgePurchase (line 292) | Future acknowledgePurchase(String purchaseToken) method isFeatureSupported (line 305) | Future isFeatureSupported(BillingClientFeature feature) method launchPriceChangeConfirmationFlow (line 320) | Future launchPriceChangeConfirmationFlow( method callHandler (line 335) | Future callHandler(MethodCall call) type OnBillingServiceDisconnected (line 362) | typedef OnBillingServiceDisconnected = void Function(); type BillingResponse (line 370) | @JsonEnum(alwaysCreate: true) class BillingResponseConverter (line 429) | class BillingResponseConverter implements JsonConverter { method fromJson (line 474) | SkuType fromJson(String? json) method toJson (line 482) | String toJson(SkuType object) type ProrationMode (line 492) | @JsonEnum(alwaysCreate: true) class ProrationModeConverter (line 539) | class ProrationModeConverter implements JsonConverter isAvailable() method queryProductDetails (line 76) | Future queryProductDetails( method buyNonConsumable (line 127) | Future buyNonConsumable({required PurchaseParam purchaseParam}) method buyConsumable (line 146) | Future buyConsumable( method completePurchase (line 155) | Future completePurchase( method restorePurchases (line 179) | Future restorePurchases({ method _connect (line 222) | Future _connect() method _maybeAutoConsumePurchase (line 225) | Future _maybeAutoConsumePurchase( method _getPurchaseDetailsFromResult (line 251) | Future> _getPurchaseDetailsFromResult( FILE: packages/in_app_purchase/in_app_purchase_android/lib/src/in_app_purchase_android_platform_addition.dart class InAppPurchaseAndroidPlatformAddition (line 12) | class InAppPurchaseAndroidPlatformAddition method enablePendingPurchases (line 41) | void enablePendingPurchases() method consumePurchase (line 52) | Future consumePurchase(PurchaseDetails purchase) method queryPastPurchases (line 75) | Future queryPastPurchases( method isFeatureSupported (line 143) | Future isFeatureSupported(BillingClientFeature feature) method launchPriceChangeConfirmationFlow (line 154) | Future launchPriceChangeConfirmationFlow( FILE: packages/in_app_purchase/in_app_purchase_android/lib/src/types/change_subscription_param.dart class ChangeSubscriptionParam (line 9) | class ChangeSubscriptionParam { FILE: packages/in_app_purchase/in_app_purchase_android/lib/src/types/google_play_product_details.dart class GooglePlayProductDetails (line 11) | class GooglePlayProductDetails extends ProductDetails { FILE: packages/in_app_purchase/in_app_purchase_android/lib/src/types/google_play_purchase_details.dart class GooglePlayPurchaseDetails (line 11) | class GooglePlayPurchaseDetails extends PurchaseDetails { FILE: packages/in_app_purchase/in_app_purchase_android/lib/src/types/google_play_purchase_param.dart class GooglePlayPurchaseParam (line 10) | class GooglePlayPurchaseParam extends PurchaseParam { FILE: packages/in_app_purchase/in_app_purchase_android/lib/src/types/query_purchase_details_response.dart class QueryPurchaseDetailsResponse (line 12) | class QueryPurchaseDetailsResponse { FILE: packages/in_app_purchase/in_app_purchase_android/test/billing_client_wrappers/billing_client_wrapper_test.dart function main (line 14) | void main() function _ambiguate (line 660) | T? _ambiguate(T? value) FILE: packages/in_app_purchase/in_app_purchase_android/test/billing_client_wrappers/purchase_wrapper_test.dart function main (line 63) | void main() function buildPurchaseMap (line 202) | Map buildPurchaseMap(PurchaseWrapper original) function buildPurchaseHistoryRecordMap (line 221) | Map buildPurchaseHistoryRecordMap( function buildBillingResultMap (line 233) | Map buildBillingResultMap(BillingResultWrapper original) FILE: packages/in_app_purchase/in_app_purchase_android/test/billing_client_wrappers/sku_details_wrapper_deprecated_test.dart function main (line 12) | void main() FILE: packages/in_app_purchase/in_app_purchase_android/test/billing_client_wrappers/sku_details_wrapper_test.dart function main (line 28) | void main() function buildSkuMap (line 185) | Map buildSkuMap(SkuDetailsWrapper original) FILE: packages/in_app_purchase/in_app_purchase_android/test/in_app_purchase_android_platform_addition_test.dart function main (line 15) | void main() function _ambiguate (line 223) | T? _ambiguate(T? value) FILE: packages/in_app_purchase/in_app_purchase_android/test/in_app_purchase_android_platform_test.dart function main (line 19) | void main() function _ambiguate (line 796) | T? _ambiguate(T? value) FILE: packages/in_app_purchase/in_app_purchase_android/test/stub_in_app_purchase_platform.dart type AdditionalSteps (line 8) | typedef AdditionalSteps = void Function(dynamic args); class StubInAppPurchasePlatform (line 10) | class StubInAppPurchasePlatform { method addResponse (line 14) | void addResponse( method previousCallMatching (line 24) | MethodCall previousCallMatching(String name) method countPreviousCalls (line 26) | int countPreviousCalls(String name) method reset (line 29) | void reset() method fakeMethodCallHandler (line 35) | Future fakeMethodCallHandler(MethodCall call) FILE: packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/errors/in_app_purchase_error.dart class IAPError (line 12) | class IAPError { method toString (line 33) | String toString() FILE: packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/errors/in_app_purchase_exception.dart class InAppPurchaseException (line 7) | class InAppPurchaseException implements Exception { method toString (line 26) | String toString() FILE: packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/in_app_purchase_platform.dart class InAppPurchasePlatform (line 18) | abstract class InAppPurchasePlatform extends PlatformInterface { method isAvailable (line 65) | Future isAvailable() method queryProductDetails (line 73) | Future queryProductDetails(Set identif... method buyNonConsumable (line 108) | Future buyNonConsumable({required PurchaseParam purchaseParam}) method buyConsumable (line 149) | Future buyConsumable({ method completePurchase (line 173) | Future completePurchase(PurchaseDetails purchase) method restorePurchases (line 195) | Future restorePurchases({String? applicationUserName}) FILE: packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/in_app_purchase_platform_addition.dart class InAppPurchasePlatformAddition (line 19) | abstract class InAppPurchasePlatformAddition { FILE: packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/in_app_purchase_platform_addition_provider.dart class InAppPurchasePlatformAdditionProvider (line 13) | abstract class InAppPurchasePlatformAdditionProvider { method getPlatformAddition (line 16) | T getPlatformAddition() FILE: packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/types/product_details.dart class ProductDetails (line 6) | class ProductDetails { FILE: packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/types/product_details_response.dart class ProductDetailsResponse (line 11) | class ProductDetailsResponse { FILE: packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/types/purchase_details.dart class PurchaseDetails (line 10) | class PurchaseDetails { FILE: packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/types/purchase_param.dart class PurchaseParam (line 8) | class PurchaseParam { FILE: packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/types/purchase_status.dart type PurchaseStatus (line 8) | enum PurchaseStatus { FILE: packages/in_app_purchase/in_app_purchase_platform_interface/lib/src/types/purchase_verification_data.dart class PurchaseVerificationData (line 16) | class PurchaseVerificationData { FILE: packages/in_app_purchase/in_app_purchase_platform_interface/test/in_app_purchase_platform_test.dart function main (line 10) | void main() class ImplementsInAppPurchasePlatform (line 176) | class ImplementsInAppPurchasePlatform implements InAppPurchasePlatform { method noSuchMethod (line 178) | dynamic noSuchMethod(Invocation invocation) class MockInAppPurchasePlatform (line 181) | class MockInAppPurchasePlatform extends Mock class ExtendsInAppPurchasePlatform (line 188) | class ExtendsInAppPurchasePlatform extends InAppPurchasePlatform {} class MockPurchaseParam (line 190) | class MockPurchaseParam extends Mock implements PurchaseParam {} class MockPurchaseDetails (line 192) | class MockPurchaseDetails extends Mock implements PurchaseDetails {} class ImplementsInAppPurchasePlatformAddition (line 194) | class ImplementsInAppPurchasePlatformAddition method noSuchMethod (line 197) | dynamic noSuchMethod(Invocation invocation) class ExtendsInAppPurchasePlatformAddition (line 200) | class ExtendsInAppPurchasePlatformAddition class ImplementsInAppPurchasePlatformAdditionProvider (line 203) | class ImplementsInAppPurchasePlatformAdditionProvider method register (line 205) | void register() method getPlatformAddition (line 211) | T getPlatformAddition() class ExtendsInAppPurchasePlatformAdditionIsPlatformInterface (line 216) | class ExtendsInAppPurchasePlatformAdditionIsPlatformInterface FILE: packages/in_app_purchase/in_app_purchase_platform_interface/test/src/errors/in_app_purchase_error_test.dart function main (line 8) | void main() FILE: packages/in_app_purchase/in_app_purchase_platform_interface/test/src/errors/in_app_purchase_exception_test.dart function main (line 8) | void main() FILE: packages/in_app_purchase/in_app_purchase_platform_interface/test/src/types/product_details_test.dart function main (line 8) | void main() FILE: packages/in_app_purchase/in_app_purchase_storekit/example/integration_test/in_app_purchase_test.dart function main (line 10) | void main() FILE: packages/in_app_purchase/in_app_purchase_storekit/example/lib/consumable_store.dart class ConsumableStore (line 13) | class ConsumableStore { method save (line 20) | Future save(String id) method consume (line 28) | Future consume(String id) method load (line 34) | Future> load() method _doSave (line 39) | Future _doSave(String id) method _doConsume (line 46) | Future _doConsume(String id) FILE: packages/in_app_purchase/in_app_purchase_storekit/example/lib/example_payment_queue_delegate.dart class ExamplePaymentQueueDelegate (line 12) | class ExamplePaymentQueueDelegate implements SKPaymentQueueDelegateWrapp... method shouldContinueTransaction (line 14) | bool shouldContinueTransaction( method shouldShowPriceConsent (line 20) | bool shouldShowPriceConsent() FILE: packages/in_app_purchase/in_app_purchase_storekit/example/lib/main.dart function main (line 14) | void main() class _MyApp (line 35) | class _MyApp extends StatefulWidget { method createState (line 37) | State<_MyApp> createState() class _MyAppState (line 40) | class _MyAppState extends State<_MyApp> { method initState (line 57) | void initState() method initStoreInfo (line 76) | Future initStoreInfo() method dispose (line 133) | void dispose() method build (line 139) | Widget build(BuildContext context) method _buildConnectionCheckTile (line 187) | Card _buildConnectionCheckTile() method _buildProductList (line 215) | Card _buildProductList() method _buildConsumableBox (line 291) | Card _buildConsumableBox() method _buildRestoreButton (line 329) | Widget _buildRestoreButton() method consume (line 354) | Future consume(String id) method showPendingUI (line 362) | void showPendingUI() method deliverProduct (line 368) | Future deliverProduct(PurchaseDetails purchaseDetails) method handleError (line 385) | void handleError(IAPError error) method _verifyPurchase (line 391) | Future _verifyPurchase(PurchaseDetails purchaseDetails) method _handleInvalidPurchase (line 397) | void _handleInvalidPurchase(PurchaseDetails purchaseDetails) method _listenToPurchaseUpdated (line 401) | void _listenToPurchaseUpdated(List purchaseDetailsList) method _handleReportedPurchaseState (line 405) | Future _handleReportedPurchaseState( FILE: packages/in_app_purchase/in_app_purchase_storekit/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/in_app_purchase_storekit_platform.dart class InAppPurchaseStoreKitPlatform (line 24) | class InAppPurchaseStoreKitPlatform extends InAppPurchasePlatform { method registerPlatform (line 44) | void registerPlatform() method isAvailable (line 68) | Future isAvailable() method buyNonConsumable (line 71) | Future buyNonConsumable({required PurchaseParam purchaseParam}) method buyConsumable (line 87) | Future buyConsumable( method completePurchase (line 94) | Future completePurchase(PurchaseDetails purchase) method restorePurchases (line 106) | Future restorePurchases({String? applicationUserName}) method queryProductDetails (line 120) | Future queryProductDetails( type _TransactionRestoreState (line 160) | enum _TransactionRestoreState { class _TransactionObserver (line 166) | class _TransactionObserver implements SKTransactionObserverWrapper { method restoreTransactions (line 176) | Future restoreTransactions({ method cleanUpRestoredTransactions (line 186) | void cleanUpRestoredTransactions() method updatedTransactions (line 191) | void updatedTransactions( method removedTransactions (line 197) | void removedTransactions( method restoreCompletedTransactionsFailed (line 202) | void restoreCompletedTransactionsFailed({required SKError error}) method paymentQueueRestoreCompletedTransactionsFinished (line 208) | void paymentQueueRestoreCompletedTransactionsFinished() method shouldAddStorePayment (line 223) | bool shouldAddStorePayment( method getReceiptData (line 229) | Future getReceiptData() method _handleTransationUpdates (line 238) | Future _handleTransationUpdates( FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/in_app_purchase_storekit_platform_addition.dart class InAppPurchaseStoreKitPlatformAddition (line 13) | class InAppPurchaseStoreKitPlatformAddition method presentCodeRedemptionSheet (line 18) | Future presentCodeRedemptionSheet() method refreshPurchaseVerificationData (line 25) | Future refreshPurchaseVerificationData() method setDelegate (line 51) | Future setDelegate(SKPaymentQueueDelegateWrapper? delegate) method showPriceConsentIfNeeded (line 62) | Future showPriceConsentIfNeeded() FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/enum_converters.dart class SKTransactionStatusConverter (line 16) | class SKTransactionStatusConverter method fromJson (line 22) | SKPaymentTransactionStateWrapper fromJson(int? json) method toPurchaseStatus (line 33) | PurchaseStatus toPurchaseStatus( method toJson (line 58) | int toJson(SKPaymentTransactionStateWrapper object) class SKSubscriptionPeriodUnitConverter (line 66) | class SKSubscriptionPeriodUnitConverter method fromJson (line 72) | SKSubscriptionPeriodUnit fromJson(int? json) method toJson (line 83) | int toJson(SKSubscriptionPeriodUnit object) class SKProductDiscountPaymentModeConverter (line 91) | class SKProductDiscountPaymentModeConverter method fromJson (line 97) | SKProductDiscountPaymentMode fromJson(int? json) method toJson (line 108) | int toJson(SKProductDiscountPaymentMode object) class _SerializedEnums (line 114) | @JsonSerializable() class SKProductDiscountTypeConverter (line 125) | class SKProductDiscountTypeConverter method fromJson (line 131) | SKProductDiscountType fromJson(int? json) method toJson (line 141) | int toJson(SKProductDiscountType object) FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/enum_converters.g.dart function _$SerializedEnumsFromJson (line 9) | _SerializedEnums _$SerializedEnumsFromJson(Map json) FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_payment_queue_delegate_wrapper.dart class SKPaymentQueueDelegateWrapper (line 15) | abstract class SKPaymentQueueDelegateWrapper { method shouldContinueTransaction (line 25) | bool shouldContinueTransaction( method shouldShowPriceConsent (line 38) | bool shouldShowPriceConsent() FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_payment_queue_wrapper.dart class SKPaymentQueueWrapper (line 28) | class SKPaymentQueueWrapper { method transactions (line 45) | Future> transactions() method canMakePayments (line 51) | Future canMakePayments() method setTransactionObserver (line 62) | void setTransactionObserver(SKTransactionObserverWrapper observer) method startObservingTransactionQueue (line 72) | Future startObservingTransactionQueue() method stopObservingTransactionQueue (line 80) | Future stopObservingTransactionQueue() method setDelegate (line 93) | Future setDelegate(SKPaymentQueueDelegateWrapper? delegate) method addPayment (line 126) | Future addPayment(SKPaymentWrapper payment) method finishTransaction (line 147) | Future finishTransaction( method restoreTransactions (line 176) | Future restoreTransactions({String? applicationUserName}) method presentCodeRedemptionSheet (line 188) | Future presentCodeRedemptionSheet() method showPriceConsentIfNeeded (line 201) | Future showPriceConsentIfNeeded() method handleObserverCallbacks (line 211) | Future handleObserverCallbacks(MethodCall call) method _getTransactionList (line 273) | List _getTransactionList( method handlePaymentQueueDelegateCallbacks (line 288) | Future handlePaymentQueueDelegateCallbacks(MethodCall call) class SKError (line 319) | @immutable class SKPaymentWrapper (line 382) | @immutable method toMap (line 406) | Map toMap() method toString (line 490) | String toString() class SKPaymentDiscountWrapper (line 501) | @immutable method toMap (line 523) | Map toMap() FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_payment_queue_wrapper.g.dart function _$SKErrorFromJson (line 9) | SKError _$SKErrorFromJson(Map json) function _$SKPaymentWrapperFromJson (line 18) | SKPaymentWrapper _$SKPaymentWrapperFromJson(Map json) function _$SKPaymentWrapperToJson (line 27) | Map _$SKPaymentWrapperToJson(SKPaymentWrapper instance) function _$SKPaymentDiscountWrapperFromJson (line 36) | SKPaymentDiscountWrapper _$SKPaymentDiscountWrapperFromJson(Map json) function _$SKPaymentDiscountWrapperToJson (line 45) | Map _$SKPaymentDiscountWrapperToJson( FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_payment_transaction_wrappers.dart class SKTransactionObserverWrapper (line 21) | abstract class SKTransactionObserverWrapper { method updatedTransactions (line 23) | void updatedTransactions( method removedTransactions (line 27) | void removedTransactions( method restoreCompletedTransactionsFailed (line 31) | void restoreCompletedTransactionsFailed({required SKError error}) method paymentQueueRestoreCompletedTransactionsFinished (line 34) | void paymentQueueRestoreCompletedTransactionsFinished() method shouldAddStorePayment (line 45) | bool shouldAddStorePayment( type SKPaymentTransactionStateWrapper (line 53) | enum SKPaymentTransactionStateWrapper { class SKPaymentTransactionWrapper (line 105) | @JsonSerializable(createToJson: true) method toString (line 195) | String toString() method toFinishMap (line 198) | Map toFinishMap() FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_payment_transaction_wrappers.g.dart function _$SKPaymentTransactionWrapperFromJson (line 9) | SKPaymentTransactionWrapper _$SKPaymentTransactionWrapperFromJson(Map json) function _$SKPaymentTransactionWrapperToJson (line 26) | Map _$SKPaymentTransactionWrapperToJson( FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_product_wrapper.dart class SkProductResponseWrapper (line 19) | @JsonSerializable() type SKSubscriptionPeriodUnit (line 74) | enum SKSubscriptionPeriodUnit { class SKProductSubscriptionPeriodWrapper (line 98) | @JsonSerializable() type SKProductDiscountPaymentMode (line 152) | enum SKProductDiscountPaymentMode { type SKProductDiscountType (line 178) | enum SKProductDiscountType { class SKProductDiscountWrapper (line 191) | @JsonSerializable() class SKProductWrapper (line 274) | @JsonSerializable() class SKPriceLocaleWrapper (line 394) | @JsonSerializable() FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_product_wrapper.g.dart function _$SkProductResponseWrapperFromJson (line 9) | SkProductResponseWrapper _$SkProductResponseWrapperFromJson(Map json) function _$SKProductSubscriptionPeriodWrapperFromJson (line 23) | SKProductSubscriptionPeriodWrapper _$SKProductSubscriptionPeriodWrapperF... function _$SKProductDiscountWrapperFromJson (line 31) | SKProductDiscountWrapper _$SKProductDiscountWrapperFromJson(Map json) function _$SKProductWrapperFromJson (line 50) | SKProductWrapper _$SKProductWrapperFromJson(Map json) function _$SKPriceLocaleWrapperFromJson (line 78) | SKPriceLocaleWrapper _$SKPriceLocaleWrapperFromJson(Map json) FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_receipt_manager.dart class SKReceiptManager (line 11) | class SKReceiptManager { method retrieveReceiptData (line 19) | Future retrieveReceiptData() FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_request_maker.dart class SKRequestMaker (line 17) | class SKRequestMaker { method startProductRequest (line 27) | Future startProductRequest( method startRefreshReceiptRequest (line 52) | Future startRefreshReceiptRequest( FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_storefront_wrapper.dart class SKStorefrontWrapper (line 14) | @JsonSerializable(createToJson: true) method toString (line 63) | String toString() method toMap (line 67) | Map toMap() FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/store_kit_wrappers/sk_storefront_wrapper.g.dart function _$SKStorefrontWrapperFromJson (line 9) | SKStorefrontWrapper _$SKStorefrontWrapperFromJson(Map json) function _$SKStorefrontWrapperToJson (line 15) | Map _$SKStorefrontWrapperToJson( FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/types/app_store_product_details.dart class AppStoreProductDetails (line 11) | class AppStoreProductDetails extends ProductDetails { FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/types/app_store_purchase_details.dart class AppStorePurchaseDetails (line 13) | class AppStorePurchaseDetails extends PurchaseDetails { FILE: packages/in_app_purchase/in_app_purchase_storekit/lib/src/types/app_store_purchase_param.dart class AppStorePurchaseParam (line 10) | class AppStorePurchaseParam extends PurchaseParam { FILE: packages/in_app_purchase/in_app_purchase_storekit/test/fakes/fake_storekit_platform.dart class FakeStoreKitPlatform (line 15) | class FakeStoreKitPlatform { method reset (line 37) | void reset() method createPendingTransaction (line 63) | SKPaymentTransactionWrapper createPendingTransaction(String id, method createPurchasedTransaction (line 73) | SKPaymentTransactionWrapper createPurchasedTransaction( method createFailedTransaction (line 84) | SKPaymentTransactionWrapper createFailedTransaction(String productId, method createCanceledTransaction (line 98) | SKPaymentTransactionWrapper createCanceledTransaction( method createRestoredTransaction (line 113) | SKPaymentTransactionWrapper createRestoredTransaction( method onMethodCall (line 124) | Future onMethodCall(MethodCall call) method _getArgumentDictionary (line 236) | Map _getArgumentDictionary(MethodCall call) function _ambiguate (line 245) | T? _ambiguate(T? value) FILE: packages/in_app_purchase/in_app_purchase_storekit/test/in_app_purchase_storekit_platform_addtion_test.dart function main (line 12) | void main() function _ambiguate (line 49) | T? _ambiguate(T? value) FILE: packages/in_app_purchase/in_app_purchase_storekit/test/in_app_purchase_storekit_platform_test.dart function main (line 17) | void main() function _ambiguate (line 581) | T? _ambiguate(T? value) FILE: packages/in_app_purchase/in_app_purchase_storekit/test/store_kit_wrappers/sk_methodchannel_apis_test.dart function main (line 11) | void main() class FakeStoreKitPlatform (line 188) | class FakeStoreKitPlatform { method onMethodCall (line 223) | Future onMethodCall(MethodCall call) class TestPaymentQueueDelegate (line 287) | class TestPaymentQueueDelegate extends SKPaymentQueueDelegateWrapper {} class TestPaymentTransactionObserver (line 289) | class TestPaymentTransactionObserver extends SKTransactionObserverWrapper { method updatedTransactions (line 291) | void updatedTransactions( method removedTransactions (line 295) | void removedTransactions( method restoreCompletedTransactionsFailed (line 299) | void restoreCompletedTransactionsFailed({required SKError error}) method paymentQueueRestoreCompletedTransactionsFinished (line 302) | void paymentQueueRestoreCompletedTransactionsFinished() method shouldAddStorePayment (line 305) | bool shouldAddStorePayment( function _ambiguate (line 315) | T? _ambiguate(T? value) FILE: packages/in_app_purchase/in_app_purchase_storekit/test/store_kit_wrappers/sk_payment_queue_delegate_api_test.dart function main (line 10) | void main() class TestTransactionObserverWrapper (line 101) | class TestTransactionObserverWrapper extends SKTransactionObserverWrapper { method updatedTransactions (line 105) | void updatedTransactions( method removedTransactions (line 111) | void removedTransactions( method restoreCompletedTransactionsFailed (line 117) | void restoreCompletedTransactionsFailed({required SKError error}) method paymentQueueRestoreCompletedTransactionsFinished (line 122) | void paymentQueueRestoreCompletedTransactionsFinished() method shouldAddStorePayment (line 127) | bool shouldAddStorePayment( class TestPaymentQueueDelegate (line 134) | class TestPaymentQueueDelegate extends SKPaymentQueueDelegateWrapper { method shouldContinueTransaction (line 138) | bool shouldContinueTransaction( method shouldShowPriceConsent (line 145) | bool shouldShowPriceConsent() class FakeStoreKitPlatform (line 151) | class FakeStoreKitPlatform { method onMethodCall (line 161) | Future onMethodCall(MethodCall call) function _ambiguate (line 178) | T? _ambiguate(T? value) FILE: packages/in_app_purchase/in_app_purchase_storekit/test/store_kit_wrappers/sk_product_test.dart function main (line 12) | void main() FILE: packages/in_app_purchase/in_app_purchase_storekit/test/store_kit_wrappers/sk_test_stub_objects.dart function buildLocaleMap (line 103) | Map buildLocaleMap(SKPriceLocaleWrapper local) function buildSubscriptionPeriodMap (line 111) | Map? buildSubscriptionPeriodMap( function buildDiscountMap (line 122) | Map buildDiscountMap(SKProductDiscountWrapper discount) function buildDiscountMapMissingIdentifierAndType (line 136) | Map buildDiscountMapMissingIdentifierAndType( function buildProductMap (line 149) | Map buildProductMap(SKProductWrapper product) function buildProductResponseMap (line 164) | Map buildProductResponseMap( function buildErrorMap (line 175) | Map buildErrorMap(SKError error) function buildTransactionMap (line 183) | Map buildTransactionMap( FILE: packages/ios_platform_images/example/lib/main.dart function main (line 8) | void main() class MyApp (line 11) | class MyApp extends StatefulWidget { method createState (line 16) | State createState() class _MyAppState (line 19) | class _MyAppState extends State { method initState (line 21) | void initState() method build (line 30) | Widget build(BuildContext context) FILE: packages/ios_platform_images/example/test/widget_test.dart function main (line 12) | void main() FILE: packages/ios_platform_images/lib/ios_platform_images.dart class _FutureImageStreamCompleter (line 13) | class _FutureImageStreamCompleter extends ImageStreamCompleter { method _onCodecReady (line 30) | Future _onCodecReady(ui.Codec codec) class _FutureMemoryImage (line 48) | @immutable method obtainKey (line 60) | Future<_FutureMemoryImage> obtainKey(ImageConfiguration configuration) method loadBuffer (line 65) | ImageStreamCompleter loadBuffer( method _loadAsync (line 75) | Future _loadAsync( method toString (line 100) | String toString() class IosPlatformImages (line 108) | class IosPlatformImages { method load (line 118) | ImageProvider load(String name) method resolveURL (line 145) | Future resolveURL(String name, {String? extension}) FILE: packages/ios_platform_images/test/ios_platform_images_test.dart function main (line 9) | void main() function _ambiguate (line 38) | T? _ambiguate(T? value) FILE: packages/local_auth/local_auth/example/android/app/src/androidTest/java/io/flutter/plugins/localauth/FlutterFragmentActivityTest.java class FlutterFragmentActivityTest (line 14) | @DartIntegrationTest FILE: packages/local_auth/local_auth/example/integration_test/local_auth_test.dart function main (line 10) | void main() FILE: packages/local_auth/local_auth/example/lib/main.dart function main (line 13) | void main() class MyApp (line 17) | class MyApp extends StatefulWidget { method createState (line 21) | State createState() class _MyAppState (line 24) | class _MyAppState extends State { method initState (line 33) | void initState() method _checkBiometrics (line 42) | Future _checkBiometrics() method _getAvailableBiometrics (line 59) | Future _getAvailableBiometrics() method _authenticate (line 76) | Future _authenticate() method _authenticateWithBiometrics (line 108) | Future _authenticateWithBiometrics() method _cancelAuthentication (line 145) | Future _cancelAuthentication() method build (line 151) | Widget build(BuildContext context) type _SupportState (line 234) | enum _SupportState { FILE: packages/local_auth/local_auth/example/lib/readme_excerpts.dart function main (line 26) | void main() class MyApp (line 30) | class MyApp extends StatefulWidget { method createState (line 34) | State createState() class _MyAppState (line 37) | class _MyAppState extends State { method build (line 45) | Widget build(BuildContext context) method checkSupport (line 56) | Future checkSupport() method getEnrolledBiometrics (line 67) | Future getEnrolledBiometrics() method authenticate (line 84) | Future authenticate() method authenticateWithBiometrics (line 98) | Future authenticateWithBiometrics() method authenticateWithoutDialogs (line 107) | Future authenticateWithoutDialogs() method authenticateWithErrorHandling (line 128) | Future authenticateWithErrorHandling() method authenticateWithCustomDialogMessages (line 150) | Future authenticateWithCustomDialogMessages() FILE: packages/local_auth/local_auth/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/local_auth/local_auth/example/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: packages/local_auth/local_auth/example/windows/runner/flutter_window.h function class (line 15) | class FlutterWindow : public Win32Window { FILE: packages/local_auth/local_auth/example/windows/runner/main.cpp function wWinMain (line 11) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/local_auth/local_auth/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 13) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 27) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 47) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: packages/local_auth/local_auth/example/windows/runner/win32_window.cpp function Scale (line 21) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 27) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 44) | class WindowClassRegistrar { method WindowClassRegistrar (line 49) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 65) | WindowClassRegistrar() = default; function wchar_t (line 74) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 151) | LRESULT function Win32Window (line 205) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 221) | RECT Win32Window::GetClientArea() { function HWND (line 227) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/local_auth/local_auth/example/windows/runner/win32_window.h type Size (line 24) | struct Size { FILE: packages/local_auth/local_auth/lib/src/local_auth.dart class LocalAuthentication (line 20) | class LocalAuthentication { method authenticate (line 39) | Future authenticate( method stopAuthentication (line 60) | Future stopAuthentication() method isDeviceSupported (line 70) | Future isDeviceSupported() method getAvailableBiometrics (line 74) | Future> getAvailableBiometrics() FILE: packages/local_auth/local_auth/test/local_auth_test.dart function main (line 15) | void main() class MockLocalAuthPlatform (line 78) | class MockLocalAuthPlatform extends Mock method authenticate (line 86) | Future authenticate({ method getEnrolledBiometrics (line 100) | Future> getEnrolledBiometrics() method isDeviceSupported (line 106) | Future isDeviceSupported() method stopAuthentication (line 111) | Future stopAuthentication() method deviceSupportsBiometrics (line 116) | Future deviceSupportsBiometrics() FILE: packages/local_auth/local_auth_android/android/src/main/java/io/flutter/plugins/localauth/AuthenticationHelper.java class AuthenticationHelper (line 38) | @SuppressWarnings("deprecation") type AuthCompletionHandler (line 42) | interface AuthCompletionHandler { method onSuccess (line 44) | void onSuccess(); method onFailure (line 50) | void onFailure(); method onError (line 59) | void onError(String code, String error); method AuthenticationHelper (line 73) | AuthenticationHelper( method authenticate (line 109) | void authenticate() { method stopAuthentication (line 120) | void stopAuthentication() { method stop (line 128) | private void stop() { method onAuthenticationError (line 136) | @SuppressLint("SwitchIntDef") method onAuthenticationSucceeded (line 188) | @Override method onAuthenticationFailed (line 194) | @Override method onActivityPaused (line 201) | @Override method onActivityResumed (line 208) | @Override method onPause (line 225) | @Override method onResume (line 230) | @Override method showGoToSettingsDialog (line 236) | @SuppressLint("InflateParams") method onActivityCreated (line 271) | @Override method onActivityStarted (line 274) | @Override method onActivityStopped (line 277) | @Override method onActivitySaveInstanceState (line 280) | @Override method onActivityDestroyed (line 283) | @Override method onDestroy (line 286) | @Override method onStop (line 289) | @Override method onStart (line 292) | @Override method onCreate (line 295) | @Override class UiThreadExecutor (line 298) | private static class UiThreadExecutor implements Executor { method execute (line 301) | @Override FILE: packages/local_auth/local_auth_android/android/src/main/java/io/flutter/plugins/localauth/LocalAuthPlugin.java class LocalAuthPlugin (line 39) | @SuppressWarnings("deprecation") method onActivityResult (line 56) | @Override method registerWith (line 80) | @SuppressWarnings("deprecation") method LocalAuthPlugin (line 94) | public LocalAuthPlugin() {} method onMethodCall (line 96) | @Override method authenticate (line 123) | private void authenticate(MethodCall call, final Result result) { method createAuthCompletionHandler (line 158) | @VisibleForTesting method sendAuthenticationRequest (line 180) | @VisibleForTesting method authenticateSuccess (line 190) | private void authenticateSuccess(Result result) { method authenticateFail (line 196) | private void authenticateFail(Result result) { method stopAuthentication (line 205) | private void stopAuthentication(Result result) { method deviceSupportsBiometrics (line 218) | private void deviceSupportsBiometrics(final Result result) { method getEnrolledBiometrics (line 225) | private void getEnrolledBiometrics(final Result result) { method getEnrolledBiometrics (line 238) | @VisibleForTesting method isDeviceSecure (line 255) | @VisibleForTesting method isDeviceSupported (line 261) | @VisibleForTesting method canAuthenticateWithBiometrics (line 266) | private boolean canAuthenticateWithBiometrics() { method hasBiometricHardware (line 272) | private boolean hasBiometricHardware() { method canAuthenticateWithDeviceCredential (line 278) | @VisibleForTesting method isDeviceSupported (line 292) | private void isDeviceSupported(Result result) { method onAttachedToEngine (line 296) | @Override method onDetachedFromEngine (line 302) | @Override method setServicesFromActivity (line 305) | private void setServicesFromActivity(Activity activity) { method onAttachedToActivity (line 313) | @Override method onDetachedFromActivityForConfigChanges (line 321) | @Override method onReattachedToActivityForConfigChanges (line 327) | @Override method onDetachedFromActivity (line 334) | @Override method getActivity (line 341) | @VisibleForTesting method setBiometricManager (line 346) | @VisibleForTesting method setKeyguardManager (line 351) | @VisibleForTesting FILE: packages/local_auth/local_auth_android/android/src/test/java/io/flutter/plugins/localauth/LocalAuthTest.java class LocalAuthTest (line 43) | @RunWith(RobolectricTestRunner.class) method authenticate_returnsErrorWhenAuthInProgress (line 45) | @Test method authenticate_returnsErrorWithNoForegroundActivity (line 54) | @Test method authenticate_returnsErrorWhenActivityNotFragmentActivity (line 63) | @Test method authenticate_returnsErrorWhenDeviceNotSupported (line 76) | @Test method authenticate_properlyConfiguresBiometricOnlyAuthenticationRequest (line 86) | @Test method authenticate_properlyConfiguresBiometricAndDeviceCredentialAuthenticationRequest (line 114) | @Test method authenticate_properlyConfiguresDeviceCredentialOnlyAuthenticationRequest (line 141) | @Test method isDeviceSupportedReturnsFalse (line 170) | @Test method deviceSupportsBiometrics_returnsTrueForPresentNonEnrolledBiometrics (line 178) | @Test method deviceSupportsBiometrics_returnsTrueForPresentEnrolledBiometrics (line 190) | @Test method deviceSupportsBiometrics_returnsFalseForNoBiometricHardware (line 202) | @Test method deviceSupportsBiometrics_returnsFalseForNullBiometricManager (line 214) | @Test method onDetachedFromActivity_ShouldReleaseActivity (line 223) | @Test method getEnrolledBiometrics_shouldReturnError_whenNoActivity (line 255) | @Test method getEnrolledBiometrics_shouldReturnError_whenFinishingActivity (line 265) | @Test method getEnrolledBiometrics_shouldReturnEmptyList_withoutHardwarePresent (line 278) | @Test method getEnrolledBiometrics_shouldReturnEmptyList_withNoMethodsEnrolled (line 292) | @Test method getEnrolledBiometrics_shouldOnlyAddEnrolledBiometrics (line 306) | @Test method getEnrolledBiometrics_shouldAddStrongBiometrics (line 328) | @Test method isDeviceSecure_returnsFalseOnBelowApi23 (line 351) | @Test method isDeviceSecure_returnsTrueIfDeviceIsSecure (line 358) | @Test method canAuthenticateWithDeviceCredential_returnsTrueIfHasBiometricManagerSupportAboveApi30 (line 372) | @Test method buildMockActivityWithContext (line 389) | private Activity buildMockActivityWithContext(Activity mockActivity) { method setPluginActivity (line 396) | private void setPluginActivity(LocalAuthPlugin plugin, Activity activi... FILE: packages/local_auth/local_auth_android/example/android/app/src/androidTest/java/io/flutter/plugins/localauth/FlutterFragmentActivityTest.java class FlutterFragmentActivityTest (line 14) | @DartIntegrationTest FILE: packages/local_auth/local_auth_android/example/integration_test/local_auth_test.dart function main (line 10) | void main() FILE: packages/local_auth/local_auth_android/example/lib/main.dart function main (line 14) | void main() class MyApp (line 18) | class MyApp extends StatefulWidget { method createState (line 22) | State createState() class _MyAppState (line 25) | class _MyAppState extends State { method initState (line 33) | void initState() method _checkBiometrics (line 42) | Future _checkBiometrics() method _getEnrolledBiometrics (line 60) | Future _getEnrolledBiometrics() method _authenticate (line 78) | Future _authenticate() method _authenticateWithBiometrics (line 111) | Future _authenticateWithBiometrics() method _cancelAuthentication (line 149) | Future _cancelAuthentication() method build (line 155) | Widget build(BuildContext context) type _SupportState (line 239) | enum _SupportState { FILE: packages/local_auth/local_auth_android/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/local_auth/local_auth_android/lib/local_auth_android.dart class LocalAuthAndroid (line 19) | class LocalAuthAndroid extends LocalAuthPlatform { method registerWith (line 21) | void registerWith() method authenticate (line 26) | Future authenticate({ method deviceSupportsBiometrics (line 49) | Future deviceSupportsBiometrics() method getEnrolledBiometrics (line 55) | Future> getEnrolledBiometrics() method isDeviceSupported (line 75) | Future isDeviceSupported() method stopAuthentication (line 79) | Future stopAuthentication() FILE: packages/local_auth/local_auth_android/lib/types/auth_messages_android.dart class AndroidAuthMessages (line 12) | @immutable FILE: packages/local_auth/local_auth_android/test/local_auth_test.dart function main (line 9) | void main() function _ambiguate (line 184) | T? _ambiguate(T? value) FILE: packages/local_auth/local_auth_ios/example/integration_test/local_auth_test.dart function main (line 10) | void main() FILE: packages/local_auth/local_auth_ios/example/lib/main.dart function main (line 14) | void main() class MyApp (line 18) | class MyApp extends StatefulWidget { method createState (line 22) | State createState() class _MyAppState (line 25) | class _MyAppState extends State { method initState (line 33) | void initState() method _checkBiometrics (line 42) | Future _checkBiometrics() method _getEnrolledBiometrics (line 60) | Future _getEnrolledBiometrics() method _authenticate (line 78) | Future _authenticate() method _authenticateWithBiometrics (line 111) | Future _authenticateWithBiometrics() method _cancelAuthentication (line 149) | Future _cancelAuthentication() method build (line 155) | Widget build(BuildContext context) type _SupportState (line 238) | enum _SupportState { FILE: packages/local_auth/local_auth_ios/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/local_auth/local_auth_ios/lib/local_auth_ios.dart class LocalAuthIOS (line 19) | class LocalAuthIOS extends LocalAuthPlatform { method registerWith (line 21) | void registerWith() method authenticate (line 26) | Future authenticate({ method deviceSupportsBiometrics (line 49) | Future deviceSupportsBiometrics() method getEnrolledBiometrics (line 55) | Future> getEnrolledBiometrics() method isDeviceSupported (line 78) | Future isDeviceSupported() method stopAuthentication (line 83) | Future stopAuthentication() FILE: packages/local_auth/local_auth_ios/lib/types/auth_messages_ios.dart class IOSAuthMessages (line 11) | @immutable FILE: packages/local_auth/local_auth_ios/test/local_auth_test.dart function main (line 9) | void main() function _ambiguate (line 191) | T? _ambiguate(T? value) FILE: packages/local_auth/local_auth_platform_interface/lib/default_method_channel_platform.dart class DefaultLocalAuthPlatform (line 17) | class DefaultLocalAuthPlatform extends LocalAuthPlatform { method authenticate (line 19) | Future authenticate({ method getEnrolledBiometrics (line 39) | Future> getEnrolledBiometrics() method deviceSupportsBiometrics (line 66) | Future deviceSupportsBiometrics() method isDeviceSupported (line 78) | Future isDeviceSupported() method stopAuthentication (line 82) | Future stopAuthentication() FILE: packages/local_auth/local_auth_platform_interface/lib/local_auth_platform_interface.dart class LocalAuthPlatform (line 19) | abstract class LocalAuthPlatform extends PlatformInterface { method authenticate (line 58) | Future authenticate({ method deviceSupportsBiometrics (line 69) | Future deviceSupportsBiometrics() method getEnrolledBiometrics (line 81) | Future> getEnrolledBiometrics() method isDeviceSupported (line 88) | Future isDeviceSupported() method stopAuthentication (line 97) | Future stopAuthentication() FILE: packages/local_auth/local_auth_platform_interface/lib/types/auth_messages.dart class AuthMessages (line 6) | abstract class AuthMessages { FILE: packages/local_auth/local_auth_platform_interface/lib/types/auth_options.dart class AuthenticationOptions (line 8) | @immutable FILE: packages/local_auth/local_auth_platform_interface/lib/types/biometric_type.dart type BiometricType (line 8) | enum BiometricType { FILE: packages/local_auth/local_auth_platform_interface/test/default_method_channel_platform_test.dart function main (line 10) | void main() function _ambiguate (line 212) | T? _ambiguate(T? value) FILE: packages/local_auth/local_auth_windows/example/integration_test/local_auth_test.dart function main (line 10) | void main() FILE: packages/local_auth/local_auth_windows/example/lib/main.dart function main (line 14) | void main() class MyApp (line 18) | class MyApp extends StatefulWidget { method createState (line 22) | State createState() class _MyAppState (line 25) | class _MyAppState extends State { method initState (line 33) | void initState() method _checkBiometrics (line 42) | Future _checkBiometrics() method _getEnrolledBiometrics (line 60) | Future _getEnrolledBiometrics() method _authenticate (line 78) | Future _authenticate() method _cancelAuthentication (line 111) | Future _cancelAuthentication() method build (line 117) | Widget build(BuildContext context) type _SupportState (line 189) | enum _SupportState { FILE: packages/local_auth/local_auth_windows/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/local_auth/local_auth_windows/example/windows/runner/flutter_window.cpp function LRESULT (line 44) | LRESULT FILE: packages/local_auth/local_auth_windows/example/windows/runner/flutter_window.h function class (line 16) | class FlutterWindow : public Win32Window { FILE: packages/local_auth/local_auth_windows/example/windows/runner/main.cpp function wWinMain (line 12) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/local_auth/local_auth_windows/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 14) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 28) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 48) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: packages/local_auth/local_auth_windows/example/windows/runner/win32_window.cpp function Scale (line 22) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 28) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 45) | class WindowClassRegistrar { method WindowClassRegistrar (line 50) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 66) | WindowClassRegistrar() = default; function wchar_t (line 75) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 134) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 152) | LRESULT function Win32Window (line 206) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 222) | RECT Win32Window::GetClientArea() { function HWND (line 228) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/local_auth/local_auth_windows/example/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: packages/local_auth/local_auth_windows/lib/local_auth_windows.dart class LocalAuthWindows (line 16) | class LocalAuthWindows extends LocalAuthPlatform { method registerWith (line 25) | void registerWith() method authenticate (line 30) | Future authenticate({ method deviceSupportsBiometrics (line 46) | Future deviceSupportsBiometrics() method getEnrolledBiometrics (line 52) | Future> getEnrolledBiometrics() method isDeviceSupported (line 63) | Future isDeviceSupported() method stopAuthentication (line 67) | Future stopAuthentication() FILE: packages/local_auth/local_auth_windows/lib/src/messages.g.dart class LocalAuthApi (line 13) | class LocalAuthApi { method isDeviceSupported (line 24) | Future isDeviceSupported() method authenticate (line 55) | Future authenticate(String arg_localizedReason) FILE: packages/local_auth/local_auth_windows/lib/types/auth_messages_windows.dart class WindowsAuthMessages (line 13) | @immutable FILE: packages/local_auth/local_auth_windows/pigeons/messages.dart class LocalAuthApi (line 7) | @ConfigurePigeon(PigeonOptions( method isDeviceSupported (line 18) | bool isDeviceSupported() method authenticate (line 26) | bool authenticate(String localizedReason) FILE: packages/local_auth/local_auth_windows/test/local_auth_test.dart function main (line 9) | void main() class _FakeLocalAuthApi (line 107) | class _FakeLocalAuthApi implements LocalAuthApi { method authenticate (line 115) | Future authenticate(String localizedReason) method isDeviceSupported (line 121) | Future isDeviceSupported() FILE: packages/local_auth/local_auth_windows/windows/local_auth.h function namespace (line 26) | namespace local_auth_windows { FILE: packages/local_auth/local_auth_windows/windows/local_auth_plugin.cpp function HWND (line 12) | HWND GetRootWindow(flutter::FlutterView* view) { function Utf16FromUtf8 (line 17) | std::wstring Utf16FromUtf8(const std::string& utf8_string) { type local_auth_windows (line 41) | namespace local_auth_windows { class UserConsentVerifierImpl (line 45) | class UserConsentVerifierImpl : public UserConsentVerifier { method UserConsentVerifierImpl (line 47) | explicit UserConsentVerifierImpl(std::function window_provider) method RequestVerificationForWindowAsync (line 53) | winrt::Windows::Foundation::IAsyncOperation< method CheckAvailabilityAsync (line 79) | winrt::Windows::Foundation::IAsyncOperation< method UserConsentVerifierImpl (line 88) | UserConsentVerifierImpl(const UserConsentVerifierImpl&) = delete; method UserConsentVerifierImpl (line 89) | UserConsentVerifierImpl& operator=(const UserConsentVerifierImpl&) =... FILE: packages/local_auth/local_auth_windows/windows/local_auth_windows.cpp function LocalAuthPluginRegisterWithRegistrar (line 10) | void LocalAuthPluginRegisterWithRegistrar( FILE: packages/local_auth/local_auth_windows/windows/messages.g.cpp type local_auth_windows (line 20) | namespace local_auth_windows { FILE: packages/local_auth/local_auth_windows/windows/messages.g.h function namespace (line 18) | namespace local_auth_windows { function T (line 50) | const T& value() const { return std::get(v_); }; function T (line 56) | T TakeValue() && { return std::get(std::move(v_)); } function class (line 63) | class LocalAuthApi { FILE: packages/local_auth/local_auth_windows/windows/test/local_auth_plugin_test.cpp type local_auth_windows (line 17) | namespace local_auth_windows { type test (line 18) | namespace test { function TEST (line 30) | TEST(LocalAuthPlugin, IsDeviceSupportedHandlerSuccessIfVerifierAvail... function TEST (line 51) | TEST(LocalAuthPlugin, IsDeviceSupportedHandlerSuccessIfVerifierNotAv... function TEST (line 72) | TEST(LocalAuthPlugin, AuthenticateHandlerWorksWhenAuthorized) { function TEST (line 105) | TEST(LocalAuthPlugin, AuthenticateHandlerWorksWhenNotAuthorized) { FILE: packages/local_auth/local_auth_windows/windows/test/mocks.h function namespace (line 13) | namespace local_auth_windows { FILE: packages/path_provider/path_provider/example/android/app/src/androidTest/java/io/flutter/plugins/pathprovider/MainActivityTest.java class MainActivityTest (line 14) | @DartIntegrationTest FILE: packages/path_provider/path_provider/example/integration_test/path_provider_test.dart function main (line 10) | void main() function _verifySampleFile (line 106) | void _verifySampleFile(Directory? directory, String name) FILE: packages/path_provider/path_provider/example/lib/main.dart function main (line 12) | void main() class MyApp (line 16) | class MyApp extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class MyHomePage (line 31) | class MyHomePage extends StatefulWidget { method createState (line 36) | State createState() class _MyHomePageState (line 39) | class _MyHomePageState extends State { method _requestTempDirectory (line 49) | void _requestTempDirectory() method _buildDirectory (line 55) | Widget _buildDirectory( method _buildDirectories (line 70) | Widget _buildDirectories( method _requestAppDocumentsDirectory (line 87) | void _requestAppDocumentsDirectory() method _requestAppSupportDirectory (line 93) | void _requestAppSupportDirectory() method _requestAppLibraryDirectory (line 99) | void _requestAppLibraryDirectory() method _requestExternalStorageDirectory (line 105) | void _requestExternalStorageDirectory() method _requestExternalStorageDirectories (line 111) | void _requestExternalStorageDirectories(StorageDirectory type) method _requestExternalCacheDirectories (line 117) | void _requestExternalCacheDirectories() method _requestDownloadsDirectory (line 123) | void _requestDownloadsDirectory() method build (line 130) | Widget build(BuildContext context) FILE: packages/path_provider/path_provider/example/linux/main.cc function main (line 7) | int main(int argc, char** argv) { FILE: packages/path_provider/path_provider/example/linux/my_application.cc type _MyApplication (line 11) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function my_application_class_init (line 40) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 44) | static void my_application_init(MyApplication* self) {} function MyApplication (line 46) | MyApplication* my_application_new() { FILE: packages/path_provider/path_provider/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/path_provider/path_provider/example/windows/runner/flutter_window.cpp function LRESULT (line 47) | LRESULT FILE: packages/path_provider/path_provider/example/windows/runner/flutter_window.h function class (line 17) | class FlutterWindow : public Win32Window { FILE: packages/path_provider/path_provider/example/windows/runner/main.cpp function wWinMain (line 13) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/path_provider/path_provider/example/windows/runner/run_loop.h function class (line 15) | class RunLoop { FILE: packages/path_provider/path_provider/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 14) | void CreateAndAttachConsole() { FILE: packages/path_provider/path_provider/example/windows/runner/win32_window.cpp function Scale (line 22) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 28) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 45) | class WindowClassRegistrar { method WindowClassRegistrar (line 50) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 66) | WindowClassRegistrar() = default; function wchar_t (line 75) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 134) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 152) | LRESULT function Win32Window (line 205) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 221) | RECT Win32Window::GetClientArea() { function HWND (line 227) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/path_provider/path_provider/example/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: packages/path_provider/path_provider/lib/path_provider.dart class MissingPlatformDirectoryException (line 19) | class MissingPlatformDirectoryException implements Exception { method toString (line 32) | String toString() function getTemporaryDirectory (line 54) | Future getTemporaryDirectory() function getApplicationSupportDirectory (line 77) | Future getApplicationSupportDirectory() function getLibraryDirectory (line 99) | Future getLibraryDirectory() function getApplicationDocumentsDirectory (line 119) | Future getApplicationDocumentsDirectory() function getExternalStorageDirectory (line 136) | Future getExternalStorageDirectory() function getExternalCacheDirectories (line 157) | Future?> getExternalCacheDirectories() function getExternalStorageDirectories (line 179) | Future?> getExternalStorageDirectories({ function getDownloadsDirectory (line 200) | Future getDownloadsDirectory() FILE: packages/path_provider/path_provider/test/path_provider_test.dart function main (line 20) | void main() class FakePathProviderPlatform (line 117) | class FakePathProviderPlatform extends Fake method getTemporaryPath (line 121) | Future getTemporaryPath() method getApplicationSupportPath (line 126) | Future getApplicationSupportPath() method getLibraryPath (line 131) | Future getLibraryPath() method getApplicationDocumentsPath (line 136) | Future getApplicationDocumentsPath() method getExternalStoragePath (line 141) | Future getExternalStoragePath() method getExternalCachePaths (line 146) | Future?> getExternalCachePaths() method getExternalStoragePaths (line 151) | Future?> getExternalStoragePaths({ method getDownloadsPath (line 158) | Future getDownloadsPath() class AllNullFakePathProviderPlatform (line 163) | class AllNullFakePathProviderPlatform extends Fake method getTemporaryPath (line 167) | Future getTemporaryPath() method getApplicationSupportPath (line 172) | Future getApplicationSupportPath() method getLibraryPath (line 177) | Future getLibraryPath() method getApplicationDocumentsPath (line 182) | Future getApplicationDocumentsPath() method getExternalStoragePath (line 187) | Future getExternalStoragePath() method getExternalCachePaths (line 192) | Future?> getExternalCachePaths() method getExternalStoragePaths (line 197) | Future?> getExternalStoragePaths({ method getDownloadsPath (line 204) | Future getDownloadsPath() FILE: packages/path_provider/path_provider_android/android/src/main/java/io/flutter/plugins/pathprovider/Messages.java class Messages (line 22) | @SuppressWarnings({"unused", "unchecked", "CodeBlock2Expr", "RedundantSu... type StorageDirectory (line 25) | public enum StorageDirectory { method StorageDirectory (line 40) | private StorageDirectory(final int index) { class PathProviderApiCodec (line 45) | private static class PathProviderApiCodec extends StandardMessageCodec { method PathProviderApiCodec (line 48) | private PathProviderApiCodec() {} type PathProviderApi (line 52) | public interface PathProviderApi { method getTemporaryPath (line 53) | @Nullable method getApplicationSupportPath (line 56) | @Nullable method getApplicationDocumentsPath (line 59) | @Nullable method getExternalStoragePath (line 62) | @Nullable method getExternalCachePaths (line 65) | @NonNull method getExternalStoragePaths (line 68) | @NonNull method getCodec (line 72) | static MessageCodec getCodec() { method setup (line 79) | static void setup(BinaryMessenger binaryMessenger, PathProviderApi a... method wrapError (line 233) | private static Map wrapError(Throwable exception) { FILE: packages/path_provider/path_provider_android/android/src/main/java/io/flutter/plugins/pathprovider/PathProviderPlugin.java class PathProviderPlugin (line 22) | public class PathProviderPlugin implements FlutterPlugin, PathProviderApi { method PathProviderPlugin (line 26) | public PathProviderPlugin() {} method setup (line 28) | private void setup(BinaryMessenger messenger, Context context) { method registerWith (line 40) | @SuppressWarnings("deprecation") method onAttachedToEngine (line 46) | @Override method onDetachedFromEngine (line 51) | @Override method getTemporaryPath (line 56) | @Override method getApplicationSupportPath (line 61) | @Override method getApplicationDocumentsPath (line 66) | @Override method getExternalStoragePath (line 71) | @Override method getExternalCachePaths (line 76) | @Override method getExternalStoragePaths (line 81) | @Override method getPathProviderTemporaryDirectory (line 87) | private String getPathProviderTemporaryDirectory() { method getApplicationSupportDirectory (line 91) | private String getApplicationSupportDirectory() { method getPathProviderApplicationDocumentsDirectory (line 95) | private String getPathProviderApplicationDocumentsDirectory() { method getPathProviderStorageDirectory (line 99) | private String getPathProviderStorageDirectory() { method getPathProviderExternalCacheDirectories (line 107) | private List getPathProviderExternalCacheDirectories() { method getStorageDirectoryString (line 126) | private String getStorageDirectoryString(@NonNull Messages.StorageDire... method getPathProviderExternalStorageDirectories (line 155) | private List getPathProviderExternalStorageDirectories( FILE: packages/path_provider/path_provider_android/android/src/main/java/io/flutter/plugins/pathprovider/StorageDirectoryMapper.java class StorageDirectoryMapper (line 12) | class StorageDirectoryMapper { method androidType (line 20) | static String androidType(Integer dartIndex) throws IllegalArgumentExc... FILE: packages/path_provider/path_provider_android/android/src/test/java/io/flutter/plugins/pathprovider/StorageDirectoryMapperTest.java class StorageDirectoryMapperTest (line 14) | public class StorageDirectoryMapperTest { method testAndroidType_null (line 15) | @org.junit.Test method testAndroidType_valid (line 20) | @org.junit.Test method testAndroidType_invalid (line 33) | @Test FILE: packages/path_provider/path_provider_android/example/android/app/src/androidTest/java/io/flutter/plugins/pathprovider/MainActivityTest.java class MainActivityTest (line 14) | @DartIntegrationTest FILE: packages/path_provider/path_provider_android/example/integration_test/path_provider_test.dart function main (line 10) | void main() function _verifySampleFile (line 81) | void _verifySampleFile(String? directoryPath, String name) FILE: packages/path_provider/path_provider_android/example/lib/main.dart function main (line 10) | void main() class MyApp (line 14) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyHomePage (line 29) | class MyHomePage extends StatefulWidget { method createState (line 34) | State createState() class _MyHomePageState (line 37) | class _MyHomePageState extends State { method _requestTempDirectory (line 46) | void _requestTempDirectory() method _buildDirectory (line 52) | Widget _buildDirectory( method _buildDirectories (line 67) | Widget _buildDirectories( method _requestAppDocumentsDirectory (line 83) | void _requestAppDocumentsDirectory() method _requestAppSupportDirectory (line 89) | void _requestAppSupportDirectory() method _requestExternalStorageDirectory (line 95) | void _requestExternalStorageDirectory() method _requestExternalStorageDirectories (line 101) | void _requestExternalStorageDirectories(StorageDirectory type) method _requestExternalCacheDirectories (line 108) | void _requestExternalCacheDirectories() method build (line 115) | Widget build(BuildContext context) FILE: packages/path_provider/path_provider_android/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/path_provider/path_provider_android/lib/messages.g.dart type StorageDirectory (line 14) | enum StorageDirectory { class _PathProviderApiCodec (line 28) | class _PathProviderApiCodec extends StandardMessageCodec { class PathProviderApi (line 32) | class PathProviderApi { method getTemporaryPath (line 43) | Future getTemporaryPath() method getApplicationSupportPath (line 67) | Future getApplicationSupportPath() method getApplicationDocumentsPath (line 91) | Future getApplicationDocumentsPath() method getExternalStoragePath (line 115) | Future getExternalStoragePath() method getExternalCachePaths (line 139) | Future> getExternalCachePaths() method getExternalStoragePaths (line 168) | Future> getExternalStoragePaths( FILE: packages/path_provider/path_provider_android/lib/path_provider_android.dart function _convertStorageDirectory (line 8) | messages.StorageDirectory _convertStorageDirectory( class PathProviderAndroid (line 37) | class PathProviderAndroid extends PathProviderPlatform { method registerWith (line 41) | void registerWith() method getTemporaryPath (line 46) | Future getTemporaryPath() method getApplicationSupportPath (line 51) | Future getApplicationSupportPath() method getLibraryPath (line 56) | Future getLibraryPath() method getApplicationDocumentsPath (line 61) | Future getApplicationDocumentsPath() method getExternalStoragePath (line 66) | Future getExternalStoragePath() method getExternalCachePaths (line 71) | Future?> getExternalCachePaths() method getExternalStoragePaths (line 76) | Future?> getExternalStoragePaths({ method getDownloadsPath (line 84) | Future getDownloadsPath() FILE: packages/path_provider/path_provider_android/pigeons/messages.dart type StorageDirectory (line 6) | @ConfigurePigeon(PigeonOptions( class PathProviderApi (line 30) | @HostApi(dartHostTestHandler: 'TestPathProviderApi') method getTemporaryPath (line 33) | String? getTemporaryPath() method getApplicationSupportPath (line 35) | String? getApplicationSupportPath() method getApplicationDocumentsPath (line 37) | String? getApplicationDocumentsPath() method getExternalStoragePath (line 39) | String? getExternalStoragePath() method getExternalCachePaths (line 41) | List getExternalCachePaths() method getExternalStoragePaths (line 43) | List getExternalStoragePaths(StorageDirectory directory) FILE: packages/path_provider/path_provider_android/test/messages_test.g.dart class _TestPathProviderApiCodec (line 18) | class _TestPathProviderApiCodec extends StandardMessageCodec { class TestPathProviderApi (line 22) | abstract class TestPathProviderApi { method getTemporaryPath (line 25) | String? getTemporaryPath() method getApplicationSupportPath (line 26) | String? getApplicationSupportPath() method getApplicationDocumentsPath (line 27) | String? getApplicationDocumentsPath() method getExternalStoragePath (line 28) | String? getExternalStoragePath() method getExternalCachePaths (line 29) | List getExternalCachePaths() method getExternalStoragePaths (line 30) | List getExternalStoragePaths(StorageDirectory directory) method setup (line 31) | void setup(TestPathProviderApi? api, FILE: packages/path_provider/path_provider_android/test/path_provider_android_test.dart class _Api (line 19) | class _Api implements TestPathProviderApi { method getApplicationDocumentsPath (line 21) | String? getApplicationDocumentsPath() method getApplicationSupportPath (line 24) | String? getApplicationSupportPath() method getExternalCachePaths (line 27) | List getExternalCachePaths() method getExternalStoragePath (line 30) | String? getExternalStoragePath() method getExternalStoragePaths (line 33) | List getExternalStoragePaths(messages.StorageDirectory direct... method getTemporaryPath (line 37) | String? getTemporaryPath() function main (line 40) | void main() FILE: packages/path_provider/path_provider_foundation/example/integration_test/path_provider_test.dart function main (line 10) | void main() function _verifySampleFile (line 50) | void _verifySampleFile(String? directoryPath, String name) FILE: packages/path_provider/path_provider_foundation/example/lib/main.dart function main (line 10) | void main() class MyApp (line 15) | class MyApp extends StatefulWidget { method createState (line 19) | State createState() class _MyAppState (line 22) | class _MyAppState extends State { method initState (line 30) | void initState() method initDirectories (line 36) | Future initDirectories() method build (line 83) | Widget build(BuildContext context) FILE: packages/path_provider/path_provider_foundation/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/path_provider/path_provider_foundation/lib/messages.g.dart type DirectoryType (line 13) | enum DirectoryType { class PathProviderApi (line 21) | class PathProviderApi { method getDirectoryPath (line 31) | Future getDirectoryPath(DirectoryType arg_type) FILE: packages/path_provider/path_provider_foundation/lib/path_provider_foundation.dart class PathProviderFoundation (line 12) | class PathProviderFoundation extends PathProviderPlatform { method registerWith (line 16) | void registerWith() method getTemporaryPath (line 21) | Future getTemporaryPath() method getApplicationSupportPath (line 26) | Future getApplicationSupportPath() method getLibraryPath (line 38) | Future getLibraryPath() method getApplicationDocumentsPath (line 43) | Future getApplicationDocumentsPath() method getExternalStoragePath (line 48) | Future getExternalStoragePath() method getExternalCachePaths (line 54) | Future?> getExternalCachePaths() method getExternalStoragePaths (line 60) | Future?> getExternalStoragePaths({ method getDownloadsPath (line 68) | Future getDownloadsPath() FILE: packages/path_provider/path_provider_foundation/pigeons/messages.dart type DirectoryType (line 6) | @ConfigurePigeon(PigeonOptions( class PathProviderApi (line 21) | @HostApi(dartHostTestHandler: 'TestPathProviderApi') method getDirectoryPath (line 23) | String? getDirectoryPath(DirectoryType type) FILE: packages/path_provider/path_provider_foundation/test/messages_test.g.dart class TestPathProviderApi (line 16) | abstract class TestPathProviderApi { method getDirectoryPath (line 19) | String? getDirectoryPath(DirectoryType type) method setup (line 21) | void setup(TestPathProviderApi? api, FILE: packages/path_provider/path_provider_foundation/test/path_provider_foundation_test.dart function main (line 18) | void main() FILE: packages/path_provider/path_provider_foundation/test/path_provider_foundation_test.mocks.dart class MockTestPathProviderApi (line 25) | class MockTestPathProviderApi extends _i1.Mock method getDirectoryPath (line 32) | String? getDirectoryPath(_i3.DirectoryType? type) FILE: packages/path_provider/path_provider_linux/example/integration_test/path_provider_test.dart function main (line 10) | void main() function _verifySampleFile (line 43) | void _verifySampleFile(String? directoryPath, String name) FILE: packages/path_provider/path_provider_linux/example/lib/main.dart function main (line 9) | void main() class MyApp (line 14) | class MyApp extends StatefulWidget { method createState (line 19) | State createState() class _MyAppState (line 22) | class _MyAppState extends State { method initState (line 30) | void initState() method initDirectories (line 36) | Future initDirectories() method build (line 80) | Widget build(BuildContext context) FILE: packages/path_provider/path_provider_linux/example/linux/main.cc function main (line 7) | int main(int argc, char** argv) { FILE: packages/path_provider/path_provider_linux/example/linux/my_application.cc type _MyApplication (line 11) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function my_application_class_init (line 40) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 44) | static void my_application_init(MyApplication* self) {} function MyApplication (line 46) | MyApplication* my_application_new() { FILE: packages/path_provider/path_provider_linux/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/path_provider/path_provider_linux/lib/src/get_application_id_real.dart type _GApplicationGetDefaultC (line 10) | typedef _GApplicationGetDefaultC = IntPtr Function(); type _GApplicationGetDefaultDart (line 11) | typedef _GApplicationGetDefaultDart = int Function(); type _GApplicationGetApplicationIdC (line 14) | typedef _GApplicationGetApplicationIdC = Pointer Function(IntPtr); type _GApplicationGetApplicationIdDart (line 15) | typedef _GApplicationGetApplicationIdDart = Pointer Function(int); class GioUtils (line 18) | @visibleForTesting method gApplicationGetDefault (line 35) | int gApplicationGetDefault() method gApplicationGetApplicationId (line 46) | Pointer gApplicationGetApplicationId(int app) function getApplicationId (line 63) | String? getApplicationId() FILE: packages/path_provider/path_provider_linux/lib/src/get_application_id_stub.dart function getApplicationId (line 6) | String? getApplicationId() FILE: packages/path_provider/path_provider_linux/lib/src/path_provider_linux.dart class PathProviderLinux (line 17) | class PathProviderLinux extends PathProviderPlatform { method registerWith (line 36) | void registerWith() method getTemporaryPath (line 41) | Future getTemporaryPath() method getApplicationSupportPath (line 49) | Future getApplicationSupportPath() method getApplicationDocumentsPath (line 70) | Future getApplicationDocumentsPath() method getDownloadsPath (line 75) | Future getDownloadsPath() method _getExecutableName (line 80) | Future _getExecutableName() method _getId (line 87) | Future _getId() FILE: packages/path_provider/path_provider_linux/test/get_application_id_test.dart class _FakeGioUtils (line 10) | class _FakeGioUtils implements GioUtils { method gApplicationGetDefault (line 18) | int gApplicationGetDefault() method gApplicationGetApplicationId (line 21) | Pointer gApplicationGetApplicationId(int app) function main (line 24) | void main() FILE: packages/path_provider/path_provider_linux/test/path_provider_linux_test.dart function main (line 9) | void main() FILE: packages/path_provider/path_provider_platform_interface/lib/path_provider_platform_interface.dart class PathProviderPlatform (line 19) | abstract class PathProviderPlatform extends PlatformInterface { method getTemporaryPath (line 41) | Future getTemporaryPath() method getApplicationSupportPath (line 47) | Future getApplicationSupportPath() method getLibraryPath (line 54) | Future getLibraryPath() method getApplicationDocumentsPath (line 60) | Future getApplicationDocumentsPath() method getExternalStoragePath (line 68) | Future getExternalStoragePath() method getExternalCachePaths (line 77) | Future?> getExternalCachePaths() method getExternalStoragePaths (line 85) | Future?> getExternalStoragePaths({ method getDownloadsPath (line 96) | Future getDownloadsPath() FILE: packages/path_provider/path_provider_platform_interface/lib/src/enums.dart type StorageDirectory (line 8) | enum StorageDirectory { FILE: packages/path_provider/path_provider_platform_interface/lib/src/method_channel_path_provider.dart class MethodChannelPathProvider (line 12) | class MethodChannelPathProvider extends PathProviderPlatform { method setMockPathProviderPlatform (line 27) | void setMockPathProviderPlatform(Platform platform) method getTemporaryPath (line 32) | Future getTemporaryPath() method getApplicationSupportPath (line 37) | Future getApplicationSupportPath() method getLibraryPath (line 42) | Future getLibraryPath() method getApplicationDocumentsPath (line 50) | Future getApplicationDocumentsPath() method getExternalStoragePath (line 56) | Future getExternalStoragePath() method getExternalCachePaths (line 64) | Future?> getExternalCachePaths() method getExternalStoragePaths (line 73) | Future?> getExternalStoragePaths({ method getDownloadsPath (line 86) | Future getDownloadsPath() FILE: packages/path_provider/path_provider_platform_interface/test/method_channel_path_provider_test.dart function main (line 11) | void main() function _ambiguate (line 214) | T? _ambiguate(T? value) FILE: packages/path_provider/path_provider_windows/example/integration_test/path_provider_test.dart function main (line 10) | void main() function _verifySampleFile (line 40) | void _verifySampleFile(String? directoryPath, String name) FILE: packages/path_provider/path_provider_windows/example/lib/main.dart function main (line 10) | void main() class MyApp (line 15) | class MyApp extends StatefulWidget { method createState (line 19) | State createState() class _MyAppState (line 22) | class _MyAppState extends State { method initState (line 29) | void initState() method initDirectories (line 35) | Future initDirectories() method build (line 74) | Widget build(BuildContext context) FILE: packages/path_provider/path_provider_windows/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/path_provider/path_provider_windows/example/windows/runner/flutter_window.cpp function LRESULT (line 47) | LRESULT FILE: packages/path_provider/path_provider_windows/example/windows/runner/flutter_window.h function class (line 17) | class FlutterWindow : public Win32Window { FILE: packages/path_provider/path_provider_windows/example/windows/runner/main.cpp function wWinMain (line 13) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/path_provider/path_provider_windows/example/windows/runner/run_loop.h function class (line 15) | class RunLoop { FILE: packages/path_provider/path_provider_windows/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 14) | void CreateAndAttachConsole() { FILE: packages/path_provider/path_provider_windows/example/windows/runner/win32_window.cpp function Scale (line 22) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 28) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 45) | class WindowClassRegistrar { method WindowClassRegistrar (line 50) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 66) | WindowClassRegistrar() = default; function wchar_t (line 75) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 134) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 152) | LRESULT function Win32Window (line 205) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 221) | RECT Win32Window::GetClientArea() { function HWND (line 227) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/path_provider/path_provider_windows/example/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: packages/path_provider/path_provider_windows/lib/src/folders.dart class WindowsKnownFolder (line 14) | class WindowsKnownFolder { FILE: packages/path_provider/path_provider_windows/lib/src/folders_stub.dart class WindowsKnownFolder (line 6) | class WindowsKnownFolder {} FILE: packages/path_provider/path_provider_windows/lib/src/path_provider_windows_real.dart class VersionInfoQuerier (line 32) | @visibleForTesting method getStringValue (line 40) | String? getStringValue( class PathProviderWindows (line 71) | class PathProviderWindows extends PathProviderPlatform { method registerWith (line 73) | void registerWith() method getTemporaryPath (line 83) | Future getTemporaryPath() method getApplicationSupportPath (line 117) | Future getApplicationSupportPath() method getApplicationDocumentsPath (line 138) | Future getApplicationDocumentsPath() method getDownloadsPath (line 142) | Future getDownloadsPath() method getPath (line 148) | Future getPath(String folderID) method _getStringValue (line 175) | String? _getStringValue(Pointer? infoBuffer, String key) method _getApplicationSpecificSubdirectory (line 191) | String _getApplicationSpecificSubdirectory() method _sanitizedDirectoryName (line 242) | String? _sanitizedDirectoryName(String? rawString) FILE: packages/path_provider/path_provider_windows/lib/src/path_provider_windows_stub.dart class PathProviderWindows (line 14) | class PathProviderWindows extends PathProviderPlatform { method registerWith (line 20) | void registerWith() method getPath (line 29) | Future getPath(String folderID) class VersionInfoQuerier (line 34) | class VersionInfoQuerier {} FILE: packages/path_provider/path_provider_windows/test/path_provider_windows_test.dart class FakeVersionInfoQuerier (line 14) | class FakeVersionInfoQuerier implements VersionInfoQuerier { method getStringValue (line 25) | String? getStringValue( function main (line 39) | void main() FILE: packages/plugin_platform_interface/lib/plugin_platform_interface.dart class PlatformInterface (line 42) | abstract class PlatformInterface { method verify (line 73) | void verify(PlatformInterface instance, Object token) method verifyToken (line 81) | void verifyToken(PlatformInterface instance, Object token) method _verify (line 85) | void _verify( class MockPlatformInterfaceMixin (line 128) | @visibleForTesting FILE: packages/plugin_platform_interface/test/plugin_platform_interface_test.dart class SamplePluginPlatform (line 9) | class SamplePluginPlatform extends PlatformInterface { class ImplementsSamplePluginPlatform (line 21) | class ImplementsSamplePluginPlatform extends Mock class ImplementsSamplePluginPlatformUsingNoSuchMethod (line 24) | class ImplementsSamplePluginPlatformUsingNoSuchMethod method noSuchMethod (line 27) | dynamic noSuchMethod(Invocation invocation) class ImplementsSamplePluginPlatformUsingMockPlatformInterfaceMixin (line 30) | class ImplementsSamplePluginPlatformUsingMockPlatformInterfaceMixin exte... class ImplementsSamplePluginPlatformUsingFakePlatformInterfaceMixin (line 34) | class ImplementsSamplePluginPlatformUsingFakePlatformInterfaceMixin exte... class ExtendsSamplePluginPlatform (line 38) | class ExtendsSamplePluginPlatform extends SamplePluginPlatform {} class ConstTokenPluginPlatform (line 40) | class ConstTokenPluginPlatform extends PlatformInterface { class ExtendsConstTokenPluginPlatform (line 51) | class ExtendsConstTokenPluginPlatform extends ConstTokenPluginPlatform {} class VerifyTokenPluginPlatform (line 53) | class VerifyTokenPluginPlatform extends PlatformInterface { class ImplementsVerifyTokenPluginPlatform (line 65) | class ImplementsVerifyTokenPluginPlatform extends Mock class ImplementsVerifyTokenPluginPlatformUsingMockPlatformInterfaceMixin (line 68) | class ImplementsVerifyTokenPluginPlatformUsingMockPlatformInterfaceMixin class ExtendsVerifyTokenPluginPlatform (line 73) | class ExtendsVerifyTokenPluginPlatform extends VerifyTokenPluginPlatform {} class ConstVerifyTokenPluginPlatform (line 75) | class ConstVerifyTokenPluginPlatform extends PlatformInterface { class ImplementsConstVerifyTokenPluginPlatform (line 86) | class ImplementsConstVerifyTokenPluginPlatform extends PlatformInterface class StaticMethodsOnlyPlatformInterfaceTest (line 94) | class StaticMethodsOnlyPlatformInterfaceTest implements PlatformInterfac... class StaticMethodsOnlyMockPlatformInterfaceMixinTest (line 96) | class StaticMethodsOnlyMockPlatformInterfaceMixinTest function main (line 99) | void main() FILE: packages/quick_actions/quick_actions/example/android/app/src/androidTest/java/io/flutter/plugins/quickactionsexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/quick_actions/quick_actions/example/android/app/src/main/java/io/flutter/plugins/quickactionsexample/QuickActionsTestActivity.java class QuickActionsTestActivity (line 12) | public class QuickActionsTestActivity extends FlutterActivity { method configureFlutterEngine (line 15) | @Override FILE: packages/quick_actions/quick_actions/example/integration_test/quick_actions_test.dart function main (line 9) | void main() FILE: packages/quick_actions/quick_actions/example/lib/main.dart function main (line 10) | void main() class MyApp (line 14) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyHomePage (line 29) | class MyHomePage extends StatefulWidget { method createState (line 33) | State createState() class _MyHomePageState (line 36) | class _MyHomePageState extends State { method initState (line 40) | void initState() method build (line 76) | Widget build(BuildContext context) FILE: packages/quick_actions/quick_actions/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/quick_actions/quick_actions/lib/quick_actions.dart class QuickActions (line 13) | class QuickActions { method initialize (line 20) | Future initialize(QuickActionHandler handler) method setShortcutItems (line 24) | Future setShortcutItems(List items) method clearShortcutItems (line 28) | Future clearShortcutItems() FILE: packages/quick_actions/quick_actions/test/quick_actions_test.dart function main (line 11) | void main() function handler (line 24) | void handler(String type) function handler (line 32) | void handler(String type) function handler (line 43) | void handler(String type) class MockQuickActionsPlatform (line 54) | class MockQuickActionsPlatform extends Mock method clearShortcutItems (line 58) | Future clearShortcutItems() method initialize (line 62) | Future initialize(QuickActionHandler? handler) method setShortcutItems (line 66) | Future setShortcutItems(List? items) class MockQuickActions (line 70) | class MockQuickActions extends QuickActions {} FILE: packages/quick_actions/quick_actions_android/android/src/main/java/io/flutter/plugins/quickactions/MethodCallHandlerImpl.java class MethodCallHandlerImpl (line 28) | class MethodCallHandlerImpl implements MethodChannel.MethodCallHandler { method MethodCallHandlerImpl (line 35) | MethodCallHandlerImpl(Context context, Activity activity) { method setActivity (line 40) | void setActivity(Activity activity) { method onMethodCall (line 44) | @Override method deserializeShortcuts (line 119) | @TargetApi(Build.VERSION_CODES.N_MR1) method loadResourceId (line 143) | private int loadResourceId(Context context, String icon) { method getIntentToOpenMainActivity (line 158) | private Intent getIntentToOpenMainActivity(String type) { class UiThreadExecutor (line 170) | private static class UiThreadExecutor implements Executor { method execute (line 173) | @Override FILE: packages/quick_actions/quick_actions_android/android/src/main/java/io/flutter/plugins/quickactions/QuickActionsPlugin.java class QuickActionsPlugin (line 20) | public class QuickActionsPlugin implements FlutterPlugin, ActivityAware,... method registerWith (line 32) | @SuppressWarnings("deprecation") method onAttachedToEngine (line 38) | @Override method onDetachedFromEngine (line 43) | @Override method onAttachedToActivity (line 48) | @Override method onDetachedFromActivity (line 56) | @Override method onReattachedToActivityForConfigChanges (line 61) | @Override method onDetachedFromActivityForConfigChanges (line 67) | @Override method onNewIntent (line 72) | @Override method setupChannel (line 90) | private void setupChannel(BinaryMessenger messenger, Context context, ... method teardownChannel (line 96) | private void teardownChannel() { FILE: packages/quick_actions/quick_actions_android/android/src/test/java/io/flutter/plugins/quickactions/QuickActionsTest.java class QuickActionsTest (line 33) | public class QuickActionsTest { class TestBinaryMessenger (line 34) | private static class TestBinaryMessenger implements BinaryMessenger { method send (line 37) | @Override method send (line 42) | @Override method setMessageHandler (line 53) | @Override method canAttachToEngine (line 63) | @Test method onAttachedToActivity_buildVersionSupported_invokesLaunchMethod (line 73) | @Test method onNewIntent_buildVersionUnsupported_doesNotInvokeMethod (line 104) | @Test method onNewIntent_buildVersionSupported_invokesLaunchMethod (line 122) | @Test method setUpMessengerAndFlutterPluginBinding (line 151) | private void setUpMessengerAndFlutterPluginBinding( method createMockIntentWithQuickActionExtra (line 158) | private Intent createMockIntentWithQuickActionExtra() { method setBuildVersion (line 165) | private void setBuildVersion(int buildVersion) method tearDown (line 175) | @After FILE: packages/quick_actions/quick_actions_android/example/android/app/src/androidTest/java/io/flutter/plugins/quickactionsexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/quick_actions/quick_actions_android/example/android/app/src/androidTest/java/io/flutter/plugins/quickactionsexample/QuickActionsTest.java class QuickActionsTest (line 34) | @RunWith(AndroidJUnit4.class) method setUp (line 40) | @Before method tearDown (line 48) | @After method quickActionPluginIsAdded (line 54) | @Test method appShortcutsAreCreated (line 64) | @Test method appShortcutLaunchActivityAfterStarting (line 88) | @Test method ensureAllAppShortcutsAreCreated (line 124) | private void ensureAllAppShortcutsAreCreated() { method createMockShortcuts (line 128) | private List createMockShortcuts() { method ensureAppRunToView (line 148) | private ActivityScenario ensureAppRunToView() { FILE: packages/quick_actions/quick_actions_android/example/android/app/src/main/java/io/flutter/plugins/quickactionsexample/QuickActionsTestActivity.java class QuickActionsTestActivity (line 12) | public class QuickActionsTestActivity extends FlutterActivity { method configureFlutterEngine (line 15) | @Override FILE: packages/quick_actions/quick_actions_android/example/integration_test/quick_actions_test.dart function main (line 10) | void main() FILE: packages/quick_actions/quick_actions_android/example/lib/main.dart function main (line 10) | void main() class MyApp (line 14) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyHomePage (line 29) | class MyHomePage extends StatefulWidget { method createState (line 33) | State createState() class _MyHomePageState (line 36) | class _MyHomePageState extends State { method initState (line 40) | void initState() method build (line 72) | Widget build(BuildContext context) FILE: packages/quick_actions/quick_actions_android/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/quick_actions/quick_actions_android/lib/quick_actions_android.dart class QuickActionsAndroid (line 15) | class QuickActionsAndroid extends QuickActionsPlatform { method registerWith (line 17) | void registerWith() method initialize (line 26) | Future initialize(QuickActionHandler handler) method setShortcutItems (line 39) | Future setShortcutItems(List items) method clearShortcutItems (line 46) | Future clearShortcutItems() method _serializeItem (line 49) | Map _serializeItem(ShortcutItem item) FILE: packages/quick_actions/quick_actions_android/test/quick_actions_android_test.dart function main (line 12) | void main() function buildQuickActionsPlugin (line 22) | QuickActionsAndroid buildQuickActionsPlugin() function _ambiguate (line 172) | T? _ambiguate(T? value) FILE: packages/quick_actions/quick_actions_ios/example/integration_test/quick_actions_test.dart function main (line 9) | void main() FILE: packages/quick_actions/quick_actions_ios/example/lib/main.dart function main (line 10) | void main() class MyApp (line 14) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyHomePage (line 29) | class MyHomePage extends StatefulWidget { method createState (line 33) | State createState() class _MyHomePageState (line 36) | class _MyHomePageState extends State { method initState (line 40) | void initState() method build (line 72) | Widget build(BuildContext context) FILE: packages/quick_actions/quick_actions_ios/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/quick_actions/quick_actions_ios/lib/quick_actions_ios.dart class QuickActionsIos (line 15) | class QuickActionsIos extends QuickActionsPlatform { method registerWith (line 17) | void registerWith() method initialize (line 26) | Future initialize(QuickActionHandler handler) method setShortcutItems (line 39) | Future setShortcutItems(List items) method clearShortcutItems (line 46) | Future clearShortcutItems() method _serializeItem (line 49) | Map _serializeItem(ShortcutItem item) FILE: packages/quick_actions/quick_actions_ios/test/quick_actions_ios_test.dart function main (line 12) | void main() function buildQuickActionsPlugin (line 22) | QuickActionsIos buildQuickActionsPlugin() function _ambiguate (line 172) | T? _ambiguate(T? value) FILE: packages/quick_actions/quick_actions_platform_interface/lib/method_channel/method_channel_quick_actions.dart class MethodChannelQuickActions (line 15) | class MethodChannelQuickActions extends QuickActionsPlatform { method initialize (line 21) | Future initialize(QuickActionHandler handler) method setShortcutItems (line 34) | Future setShortcutItems(List items) method clearShortcutItems (line 41) | Future clearShortcutItems() method _serializeItem (line 44) | Map _serializeItem(ShortcutItem item) FILE: packages/quick_actions/quick_actions_platform_interface/lib/platform_interface/quick_actions_platform.dart class QuickActionsPlatform (line 17) | abstract class QuickActionsPlatform extends PlatformInterface { method initialize (line 42) | Future initialize(QuickActionHandler handler) method setShortcutItems (line 47) | Future setShortcutItems(List items) method clearShortcutItems (line 52) | Future clearShortcutItems() FILE: packages/quick_actions/quick_actions_platform_interface/lib/types/quick_action_handler.dart type QuickActionHandler (line 8) | typedef QuickActionHandler = void Function(String type); FILE: packages/quick_actions/quick_actions_platform_interface/lib/types/shortcut_item.dart class ShortcutItem (line 6) | class ShortcutItem { FILE: packages/quick_actions/quick_actions_platform_interface/test/method_channel_quick_actions_test.dart function main (line 12) | void main() function _ambiguate (line 158) | T? _ambiguate(T? value) FILE: packages/quick_actions/quick_actions_platform_interface/test/quick_actions_platform_interface_test.dart function main (line 10) | void main() class ImplementsQuickActionsPlatform (line 82) | class ImplementsQuickActionsPlatform implements QuickActionsPlatform { method noSuchMethod (line 84) | dynamic noSuchMethod(Invocation invocation) class ExtendsQuickActionsPlatform (line 87) | class ExtendsQuickActionsPlatform extends QuickActionsPlatform {} FILE: packages/shared_preferences/shared_preferences/example/android/app/src/androidTest/java/io/flutter/plugins/sharedpreferencesexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/shared_preferences/shared_preferences/example/android/app/src/androidTest/java/io/flutter/plugins/sharedpreferencesexample/MainActivityTest.java class MainActivityTest (line 14) | @DartIntegrationTest FILE: packages/shared_preferences/shared_preferences/example/integration_test/shared_preferences_test.dart function main (line 9) | void main() FILE: packages/shared_preferences/shared_preferences/example/lib/main.dart function main (line 12) | void main() class MyApp (line 16) | class MyApp extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class SharedPreferencesDemo (line 28) | class SharedPreferencesDemo extends StatefulWidget { method createState (line 32) | SharedPreferencesDemoState createState() class SharedPreferencesDemoState (line 35) | class SharedPreferencesDemoState extends State { method _incrementCounter (line 39) | Future _incrementCounter() method initState (line 51) | void initState() method build (line 59) | Widget build(BuildContext context) FILE: packages/shared_preferences/shared_preferences/example/linux/main.cc function main (line 7) | int main(int argc, char** argv) { FILE: packages/shared_preferences/shared_preferences/example/linux/my_application.cc type _MyApplication (line 11) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function my_application_class_init (line 40) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 44) | static void my_application_init(MyApplication* self) {} function MyApplication (line 46) | MyApplication* my_application_new() { FILE: packages/shared_preferences/shared_preferences/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/shared_preferences/shared_preferences/example/windows/runner/flutter_window.cpp function LRESULT (line 47) | LRESULT FILE: packages/shared_preferences/shared_preferences/example/windows/runner/flutter_window.h function class (line 17) | class FlutterWindow : public Win32Window { FILE: packages/shared_preferences/shared_preferences/example/windows/runner/main.cpp function wWinMain (line 13) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/shared_preferences/shared_preferences/example/windows/runner/run_loop.h function class (line 15) | class RunLoop { FILE: packages/shared_preferences/shared_preferences/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 14) | void CreateAndAttachConsole() { FILE: packages/shared_preferences/shared_preferences/example/windows/runner/win32_window.cpp function Scale (line 22) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 28) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 45) | class WindowClassRegistrar { method WindowClassRegistrar (line 50) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 66) | WindowClassRegistrar() = default; function wchar_t (line 75) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 134) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 152) | LRESULT function Win32Window (line 205) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 221) | RECT Win32Window::GetClientArea() { function HWND (line 227) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/shared_preferences/shared_preferences/example/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: packages/shared_preferences/shared_preferences/lib/shared_preferences.dart class SharedPreferences (line 14) | class SharedPreferences { method getInstance (line 27) | Future getInstance() method getKeys (line 59) | Set getKeys() method get (line 62) | Object? get(String key) method getBool (line 66) | bool? getBool(String key) method getInt (line 70) | int? getInt(String key) method getDouble (line 74) | double? getDouble(String key) method getString (line 78) | String? getString(String key) method containsKey (line 81) | bool containsKey(String key) method getStringList (line 85) | List? getStringList(String key) method setBool (line 96) | Future setBool(String key, bool value) method setInt (line 99) | Future setInt(String key, int value) method setDouble (line 104) | Future setDouble(String key, double value) method setString (line 115) | Future setString(String key, String value) method setStringList (line 119) | Future setStringList(String key, List value) method remove (line 123) | Future remove(String key) method _setValue (line 129) | Future _setValue(String valueType, String key, Object value) method commit (line 144) | Future commit() method clear (line 147) | Future clear() method reload (line 156) | Future reload() method _getSharedPreferencesMap (line 163) | Future> _getSharedPreferencesMap() method setMockInitialValues (line 179) | void setMockInitialValues(Map values) FILE: packages/shared_preferences/shared_preferences/test/shared_preferences_test.dart function main (line 10) | void main() class FakeSharedPreferencesStore (line 218) | class FakeSharedPreferencesStore implements SharedPreferencesStorePlatfo... method clear (line 229) | Future clear() method getAll (line 235) | Future> getAll() method remove (line 241) | Future remove(String key) method setValue (line 247) | Future setValue(String valueType, String key, Object value) FILE: packages/shared_preferences/shared_preferences_android/android/src/main/java/io/flutter/plugins/sharedpreferences/MethodCallHandlerImpl.java class MethodCallHandlerImpl (line 34) | @SuppressWarnings("unchecked") method MethodCallHandlerImpl (line 53) | MethodCallHandlerImpl(Context context) { method onMethodCall (line 60) | @Override method teardown (line 132) | public void teardown() { method commitAsync (line 137) | private void commitAsync( method decodeList (line 155) | private List decodeList(String encodedList) throws IOException { method encodeList (line 169) | private String encodeList(List list) throws IOException { method getAllPrefs (line 185) | private Map getAllPrefs() throws IOException { FILE: packages/shared_preferences/shared_preferences_android/android/src/main/java/io/flutter/plugins/sharedpreferences/SharedPreferencesPlugin.java class SharedPreferencesPlugin (line 13) | public class SharedPreferencesPlugin implements FlutterPlugin { method registerWith (line 18) | @SuppressWarnings("deprecation") method onAttachedToEngine (line 24) | @Override method onDetachedFromEngine (line 29) | @Override method setupChannel (line 34) | private void setupChannel(BinaryMessenger messenger, Context context) { method teardownChannel (line 40) | private void teardownChannel() { FILE: packages/shared_preferences/shared_preferences_android/android/src/test/java/io/flutter/plugins/sharedpreferences/SharedPreferencesTest.java class SharedPreferencesTest (line 9) | public class SharedPreferencesTest { method initPluginDoesNotThrow (line 11) | @Test FILE: packages/shared_preferences/shared_preferences_android/example/android/app/src/androidTest/java/io/flutter/plugins/sharedpreferencesexample/MainActivityTest.java class MainActivityTest (line 14) | @DartIntegrationTest FILE: packages/shared_preferences/shared_preferences_android/example/integration_test/shared_preferences_test.dart function main (line 10) | void main() function prefixedKey (line 42) | String prefixedKey(String key) FILE: packages/shared_preferences/shared_preferences_android/example/lib/main.dart function main (line 10) | void main() class MyApp (line 14) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class SharedPreferencesDemo (line 26) | class SharedPreferencesDemo extends StatefulWidget { method createState (line 30) | SharedPreferencesDemoState createState() class SharedPreferencesDemoState (line 33) | class SharedPreferencesDemoState extends State { method _incrementCounter (line 43) | Future _incrementCounter() method initState (line 55) | void initState() method build (line 63) | Widget build(BuildContext context) FILE: packages/shared_preferences/shared_preferences_android/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/shared_preferences/shared_preferences_android/lib/shared_preferences_android.dart class SharedPreferencesAndroid (line 16) | class SharedPreferencesAndroid extends SharedPreferencesStorePlatform { method registerWith (line 18) | void registerWith() method remove (line 23) | Future remove(String key) method setValue (line 31) | Future setValue(String valueType, String key, Object value) method clear (line 39) | Future clear() method getAll (line 44) | Future> getAll() FILE: packages/shared_preferences/shared_preferences_android/test/shared_preferences_android_test.dart function main (line 11) | void main() function getArgumentDictionary (line 36) | Map getArgumentDictionary(MethodCall call) function _ambiguate (line 134) | T? _ambiguate(T? value) FILE: packages/shared_preferences/shared_preferences_foundation/example/integration_test/shared_preferences_test.dart function main (line 9) | void main() function prefixedKey (line 41) | String prefixedKey(String key) FILE: packages/shared_preferences/shared_preferences_foundation/example/lib/main.dart function main (line 12) | void main() class MyApp (line 16) | class MyApp extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class SharedPreferencesDemo (line 28) | class SharedPreferencesDemo extends StatefulWidget { method createState (line 32) | SharedPreferencesDemoState createState() class SharedPreferencesDemoState (line 35) | class SharedPreferencesDemoState extends State { method _incrementCounter (line 45) | Future _incrementCounter() method initState (line 57) | void initState() method build (line 65) | Widget build(BuildContext context) FILE: packages/shared_preferences/shared_preferences_foundation/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/shared_preferences/shared_preferences_foundation/lib/messages.g.dart class UserDefaultsApi (line 13) | class UserDefaultsApi { method remove (line 23) | Future remove(String arg_key) method setBool (line 45) | Future setBool(String arg_key, bool arg_value) method setDouble (line 67) | Future setDouble(String arg_key, double arg_value) method setValue (line 89) | Future setValue(String arg_key, Object arg_value) method getAll (line 111) | Future> getAll() method clear (line 137) | Future clear() FILE: packages/shared_preferences/shared_preferences_foundation/lib/shared_preferences_foundation.dart type _Setter (line 9) | typedef _Setter = Future Function(String key, Object value); class SharedPreferencesFoundation (line 12) | class SharedPreferencesFoundation extends SharedPreferencesStorePlatform { method registerWith (line 34) | void registerWith() method clear (line 39) | Future clear() method getAll (line 45) | Future> getAll() method remove (line 51) | Future remove(String key) method setValue (line 57) | Future setValue(String valueType, String key, Object value) FILE: packages/shared_preferences/shared_preferences_foundation/pigeons/messages.dart class UserDefaultsApi (line 7) | @ConfigurePigeon(PigeonOptions( method remove (line 15) | void remove(String key) method setBool (line 18) | void setBool(String key, bool value) method setDouble (line 19) | void setDouble(String key, double value) method setValue (line 20) | void setValue(String key, Object value) method getAll (line 23) | Map getAll() method clear (line 24) | void clear() FILE: packages/shared_preferences/shared_preferences_foundation/test/shared_preferences_foundation_test.dart class _MockSharedPreferencesApi (line 12) | class _MockSharedPreferencesApi implements TestUserDefaultsApi { method getAll (line 16) | Map getAll() method remove (line 21) | void remove(String key) method setBool (line 26) | void setBool(String key, bool value) method setDouble (line 31) | void setDouble(String key, double value) method setValue (line 36) | void setValue(String key, Object value) method clear (line 41) | void clear() function main (line 46) | void main() FILE: packages/shared_preferences/shared_preferences_foundation/test/test_api.g.dart class TestUserDefaultsApi (line 16) | abstract class TestUserDefaultsApi { method remove (line 19) | void remove(String key) method setBool (line 21) | void setBool(String key, bool value) method setDouble (line 23) | void setDouble(String key, double value) method setValue (line 25) | void setValue(String key, Object value) method getAll (line 27) | Map getAll() method clear (line 29) | void clear() method setup (line 31) | void setup(TestUserDefaultsApi? api, FILE: packages/shared_preferences/shared_preferences_linux/example/integration_test/shared_preferences_test.dart function main (line 9) | void main() FILE: packages/shared_preferences/shared_preferences_linux/example/lib/main.dart function main (line 12) | void main() class MyApp (line 16) | class MyApp extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class SharedPreferencesDemo (line 28) | class SharedPreferencesDemo extends StatefulWidget { method createState (line 32) | SharedPreferencesDemoState createState() class SharedPreferencesDemoState (line 35) | class SharedPreferencesDemoState extends State { method _incrementCounter (line 39) | Future _incrementCounter() method initState (line 51) | void initState() method build (line 59) | Widget build(BuildContext context) FILE: packages/shared_preferences/shared_preferences_linux/example/linux/main.cc function main (line 7) | int main(int argc, char** argv) { FILE: packages/shared_preferences/shared_preferences_linux/example/linux/my_application.cc type _MyApplication (line 11) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function my_application_class_init (line 40) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 44) | static void my_application_init(MyApplication* self) {} function MyApplication (line 46) | MyApplication* my_application_new() { FILE: packages/shared_preferences/shared_preferences_linux/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/shared_preferences/shared_preferences_linux/lib/shared_preferences_linux.dart class SharedPreferencesLinux (line 18) | class SharedPreferencesLinux extends SharedPreferencesStorePlatform { method registerWith (line 25) | void registerWith() method _getLocalDataFile (line 41) | Future _getLocalDataFile() method _readPreferences (line 51) | Future> _readPreferences() method _writePreferences (line 73) | Future _writePreferences(Map preferences) method clear (line 93) | Future clear() method getAll (line 100) | Future> getAll() method remove (line 105) | Future remove(String key) method setValue (line 112) | Future setValue(String valueType, String key, Object value) FILE: packages/shared_preferences/shared_preferences_linux/test/shared_preferences_linux_test.dart function main (line 12) | void main() function getFilePath (line 23) | Future getFilePath() function writeTestFile (line 28) | Future writeTestFile(String value) function readTestFile (line 34) | Future readTestFile() function getPreferences (line 38) | SharedPreferencesLinux getPreferences() class FakePathProviderLinux (line 94) | class FakePathProviderLinux extends PathProviderPlatform method getApplicationSupportPath (line 97) | Future getApplicationSupportPath() method getTemporaryPath (line 100) | Future getTemporaryPath() method getLibraryPath (line 103) | Future getLibraryPath() method getApplicationDocumentsPath (line 106) | Future getApplicationDocumentsPath() method getDownloadsPath (line 109) | Future getDownloadsPath() FILE: packages/shared_preferences/shared_preferences_platform_interface/lib/method_channel_shared_preferences.dart class MethodChannelSharedPreferencesStore (line 18) | class MethodChannelSharedPreferencesStore method remove (line 21) | Future remove(String key) method setValue (line 29) | Future setValue(String valueType, String key, Object value) method clear (line 37) | Future clear() method getAll (line 42) | Future> getAll() FILE: packages/shared_preferences/shared_preferences_platform_interface/lib/shared_preferences_platform_interface.dart class SharedPreferencesStorePlatform (line 19) | abstract class SharedPreferencesStorePlatform extends PlatformInterface { method remove (line 52) | Future remove(String key) method setValue (line 63) | Future setValue(String valueType, String key, Object value) method clear (line 66) | Future clear() method getAll (line 69) | Future> getAll() class InMemorySharedPreferencesStore (line 75) | class InMemorySharedPreferencesStore extends SharedPreferencesStorePlatf... method clear (line 86) | Future clear() method getAll (line 92) | Future> getAll() method remove (line 97) | Future remove(String key) method setValue (line 103) | Future setValue(String valueType, String key, Object value) FILE: packages/shared_preferences/shared_preferences_platform_interface/test/method_channel_shared_preferences_test.dart function main (line 10) | void main() function getArgumentDictionary (line 34) | Map getArgumentDictionary(MethodCall call) function _ambiguate (line 127) | T? _ambiguate(T? value) FILE: packages/shared_preferences/shared_preferences_platform_interface/test/shared_preferences_platform_interface_test.dart function main (line 9) | void main() class IllegalImplementation (line 38) | class IllegalImplementation implements SharedPreferencesStorePlatform { method clear (line 45) | Future clear() method getAll (line 50) | Future> getAll() method remove (line 55) | Future remove(String key) method setValue (line 60) | Future setValue(String valueType, String key, Object value) class LegacyIsMockImplementation (line 65) | class LegacyIsMockImplementation implements SharedPreferencesStorePlatfo... method clear (line 70) | Future clear() method getAll (line 75) | Future> getAll() method remove (line 80) | Future remove(String key) method setValue (line 85) | Future setValue(String valueType, String key, Object value) class ModernMockImplementation (line 90) | class ModernMockImplementation method clear (line 97) | Future clear() method getAll (line 102) | Future> getAll() method remove (line 107) | Future remove(String key) method setValue (line 112) | Future setValue(String valueType, String key, Object value) FILE: packages/shared_preferences/shared_preferences_web/example/integration_test/shared_preferences_web_test.dart function main (line 22) | void main() FILE: packages/shared_preferences/shared_preferences_web/example/lib/main.dart function main (line 7) | void main() class MyApp (line 12) | class MyApp extends StatefulWidget { method createState (line 17) | State createState() class _MyAppState (line 20) | class _MyAppState extends State { method build (line 22) | Widget build(BuildContext context) FILE: packages/shared_preferences/shared_preferences_web/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/shared_preferences/shared_preferences_web/lib/shared_preferences_web.dart class SharedPreferencesPlugin (line 15) | class SharedPreferencesPlugin extends SharedPreferencesStorePlatform { method registerWith (line 17) | void registerWith(Registrar? registrar) method clear (line 22) | Future clear() method getAll (line 31) | Future> getAll() method remove (line 40) | Future remove(String key) method setValue (line 47) | Future setValue(String valueType, String key, Object? value) method _checkPrefix (line 53) | void _checkPrefix(String key) method _encodeValue (line 68) | String _encodeValue(Object? value) method _decodeValue (line 72) | Object _decodeValue(String encodedValue) FILE: packages/shared_preferences/shared_preferences_web/test/tests_exist_elsewhere_test.dart function main (line 9) | void main() FILE: packages/shared_preferences/shared_preferences_windows/example/integration_test/shared_preferences_test.dart function main (line 9) | void main() FILE: packages/shared_preferences/shared_preferences_windows/example/lib/main.dart function main (line 12) | void main() class MyApp (line 16) | class MyApp extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class SharedPreferencesDemo (line 28) | class SharedPreferencesDemo extends StatefulWidget { method createState (line 32) | SharedPreferencesDemoState createState() class SharedPreferencesDemoState (line 35) | class SharedPreferencesDemoState extends State { method _incrementCounter (line 39) | Future _incrementCounter() method initState (line 51) | void initState() method build (line 59) | Widget build(BuildContext context) FILE: packages/shared_preferences/shared_preferences_windows/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/shared_preferences/shared_preferences_windows/example/windows/runner/flutter_window.cpp function LRESULT (line 47) | LRESULT FILE: packages/shared_preferences/shared_preferences_windows/example/windows/runner/flutter_window.h function class (line 17) | class FlutterWindow : public Win32Window { FILE: packages/shared_preferences/shared_preferences_windows/example/windows/runner/main.cpp function wWinMain (line 13) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/shared_preferences/shared_preferences_windows/example/windows/runner/run_loop.h function class (line 15) | class RunLoop { FILE: packages/shared_preferences/shared_preferences_windows/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 14) | void CreateAndAttachConsole() { FILE: packages/shared_preferences/shared_preferences_windows/example/windows/runner/win32_window.cpp function Scale (line 22) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 28) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 45) | class WindowClassRegistrar { method WindowClassRegistrar (line 50) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 66) | WindowClassRegistrar() = default; function wchar_t (line 75) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 134) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 152) | LRESULT function Win32Window (line 205) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 221) | RECT Win32Window::GetClientArea() { function HWND (line 227) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/shared_preferences/shared_preferences_windows/example/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: packages/shared_preferences/shared_preferences_windows/lib/shared_preferences_windows.dart class SharedPreferencesWindows (line 18) | class SharedPreferencesWindows extends SharedPreferencesStorePlatform { method registerWith (line 25) | void registerWith() method _getLocalDataFile (line 44) | Future _getLocalDataFile() method _readPreferences (line 58) | Future> _readPreferences() method _writePreferences (line 79) | Future _writePreferences(Map preferences) method clear (line 99) | Future clear() method getAll (line 106) | Future> getAll() method remove (line 111) | Future remove(String key) method setValue (line 118) | Future setValue(String valueType, String key, Object value) FILE: packages/shared_preferences/shared_preferences_windows/test/shared_preferences_windows_test.dart function main (line 13) | void main() function getFilePath (line 22) | Future getFilePath() function writeTestFile (line 27) | Future writeTestFile(String value) function readTestFile (line 33) | Future readTestFile() function getPreferences (line 37) | SharedPreferencesWindows getPreferences() class FakePathProviderWindows (line 93) | class FakePathProviderWindows extends PathProviderPlatform method getApplicationSupportPath (line 99) | Future getApplicationSupportPath() method getTemporaryPath (line 102) | Future getTemporaryPath() method getLibraryPath (line 105) | Future getLibraryPath() method getApplicationDocumentsPath (line 108) | Future getApplicationDocumentsPath() method getDownloadsPath (line 111) | Future getDownloadsPath() method getPath (line 114) | Future getPath(String folderID) FILE: packages/url_launcher/url_launcher/example/android/app/src/androidTest/java/io/flutter/plugins/urllauncherexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/url_launcher/url_launcher/example/integration_test/url_launcher_test.dart function main (line 12) | void main() FILE: packages/url_launcher/url_launcher/example/lib/basic.dart function main (line 16) | void main() function _launchUrl (line 29) | Future _launchUrl() FILE: packages/url_launcher/url_launcher/example/lib/encoding.dart function encodeQueryParameters (line 16) | String? encodeQueryParameters(Map params) function main (line 24) | void main() function _composeMail (line 50) | void _composeMail() function _composeSms (line 64) | void _composeSms() FILE: packages/url_launcher/url_launcher/example/lib/files.dart function main (line 15) | void main() function _openFile (line 28) | Future _openFile() FILE: packages/url_launcher/url_launcher/example/lib/main.dart function main (line 13) | void main() class MyApp (line 17) | class MyApp extends StatelessWidget { method build (line 21) | Widget build(BuildContext context) class MyHomePage (line 32) | class MyHomePage extends StatefulWidget { method createState (line 37) | State createState() class _MyHomePageState (line 40) | class _MyHomePageState extends State { method initState (line 46) | void initState() method _launchInBrowser (line 56) | Future _launchInBrowser(Uri url) method _launchInWebViewOrVC (line 65) | Future _launchInWebViewOrVC(Uri url) method _launchInWebViewWithoutJavaScript (line 76) | Future _launchInWebViewWithoutJavaScript(Uri url) method _launchInWebViewWithoutDomStorage (line 86) | Future _launchInWebViewWithoutDomStorage(Uri url) method _launchUniversalLinkIos (line 96) | Future _launchUniversalLinkIos(Uri url) method _launchStatus (line 109) | Widget _launchStatus(BuildContext context, AsyncSnapshot snapshot) method _makePhoneCall (line 117) | Future _makePhoneCall(String phoneNumber) method build (line 126) | Widget build(BuildContext context) FILE: packages/url_launcher/url_launcher/example/linux/main.cc function main (line 7) | int main(int argc, char** argv) { FILE: packages/url_launcher/url_launcher/example/linux/my_application.cc type _MyApplication (line 11) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function my_application_class_init (line 40) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 44) | static void my_application_init(MyApplication* self) {} function MyApplication (line 46) | MyApplication* my_application_new() { FILE: packages/url_launcher/url_launcher/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/url_launcher/url_launcher/example/windows/runner/flutter_window.cpp function LRESULT (line 47) | LRESULT FILE: packages/url_launcher/url_launcher/example/windows/runner/flutter_window.h function class (line 17) | class FlutterWindow : public Win32Window { FILE: packages/url_launcher/url_launcher/example/windows/runner/main.cpp function wWinMain (line 13) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/url_launcher/url_launcher/example/windows/runner/run_loop.h function class (line 15) | class RunLoop { FILE: packages/url_launcher/url_launcher/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 14) | void CreateAndAttachConsole() { FILE: packages/url_launcher/url_launcher/example/windows/runner/win32_window.cpp function Scale (line 22) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 28) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 45) | class WindowClassRegistrar { method WindowClassRegistrar (line 50) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 66) | WindowClassRegistrar() = default; function wchar_t (line 75) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 134) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 152) | LRESULT function Win32Window (line 205) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 221) | RECT Win32Window::GetClientArea() { function HWND (line 227) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/url_launcher/url_launcher/example/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: packages/url_launcher/url_launcher/lib/src/legacy_api.dart function launch (line 64) | Future launch( function canLaunch (line 132) | Future canLaunch(String urlString) function closeWebView (line 145) | Future closeWebView() function _ambiguate (line 153) | T? _ambiguate(T? value) FILE: packages/url_launcher/url_launcher/lib/src/link.dart class Link (line 46) | class Link extends StatelessWidget implements LinkInfo { method build (line 78) | Widget build(BuildContext context) class DefaultLinkDelegate (line 87) | class DefaultLinkDelegate extends StatelessWidget { method create (line 94) | DefaultLinkDelegate create(LinkInfo link) method _followLink (line 111) | Future _followLink(BuildContext context) method build (line 142) | Widget build(BuildContext context) FILE: packages/url_launcher/url_launcher/lib/src/type_conversion.dart function convertConfiguration (line 11) | InAppWebViewConfiguration convertConfiguration(WebViewConfiguration config) function convertLaunchMode (line 21) | PreferredLaunchMode convertLaunchMode(LaunchMode mode) FILE: packages/url_launcher/url_launcher/lib/src/types.dart type LaunchMode (line 12) | enum LaunchMode { class WebViewConfiguration (line 28) | @immutable FILE: packages/url_launcher/url_launcher/lib/src/url_launcher_string.dart function launchUrlString (line 22) | Future launchUrlString( function canLaunchUrlString (line 55) | Future canLaunchUrlString(String urlString) FILE: packages/url_launcher/url_launcher/lib/src/url_launcher_uri.dart function launchUrl (line 42) | Future launchUrl( function canLaunchUrl (line 77) | Future canLaunchUrl(Uri url) function closeInAppWebView (line 86) | Future closeInAppWebView() FILE: packages/url_launcher/url_launcher/test/link_test.dart function main (line 14) | void main() FILE: packages/url_launcher/url_launcher/test/mocks/mock_url_launcher_platform.dart class MockUrlLauncher (line 10) | class MockUrlLauncher extends Fake method setCanLaunchExpectations (line 30) | void setCanLaunchExpectations(String url) method setLaunchExpectations (line 34) | void setLaunchExpectations({ method setResponse (line 57) | void setResponse(bool response) method canLaunch (line 65) | Future canLaunch(String url) method launch (line 72) | Future launch( method launchUrl (line 95) | Future launchUrl(String url, LaunchOptions options) method closeWebView (line 107) | Future closeWebView() FILE: packages/url_launcher/url_launcher/test/src/legacy_api_test.dart function main (line 17) | void main() function _anonymize (line 326) | Object? _anonymize(T? value) FILE: packages/url_launcher/url_launcher/test/src/url_launcher_string_test.dart function main (line 12) | void main() FILE: packages/url_launcher/url_launcher/test/src/url_launcher_uri_test.dart function main (line 12) | void main() FILE: packages/url_launcher/url_launcher_android/android/src/main/java/io/flutter/plugins/urllauncher/MethodCallHandlerImpl.java class MethodCallHandlerImpl (line 22) | final class MethodCallHandlerImpl implements MethodCallHandler { method MethodCallHandlerImpl (line 28) | MethodCallHandlerImpl(UrlLauncher urlLauncher) { method onMethodCall (line 32) | @Override method startListening (line 58) | void startListening(BinaryMessenger messenger) { method stopListening (line 73) | void stopListening() { method onCanLaunch (line 83) | private void onCanLaunch(Result result, String url) { method onLaunch (line 87) | private void onLaunch(MethodCall call, Result result, String url) { method onCloseWebView (line 109) | private void onCloseWebView(Result result) { method extractBundle (line 114) | private static Bundle extractBundle(Map headersMap) { FILE: packages/url_launcher/url_launcher_android/android/src/main/java/io/flutter/plugins/urllauncher/UrlLauncher.java class UrlLauncher (line 19) | class UrlLauncher { method UrlLauncher (line 30) | UrlLauncher(Context applicationContext, @Nullable Activity activity) { method setActivity (line 35) | void setActivity(@Nullable Activity activity) { method canLaunch (line 40) | boolean canLaunch(String url) { method launch (line 67) | LaunchStatus launch( method closeWebView (line 99) | void closeWebView() { type LaunchStatus (line 104) | enum LaunchStatus { FILE: packages/url_launcher/url_launcher_android/android/src/main/java/io/flutter/plugins/urllauncher/UrlLauncherPlugin.java class UrlLauncherPlugin (line 19) | public final class UrlLauncherPlugin implements FlutterPlugin, ActivityA... method registerWith (line 31) | @SuppressWarnings("deprecation") method onAttachedToEngine (line 38) | @Override method onDetachedFromEngine (line 45) | @Override method onAttachedToActivity (line 57) | @Override method onDetachedFromActivity (line 67) | @Override method onDetachedFromActivityForConfigChanges (line 77) | @Override method onReattachedToActivityForConfigChanges (line 82) | @Override FILE: packages/url_launcher/url_launcher_android/android/src/main/java/io/flutter/plugins/urllauncher/WebViewActivity.java class WebViewActivity (line 31) | public class WebViewActivity extends Activity { method onReceive (line 41) | @Override method shouldOverrideUrlLoading (line 57) | @SuppressWarnings("deprecation") method shouldOverrideUrlLoading (line 67) | @RequiresApi(Build.VERSION_CODES.N) class FlutterWebChromeClient (line 82) | private class FlutterWebChromeClient extends WebChromeClient { method onCreateWindow (line 83) | @Override method onCreate (line 119) | @Override method extractHeaders (line 148) | @VisibleForTesting method onDestroy (line 161) | @Override method onKeyDown (line 167) | @Override method createIntent (line 181) | public static Intent createIntent( FILE: packages/url_launcher/url_launcher_android/android/src/test/java/io/flutter/plugins/urllauncher/MethodCallHandlerImplTest.java class MethodCallHandlerImplTest (line 28) | @RunWith(RobolectricTestRunner.class) method setUp (line 34) | @Before method startListening_registersChannel (line 40) | @Test method startListening_unregistersExistingChannel (line 50) | @Test method stopListening_unregistersExistingChannel (line 64) | @Test method stopListening_doesNothingWhenUnset (line 74) | @Test method onMethodCall_canLaunchReturnsTrue (line 83) | @Test method onMethodCall_canLaunchReturnsFalse (line 98) | @Test method onMethodCall_launchReturnsNoActivityError (line 113) | @Test method onMethodCall_launchReturnsActivityNotFoundError (line 142) | @Test method onMethodCall_launchReturnsTrue (line 174) | @Test method onMethodCall_closeWebView (line 202) | @Test FILE: packages/url_launcher/url_launcher_android/android/src/test/java/io/flutter/plugins/urllauncher/WebViewActivityTest.java class WebViewActivityTest (line 12) | public class WebViewActivityTest { method extractHeaders_returnsEmptyMapWhenHeadersBundleNull (line 13) | @Test FILE: packages/url_launcher/url_launcher_android/example/android/app/src/androidTest/java/io/flutter/plugins/urllauncherexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/url_launcher/url_launcher_android/example/integration_test/url_launcher_test.dart function main (line 9) | void main() FILE: packages/url_launcher/url_launcher_android/example/lib/main.dart function main (line 12) | void main() class MyApp (line 16) | class MyApp extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class MyHomePage (line 31) | class MyHomePage extends StatefulWidget { method createState (line 36) | State createState() class _MyHomePageState (line 39) | class _MyHomePageState extends State { method initState (line 46) | void initState() method _launchInBrowser (line 56) | Future _launchInBrowser(String url) method _launchInWebView (line 70) | Future _launchInWebView(String url) method _launchInWebViewWithJavaScript (line 84) | Future _launchInWebViewWithJavaScript(String url) method _launchInWebViewWithDomStorage (line 98) | Future _launchInWebViewWithDomStorage(String url) method _launchStatus (line 112) | Widget _launchStatus(BuildContext context, AsyncSnapshot snapshot) method _makePhoneCall (line 120) | Future _makePhoneCall(String phoneNumber) method build (line 141) | Widget build(BuildContext context) FILE: packages/url_launcher/url_launcher_android/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/url_launcher/url_launcher_android/lib/url_launcher_android.dart class UrlLauncherAndroid (line 15) | class UrlLauncherAndroid extends UrlLauncherPlatform { method registerWith (line 17) | void registerWith() method canLaunch (line 25) | Future canLaunch(String url) method _canLaunchUrl (line 42) | Future _canLaunchUrl(String url) method closeWebView (line 50) | Future closeWebView() method launch (line 55) | Future launch( method _getUrlScheme (line 82) | String _getUrlScheme(String url) FILE: packages/url_launcher/url_launcher_android/test/url_launcher_android_test.dart function main (line 10) | void main() function _ambiguate (line 306) | T? _ambiguate(T? value) FILE: packages/url_launcher/url_launcher_ios/example/integration_test/url_launcher_test.dart function main (line 9) | void main() FILE: packages/url_launcher/url_launcher_ios/example/lib/main.dart function main (line 12) | void main() class MyApp (line 16) | class MyApp extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class MyHomePage (line 31) | class MyHomePage extends StatefulWidget { method createState (line 36) | State createState() class _MyHomePageState (line 39) | class _MyHomePageState extends State { method _launchInBrowser (line 43) | Future _launchInBrowser(String url) method _launchInWebViewOrVC (line 60) | Future _launchInWebViewOrVC(String url) method _launchInWebViewWithJavaScript (line 77) | Future _launchInWebViewWithJavaScript(String url) method _launchInWebViewWithDomStorage (line 94) | Future _launchInWebViewWithDomStorage(String url) method _launchUniversalLinkIos (line 111) | Future _launchUniversalLinkIos(String url) method _launchStatus (line 137) | Widget _launchStatus(BuildContext context, AsyncSnapshot snapshot) method _makePhoneCall (line 145) | Future _makePhoneCall(String url) method build (line 163) | Widget build(BuildContext context) FILE: packages/url_launcher/url_launcher_ios/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/url_launcher/url_launcher_ios/lib/url_launcher_ios.dart class UrlLauncherIOS (line 15) | class UrlLauncherIOS extends UrlLauncherPlatform { method registerWith (line 17) | void registerWith() method canLaunch (line 25) | Future canLaunch(String url) method closeWebView (line 33) | Future closeWebView() method launch (line 38) | Future launch( FILE: packages/url_launcher/url_launcher_ios/test/url_launcher_ios_test.dart function main (line 10) | void main() function _ambiguate (line 216) | T? _ambiguate(T? value) FILE: packages/url_launcher/url_launcher_linux/example/integration_test/url_launcher_test.dart function main (line 9) | void main() FILE: packages/url_launcher/url_launcher_linux/example/lib/main.dart function main (line 11) | void main() class MyApp (line 15) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class MyHomePage (line 30) | class MyHomePage extends StatefulWidget { method createState (line 35) | State createState() class _MyHomePageState (line 38) | class _MyHomePageState extends State { method _launchInBrowser (line 41) | Future _launchInBrowser(String url) method _launchStatus (line 57) | Widget _launchStatus(BuildContext context, AsyncSnapshot snapshot) method build (line 66) | Widget build(BuildContext context) FILE: packages/url_launcher/url_launcher_linux/example/linux/main.cc function main (line 7) | int main(int argc, char** argv) { FILE: packages/url_launcher/url_launcher_linux/example/linux/my_application.cc type _MyApplication (line 11) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function my_application_class_init (line 40) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 44) | static void my_application_init(MyApplication* self) {} function MyApplication (line 46) | MyApplication* my_application_new() { FILE: packages/url_launcher/url_launcher_linux/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/url_launcher/url_launcher_linux/lib/url_launcher_linux.dart class UrlLauncherLinux (line 15) | class UrlLauncherLinux extends UrlLauncherPlatform { method registerWith (line 17) | void registerWith() method canLaunch (line 25) | Future canLaunch(String url) method launch (line 33) | Future launch( FILE: packages/url_launcher/url_launcher_linux/linux/test/url_launcher_linux_test.cc type url_launcher_plugin (line 14) | namespace url_launcher_plugin { type test (line 15) | namespace test { function TEST (line 17) | TEST(UrlLauncherPlugin, CanLaunchSuccess) { function TEST (line 30) | TEST(UrlLauncherPlugin, CanLaunchFailureUnhandled) { function TEST (line 42) | TEST(UrlLauncherPlugin, CanLaunchFileSuccess) { function TEST (line 54) | TEST(UrlLauncherPlugin, CanLaunchFailureInvalidFileExtension) { function TEST (line 69) | TEST(UrlLauncherPlugin, CanLaunchFailureInvalidUrl) { FILE: packages/url_launcher/url_launcher_linux/linux/url_launcher_plugin.cc type _FlUrlLauncherPlugin (line 22) | struct _FlUrlLauncherPlugin { function gchar (line 34) | static gchar* get_url(FlValue* args, GError** error) { function gboolean (line 49) | static gboolean can_launch_uri_with_file_resource(FlUrlLauncherPlugin* s... function FlMethodResponse (line 59) | FlMethodResponse* can_launch(FlUrlLauncherPlugin* self, FlValue* args) { function FlMethodResponse (line 84) | static FlMethodResponse* launch(FlUrlLauncherPlugin* self, FlValue* args) { function method_call_cb (line 112) | static void method_call_cb(FlMethodChannel* channel, FlMethodCall* metho... function fl_url_launcher_plugin_dispose (line 132) | static void fl_url_launcher_plugin_dispose(GObject* object) { function fl_url_launcher_plugin_class_init (line 141) | static void fl_url_launcher_plugin_class_init(FlUrlLauncherPluginClass* ... function FlUrlLauncherPlugin (line 145) | FlUrlLauncherPlugin* fl_url_launcher_plugin_new(FlPluginRegistrar* regis... function fl_url_launcher_plugin_init (line 161) | static void fl_url_launcher_plugin_init(FlUrlLauncherPlugin* self) {} function url_launcher_plugin_register_with_registrar (line 163) | void url_launcher_plugin_register_with_registrar(FlPluginRegistrar* regi... FILE: packages/url_launcher/url_launcher_linux/test/url_launcher_linux_test.dart function main (line 10) | void main() function _ambiguate (line 152) | T? _ambiguate(T? value) FILE: packages/url_launcher/url_launcher_macos/example/integration_test/url_launcher_test.dart function main (line 9) | void main() FILE: packages/url_launcher/url_launcher_macos/example/lib/main.dart function main (line 11) | void main() class MyApp (line 15) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class MyHomePage (line 30) | class MyHomePage extends StatefulWidget { method createState (line 35) | State createState() class _MyHomePageState (line 38) | class _MyHomePageState extends State { method _launchInBrowser (line 41) | Future _launchInBrowser(String url) method _launchStatus (line 57) | Widget _launchStatus(BuildContext context, AsyncSnapshot snapshot) method build (line 66) | Widget build(BuildContext context) FILE: packages/url_launcher/url_launcher_macos/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/url_launcher/url_launcher_macos/lib/url_launcher_macos.dart class UrlLauncherMacOS (line 15) | class UrlLauncherMacOS extends UrlLauncherPlatform { method registerWith (line 17) | void registerWith() method canLaunch (line 25) | Future canLaunch(String url) method launch (line 33) | Future launch( FILE: packages/url_launcher/url_launcher_macos/test/url_launcher_macos_test.dart function main (line 10) | void main() function _ambiguate (line 152) | T? _ambiguate(T? value) FILE: packages/url_launcher/url_launcher_platform_interface/lib/link.dart type FollowLink (line 13) | typedef FollowLink = Future Function(); type LinkWidgetBuilder (line 17) | typedef LinkWidgetBuilder = Widget Function( type LinkDelegate (line 23) | typedef LinkDelegate = Widget Function(LinkInfo linkWidget); class LinkTarget (line 31) | class LinkTarget { class LinkInfo (line 63) | abstract class LinkInfo { type _SendMessage (line 77) | typedef _SendMessage = Function(String, ByteData?, void Function(ByteDat... function pushRouteNameToFramework (line 88) | Future pushRouteNameToFramework(Object? _, String routeName) function _ambiguate (line 112) | T? _ambiguate(T? value) FILE: packages/url_launcher/url_launcher_platform_interface/lib/method_channel_url_launcher.dart class MethodChannelUrlLauncher (line 15) | class MethodChannelUrlLauncher extends UrlLauncherPlatform { method canLaunch (line 20) | Future canLaunch(String url) method closeWebView (line 28) | Future closeWebView() method launch (line 33) | Future launch( FILE: packages/url_launcher/url_launcher_platform_interface/lib/src/types.dart type PreferredLaunchMode (line 11) | enum PreferredLaunchMode { class InAppWebViewConfiguration (line 30) | @immutable class LaunchOptions (line 50) | @immutable FILE: packages/url_launcher/url_launcher_platform_interface/lib/src/url_launcher_platform.dart class UrlLauncherPlatform (line 20) | abstract class UrlLauncherPlatform extends PlatformInterface { method canLaunch (line 46) | Future canLaunch(String url) method launch (line 56) | Future launch( method launchUrl (line 72) | Future launchUrl(String url, LaunchOptions options) method closeWebView (line 91) | Future closeWebView() FILE: packages/url_launcher/url_launcher_platform_interface/test/link_test.dart function main (line 13) | void main() class _RouteInformationParser (line 49) | class _RouteInformationParser extends RouteInformationParser parseRouteInformation( method restoreRouteInformation (line 57) | RouteInformation? restoreRouteInformation(RouteInformation configuration) class _RouteDelegate (line 62) | class _RouteDelegate extends RouterDelegate method setNewRoutePath (line 67) | Future setNewRoutePath(RouteInformation configuration) method popRoute (line 73) | Future popRoute() method build (line 82) | Widget build(BuildContext context) FILE: packages/url_launcher/url_launcher_platform_interface/test/method_channel_url_launcher_test.dart function main (line 13) | void main() class UrlLauncherPlatformMock (line 317) | class UrlLauncherPlatformMock extends Mock class ImplementsUrlLauncherPlatform (line 321) | class ImplementsUrlLauncherPlatform extends Mock class ExtendsUrlLauncherPlatform (line 324) | class ExtendsUrlLauncherPlatform extends UrlLauncherPlatform { function _ambiguate (line 333) | T? _ambiguate(T? value) FILE: packages/url_launcher/url_launcher_platform_interface/test/url_launcher_platform_test.dart class CapturingUrlLauncher (line 9) | class CapturingUrlLauncher extends UrlLauncherPlatform { method launch (line 23) | Future launch( function main (line 46) | void main() FILE: packages/url_launcher/url_launcher_web/example/integration_test/link_widget_test.dart function main (line 15) | void main() function _findSingleAnchor (line 159) | html.Element _findSingleAnchor() class TestLinkInfo (line 181) | class TestLinkInfo extends LinkInfo { FILE: packages/url_launcher/url_launcher_web/example/integration_test/url_launcher_web_test.dart function main (line 16) | void main() FILE: packages/url_launcher/url_launcher_web/example/integration_test/url_launcher_web_test.mocks.dart class _FakeDocument_0 (line 23) | class _FakeDocument_0 extends _i1.SmartFake implements _i2.Document { class _FakeLocation_1 (line 33) | class _FakeLocation_1 extends _i1.SmartFake implements _i2.Location { class _FakeConsole_2 (line 43) | class _FakeConsole_2 extends _i1.SmartFake implements _i2.Console { class _FakeHistory_3 (line 53) | class _FakeHistory_3 extends _i1.SmartFake implements _i2.History { class _FakeStorage_4 (line 63) | class _FakeStorage_4 extends _i1.SmartFake implements _i2.Storage { class _FakeNavigator_5 (line 73) | class _FakeNavigator_5 extends _i1.SmartFake implements _i2.Navigator { class _FakePerformance_6 (line 83) | class _FakePerformance_6 extends _i1.SmartFake implements _i2.Performance { class _FakeEvents_7 (line 93) | class _FakeEvents_7 extends _i1.SmartFake implements _i2.Events { class _FakeWindowBase_8 (line 103) | class _FakeWindowBase_8 extends _i1.SmartFake implements _i2.WindowBase { class _FakeFileSystem_9 (line 113) | class _FakeFileSystem_9 extends _i1.SmartFake implements _i2.FileSystem { class _FakeStylePropertyMapReadonly_10 (line 123) | class _FakeStylePropertyMapReadonly_10 extends _i1.SmartFake class _FakeMediaQueryList_11 (line 134) | class _FakeMediaQueryList_11 extends _i1.SmartFake class _FakeEntry_12 (line 145) | class _FakeEntry_12 extends _i1.SmartFake implements _i2.Entry { class _FakeGeolocation_13 (line 155) | class _FakeGeolocation_13 extends _i1.SmartFake implements _i2.Geolocati... class _FakeMediaStream_14 (line 165) | class _FakeMediaStream_14 extends _i1.SmartFake implements _i2.MediaStre... class _FakeRelatedApplication_15 (line 175) | class _FakeRelatedApplication_15 extends _i1.SmartFake class MockWindow (line 189) | class MockWindow extends _i1.Mock implements _i2.Window { method open (line 742) | _i2.WindowBase open( method requestAnimationFrame (line 769) | int requestAnimationFrame(_i2.FrameRequestCallback? callback) method cancelAnimationFrame (line 778) | void cancelAnimationFrame(int? id) method requestFileSystem (line 786) | _i3.Future<_i2.FileSystem> requestFileSystem( method alert (line 806) | void alert([String? message]) method cancelIdleCallback (line 814) | void cancelIdleCallback(int? handle) method close (line 822) | void close() method confirm (line 830) | bool confirm([String? message]) method fetch (line 838) | _i3.Future fetch( method find (line 853) | bool find( method getComputedStyleMap (line 878) | _i2.StylePropertyMapReadonly getComputedStyleMap( method getMatchedCssRules (line 902) | List<_i2.CssRule> getMatchedCssRules( method matchMedia (line 917) | _i2.MediaQueryList matchMedia(String? query) method moveBy (line 931) | void moveBy( method postMessage (line 946) | void postMessage( method print (line 963) | void print() method requestIdleCallback (line 971) | int requestIdleCallback( method resizeBy (line 986) | void resizeBy( method resizeTo (line 1001) | void resizeTo( method scroll (line 1016) | void scroll([ method scrollBy (line 1033) | void scrollBy([ method scrollTo (line 1050) | void scrollTo([ method stop (line 1067) | void stop() method resolveLocalFileSystemUrl (line 1075) | _i3.Future<_i2.Entry> resolveLocalFileSystemUrl(String? url) method atob (line 1090) | String atob(String? atob) method btoa (line 1098) | String btoa(String? btoa) method moveTo (line 1106) | void moveTo(_i4.Point? p) method addEventListener (line 1114) | void addEventListener( method removeEventListener (line 1131) | void removeEventListener( method dispatchEvent (line 1148) | bool dispatchEvent(_i2.Event? event) class MockNavigator (line 1160) | class MockNavigator extends _i1.Mock implements _i2.Navigator { method getGamepads (line 1214) | List<_i2.Gamepad?> getGamepads() method getUserMedia (line 1222) | _i3.Future<_i2.MediaStream> getUserMedia({ method cancelKeyboardLock (line 1248) | void cancelKeyboardLock() method getBattery (line 1256) | _i3.Future getBattery() method getInstalledRelatedApps (line 1264) | _i3.Future<_i2.RelatedApplication> getInstalledRelatedApps() method getVRDisplays (line 1280) | _i3.Future getVRDisplays() method registerProtocolHandler (line 1288) | void registerProtocolHandler( method requestKeyboardLock (line 1305) | _i3.Future requestKeyboardLock([List? keyCodes]) method requestMidiAccess (line 1314) | _i3.Future requestMidiAccess([Map? options]) method requestMediaKeySystemAccess (line 1323) | _i3.Future requestMediaKeySystemAccess( method sendBeacon (line 1338) | bool sendBeacon( method share (line 1353) | _i3.Future share([Map? data]) FILE: packages/url_launcher/url_launcher_web/example/lib/main.dart function main (line 7) | void main() class MyApp (line 12) | class MyApp extends StatefulWidget { method createState (line 17) | State createState() class _MyAppState (line 20) | class _MyAppState extends State { method build (line 22) | Widget build(BuildContext context) FILE: packages/url_launcher/url_launcher_web/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/url_launcher/url_launcher_web/lib/src/link.dart type HtmlViewFactory (line 24) | typedef HtmlViewFactory = html.Element Function(int viewId); class WebLinkDelegate (line 32) | class WebLinkDelegate extends StatefulWidget { method createState (line 40) | WebLinkDelegateState createState() class WebLinkDelegateState (line 47) | class WebLinkDelegateState extends State { method didUpdateWidget (line 51) | void didUpdateWidget(WebLinkDelegate oldWidget) method _followLink (line 61) | Future _followLink() method build (line 67) | Widget build(BuildContext context) class LinkViewController (line 101) | class LinkViewController extends PlatformViewController { method _viewFactory (line 134) | html.Element _viewFactory(int viewId) method _onGlobalClick (line 142) | void _onGlobalClick(html.MouseEvent event) method registerHitTest (line 155) | void registerHitTest(LinkViewController controller) method unregisterHitTest (line 160) | void unregisterHitTest() method _initialize (line 171) | Future _initialize() method _onDomClick (line 192) | void _onDomClick(html.MouseEvent event) method setUri (line 221) | void setUri(Uri? uri) method setTarget (line 238) | void setTarget(LinkTarget target) method _getHtmlTarget (line 243) | String _getHtmlTarget(LinkTarget target) method clearFocus (line 260) | Future clearFocus() method dispatchPointerEvent (line 266) | Future dispatchPointerEvent(PointerEvent event) method dispose (line 272) | Future dispose() function getViewIdFromTarget (line 285) | int? getViewIdFromTarget(html.Event event) function getLinkElementFromTarget (line 300) | html.Element? getLinkElementFromTarget(html.Event event) function isLinkElement (line 318) | bool isLinkElement(html.Element? element) FILE: packages/url_launcher/url_launcher_web/lib/src/shims/dart_ui_fake.dart class platformViewRegistry (line 15) | class platformViewRegistry { method registerViewFactory (line 18) | bool registerViewFactory( class webOnlyAssetManager (line 27) | class webOnlyAssetManager { method getAssetUrl (line 30) | String getAssetUrl(String asset) type VoidCallback (line 34) | typedef VoidCallback = void Function(); FILE: packages/url_launcher/url_launcher_web/lib/src/third_party/platform_detect/browser.dart function navigatorIsSafari (line 27) | bool navigatorIsSafari(html.Navigator navigator) FILE: packages/url_launcher/url_launcher_web/lib/url_launcher_web.dart function _getUrlScheme (line 22) | String? _getUrlScheme(String url) function _isSafariTargetTopScheme (line 24) | bool _isSafariTargetTopScheme(String url) class UrlLauncherPlugin (line 30) | class UrlLauncherPlugin extends UrlLauncherPlatform { method registerWith (line 47) | void registerWith(Registrar registrar) method openNewWindow (line 62) | html.WindowBase openNewWindow(String url, {String? webOnlyWindowName}) method canLaunch (line 72) | Future canLaunch(String url) method launch (line 77) | Future launch( FILE: packages/url_launcher/url_launcher_web/test/tests_exist_elsewhere_test.dart function main (line 9) | void main() FILE: packages/url_launcher/url_launcher_windows/example/integration_test/url_launcher_test.dart function main (line 9) | void main() FILE: packages/url_launcher/url_launcher_windows/example/lib/main.dart function main (line 11) | void main() class MyApp (line 15) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class MyHomePage (line 30) | class MyHomePage extends StatefulWidget { method createState (line 35) | State createState() class _MyHomePageState (line 38) | class _MyHomePageState extends State { method _launchInBrowser (line 41) | Future _launchInBrowser(String url) method _launchStatus (line 57) | Widget _launchStatus(BuildContext context, AsyncSnapshot snapshot) method build (line 66) | Widget build(BuildContext context) FILE: packages/url_launcher/url_launcher_windows/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/url_launcher/url_launcher_windows/example/windows/runner/flutter_window.cpp function LRESULT (line 47) | LRESULT FILE: packages/url_launcher/url_launcher_windows/example/windows/runner/flutter_window.h function class (line 17) | class FlutterWindow : public Win32Window { FILE: packages/url_launcher/url_launcher_windows/example/windows/runner/main.cpp function wWinMain (line 13) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: packages/url_launcher/url_launcher_windows/example/windows/runner/run_loop.h function class (line 15) | class RunLoop { FILE: packages/url_launcher/url_launcher_windows/example/windows/runner/utils.cpp function CreateAndAttachConsole (line 14) | void CreateAndAttachConsole() { FILE: packages/url_launcher/url_launcher_windows/example/windows/runner/win32_window.cpp function Scale (line 22) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 28) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 45) | class WindowClassRegistrar { method WindowClassRegistrar (line 50) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 66) | WindowClassRegistrar() = default; function wchar_t (line 75) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 134) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, UINT const mess... function LRESULT (line 152) | LRESULT function Win32Window (line 205) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 221) | RECT Win32Window::GetClientArea() { function HWND (line 227) | HWND Win32Window::GetHandle() { return window_handle_; } FILE: packages/url_launcher/url_launcher_windows/example/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: packages/url_launcher/url_launcher_windows/lib/src/messages.g.dart class UrlLauncherApi (line 13) | class UrlLauncherApi { method canLaunchUrl (line 23) | Future canLaunchUrl(String arg_url) method launchUrl (line 50) | Future launchUrl(String arg_url) FILE: packages/url_launcher/url_launcher_windows/lib/url_launcher_windows.dart class UrlLauncherWindows (line 12) | class UrlLauncherWindows extends UrlLauncherPlatform { method registerWith (line 21) | void registerWith() method canLaunch (line 29) | Future canLaunch(String url) method launch (line 34) | Future launch( FILE: packages/url_launcher/url_launcher_windows/pigeons/messages.dart class UrlLauncherApi (line 7) | @ConfigurePigeon(PigeonOptions( method canLaunchUrl (line 16) | bool canLaunchUrl(String url) method launchUrl (line 17) | void launchUrl(String url) FILE: packages/url_launcher/url_launcher_windows/test/url_launcher_windows_test.dart function main (line 11) | void main() class _FakeUrlLauncherApi (line 82) | class _FakeUrlLauncherApi implements UrlLauncherApi { method canLaunchUrl (line 93) | Future canLaunchUrl(String url) method launchUrl (line 99) | Future launchUrl(String url) FILE: packages/url_launcher/url_launcher_windows/windows/messages.g.cpp type url_launcher_windows (line 20) | namespace url_launcher_windows { FILE: packages/url_launcher/url_launcher_windows/windows/messages.g.h function namespace (line 18) | namespace url_launcher_windows { function T (line 50) | const T& value() const { return std::get(v_); }; function T (line 56) | T TakeValue() && { return std::get(std::move(v_)); } function class (line 63) | class UrlLauncherApi { FILE: packages/url_launcher/url_launcher_windows/windows/system_apis.cpp type url_launcher_windows (line 8) | namespace url_launcher_windows { function LSTATUS (line 18) | LSTATUS SystemApisImpl::RegCloseKey(HKEY key) { return ::RegCloseKey(k... function LSTATUS (line 20) | LSTATUS SystemApisImpl::RegOpenKeyExW(HKEY key, LPCWSTR sub_key, DWORD... function LSTATUS (line 25) | LSTATUS SystemApisImpl::RegQueryValueExW(HKEY key, LPCWSTR value_name, function HINSTANCE (line 31) | HINSTANCE SystemApisImpl::ShellExecuteW(HWND hwnd, LPCWSTR operation, FILE: packages/url_launcher/url_launcher_windows/windows/system_apis.h function namespace (line 6) | namespace url_launcher_windows { FILE: packages/url_launcher/url_launcher_windows/windows/test/url_launcher_windows_test.cpp type url_launcher_windows (line 18) | namespace url_launcher_windows { type test (line 19) | namespace test { class MockSystemApis (line 30) | class MockSystemApis : public SystemApis { function TEST (line 49) | TEST(UrlLauncherPlugin, CanLaunchSuccessTrue) { function TEST (line 66) | TEST(UrlLauncherPlugin, CanLaunchQueryFailure) { function TEST (line 84) | TEST(UrlLauncherPlugin, CanLaunchHandlesOpenFailure) { function TEST (line 97) | TEST(UrlLauncherPlugin, LaunchSuccess) { function TEST (line 110) | TEST(UrlLauncherPlugin, LaunchReportsFailure) { FILE: packages/url_launcher/url_launcher_windows/windows/url_launcher_plugin.cpp type url_launcher_windows (line 18) | namespace url_launcher_windows { function Utf16FromUtf8 (line 26) | std::wstring Utf16FromUtf8(const std::string& utf8_string) { function GetUrlArgument (line 50) | std::string GetUrlArgument(const flutter::MethodCall<>& method_call) { FILE: packages/url_launcher/url_launcher_windows/windows/url_launcher_plugin.h function namespace (line 16) | namespace url_launcher_windows { FILE: packages/url_launcher/url_launcher_windows/windows/url_launcher_windows.cpp function UrlLauncherWindowsRegisterWithRegistrar (line 10) | void UrlLauncherWindowsRegisterWithRegistrar( FILE: packages/video_player/video_player/example/android/app/src/androidTest/java/io/flutter/plugins/videoplayerexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/video_player/video_player/example/android/app/src/test/java/io/flutter/plugins/videoplayerexample/FlutterActivityTest.java class FlutterActivityTest (line 26) | @RunWith(RobolectricTestRunner.class) method disposeAllPlayers (line 30) | @Test FILE: packages/video_player/video_player/example/integration_test/controller_swap_test.dart function main (line 15) | void main() function renderVideoWidget (line 77) | Widget renderVideoWidget(VideoPlayerController controller) FILE: packages/video_player/video_player/example/integration_test/video_player_test.dart function getUrlForAssetAsNetworkSource (line 29) | String getUrlForAssetAsNetworkSource(String assetKey) function main (line 38) | void main() function started (line 173) | Future started() FILE: packages/video_player/video_player/example/lib/basic.dart function main (line 14) | void main() class VideoApp (line 17) | class VideoApp extends StatefulWidget { method createState (line 21) | _VideoAppState createState() class _VideoAppState (line 24) | class _VideoAppState extends State { method initState (line 28) | void initState() method build (line 39) | Widget build(BuildContext context) method dispose (line 68) | void dispose() FILE: packages/video_player/video_player/example/lib/main.dart function main (line 13) | void main() class _App (line 21) | class _App extends StatelessWidget { method build (line 23) | Widget build(BuildContext context) class _ButterFlyAssetVideoInList (line 68) | class _ButterFlyAssetVideoInList extends StatelessWidget { method build (line 70) | Widget build(BuildContext context) class _ExampleCard (line 109) | class _ExampleCard extends StatelessWidget { method build (line 115) | Widget build(BuildContext context) class _ButterFlyAssetVideo (line 146) | class _ButterFlyAssetVideo extends StatefulWidget { method createState (line 148) | _ButterFlyAssetVideoState createState() class _ButterFlyAssetVideoState (line 151) | class _ButterFlyAssetVideoState extends State<_ButterFlyAssetVideo> { method initState (line 155) | void initState() method dispose (line 168) | void dispose() method build (line 174) | Widget build(BuildContext context) class _BumbleBeeRemoteVideo (line 202) | class _BumbleBeeRemoteVideo extends StatefulWidget { method createState (line 204) | _BumbleBeeRemoteVideoState createState() class _BumbleBeeRemoteVideoState (line 207) | class _BumbleBeeRemoteVideoState extends State<_BumbleBeeRemoteVideo> { method _loadCaptions (line 210) | Future _loadCaptions() method initState (line 218) | void initState() method dispose (line 234) | void dispose() method build (line 240) | Widget build(BuildContext context) class _ControlsOverlay (line 267) | class _ControlsOverlay extends StatelessWidget { method build (line 296) | Widget build(BuildContext context) class _PlayerVideoAndPopPage (line 384) | class _PlayerVideoAndPopPage extends StatefulWidget { method createState (line 386) | _PlayerVideoAndPopPageState createState() class _PlayerVideoAndPopPageState (line 389) | class _PlayerVideoAndPopPageState extends State<_PlayerVideoAndPopPage> { method initState (line 394) | void initState() method dispose (line 407) | void dispose() method started (line 412) | Future started() method build (line 420) | Widget build(BuildContext context) FILE: packages/video_player/video_player/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/video_player/video_player/example/test_driver/video_player.dart function main (line 8) | void main() FILE: packages/video_player/video_player/example/test_driver/video_player_test.dart function main (line 9) | Future main() FILE: packages/video_player/video_player/lib/src/closed_caption_file.dart class ClosedCaptionFile (line 24) | abstract class ClosedCaptionFile { class Caption (line 35) | class Caption { method toString (line 70) | String toString() FILE: packages/video_player/video_player/lib/src/sub_rip.dart class SubRipCaptionFile (line 11) | class SubRipCaptionFile extends ClosedCaptionFile { function _parseCaptionsFromSubRipString (line 29) | List _parseCaptionsFromSubRipString(String file) class _CaptionRange (line 56) | class _CaptionRange { method fromSubRipString (line 65) | _CaptionRange fromSubRipString(String line) function _parseSubRipTimestamp (line 88) | Duration _parseSubRipTimestamp(String timestampString) function _readSubRipFile (line 111) | List> _readSubRipFile(String file) FILE: packages/video_player/video_player/lib/src/web_vtt.dart class WebVTTCaptionFile (line 14) | class WebVTTCaptionFile extends ClosedCaptionFile { function _parseCaptionsFromWebVTTString (line 27) | List _parseCaptionsFromWebVTTString(String file) class _CaptionRange (line 88) | class _CaptionRange { method fromWebVTTString (line 97) | _CaptionRange? fromWebVTTString(String line) function _extractTextFromHtml (line 118) | String _extractTextFromHtml(String htmlString) function _parseWebVTTTimestamp (line 137) | Duration? _parseWebVTTTimestamp(String timestampString) function _readWebVTTFile (line 191) | List> _readWebVTTFile(String file) FILE: packages/video_player/video_player/lib/video_player.dart class VideoPlayerValue (line 36) | class VideoPlayerValue { method copyWith (line 145) | VideoPlayerValue copyWith({ method toString (line 182) | String toString() class VideoPlayerController (line 210) | class VideoPlayerController extends ValueNotifier { method initialize (line 317) | Future initialize() method eventListener (line 367) | void eventListener(VideoEvent event) method errorListener (line 411) | void errorListener(Object obj) method dispose (line 427) | Future dispose() method play (line 453) | Future play() method setLooping (line 463) | Future setLooping(bool looping) method pause (line 469) | Future pause() method _applyLooping (line 474) | Future _applyLooping() method _applyPlayPause (line 481) | Future _applyPlayPause() method _applyVolume (line 514) | Future _applyVolume() method _applyPlaybackSpeed (line 521) | Future _applyPlaybackSpeed() method seekTo (line 552) | Future seekTo(Duration position) method setVolume (line 569) | Future setVolume(double volume) method setPlaybackSpeed (line 591) | Future setPlaybackSpeed(double speed) method setCaptionOffset (line 617) | void setCaptionOffset(Duration offset) method _getCaptionAt (line 631) | Caption _getCaptionAt(Duration position) method setClosedCaptionFile (line 655) | Future setClosedCaptionFile( method _updateClosedCaptionWithFuture (line 662) | Future _updateClosedCaptionWithFuture( method _updatePosition (line 669) | void _updatePosition(Duration position) method removeListener (line 677) | void removeListener(VoidCallback listener) class _VideoAppLifeCycleObserver (line 688) | class _VideoAppLifeCycleObserver extends Object with WidgetsBindingObser... method initialize (line 694) | void initialize() method didChangeAppLifecycleState (line 699) | void didChangeAppLifecycleState(AppLifecycleState state) method dispose (line 710) | void dispose() class VideoPlayer (line 716) | class VideoPlayer extends StatefulWidget { method createState (line 725) | State createState() class _VideoPlayerState (line 728) | class _VideoPlayerState extends State { method initState (line 745) | void initState() method didUpdateWidget (line 754) | void didUpdateWidget(VideoPlayer oldWidget) method deactivate (line 762) | void deactivate() method build (line 768) | Widget build(BuildContext context) class _VideoPlayerWithRotation (line 778) | class _VideoPlayerWithRotation extends StatelessWidget { method build (line 786) | Widget build(BuildContext context) class VideoProgressColors (line 798) | class VideoProgressColors { class VideoScrubber (line 835) | class VideoScrubber extends StatefulWidget { method createState (line 853) | State createState() class _VideoScrubberState (line 856) | class _VideoScrubberState extends State { method build (line 862) | Widget build(BuildContext context) method seekToRelativePosition (line 863) | void seekToRelativePosition(Offset globalPosition) class VideoProgressIndicator (line 912) | class VideoProgressIndicator extends StatefulWidget { method createState (line 949) | State createState() class _VideoProgressIndicatorState (line 952) | class _VideoProgressIndicatorState extends State { method initState (line 969) | void initState() method deactivate (line 975) | void deactivate() method build (line 981) | Widget build(BuildContext context) class ClosedCaption (line 1049) | class ClosedCaption extends StatelessWidget { method build (line 1068) | Widget build(BuildContext context) function _ambiguate (line 1103) | T? _ambiguate(T? value) FILE: packages/video_player/video_player/test/closed_caption_file_test.dart function main (line 8) | void main() FILE: packages/video_player/video_player/test/sub_rip_file_test.dart function main (line 9) | void main() FILE: packages/video_player/video_player/test/video_player_initialization_test.dart function main (line 11) | void main() FILE: packages/video_player/video_player/test/video_player_test.dart class FakeController (line 17) | class FakeController extends ValueNotifier method dispose (line 24) | Future dispose() method seekTo (line 47) | Future seekTo(Duration moment) method setVolume (line 50) | Future setVolume(double volume) method setPlaybackSpeed (line 53) | Future setPlaybackSpeed(double speed) method initialize (line 56) | Future initialize() method pause (line 59) | Future pause() method play (line 62) | Future play() method setLooping (line 65) | Future setLooping(bool looping) method setCaptionOffset (line 77) | void setCaptionOffset(Duration delay) method setClosedCaptionFile (line 80) | Future setClosedCaptionFile( function _loadClosedCaption (line 85) | Future _loadClosedCaption() class _FakeClosedCaptionFile (line 88) | class _FakeClosedCaptionFile extends ClosedCaptionFile { function main (line 108) | void main() function verifyPlayStateRespondsToLifecycle (line 116) | void verifyPlayStateRespondsToLifecycle( class FakeVideoPlayerPlatform (line 1071) | class FakeVideoPlayerPlatform extends VideoPlayerPlatform { method create (line 1082) | Future create(DataSource dataSource) method dispose (line 1100) | Future dispose(int textureId) method init (line 1105) | Future init() method videoEventsFor (line 1111) | Stream videoEventsFor(int textureId) method pause (line 1116) | Future pause(int textureId) method play (line 1121) | Future play(int textureId) method getPosition (line 1126) | Future getPosition(int textureId) method seekTo (line 1132) | Future seekTo(int textureId, Duration position) method setLooping (line 1138) | Future setLooping(int textureId, bool looping) method setVolume (line 1143) | Future setVolume(int textureId, double volume) method setPlaybackSpeed (line 1148) | Future setPlaybackSpeed(int textureId, double speed) method setMixWithOthers (line 1153) | Future setMixWithOthers(bool mixWithOthers) method buildView (line 1158) | Widget buildView(int textureId) function _ambiguate (line 1167) | T? _ambiguate(T? value) FILE: packages/video_player/video_player/test/web_vtt_test.dart function main (line 9) | void main() FILE: packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/CustomSSLSocketFactory.java class CustomSSLSocketFactory (line 16) | public class CustomSSLSocketFactory extends SSLSocketFactory { method CustomSSLSocketFactory (line 19) | public CustomSSLSocketFactory() throws KeyManagementException, NoSuchA... method getDefaultCipherSuites (line 25) | @Override method getSupportedCipherSuites (line 30) | @Override method createSocket (line 35) | @Override method createSocket (line 40) | @Override method createSocket (line 46) | @Override method createSocket (line 51) | @Override method createSocket (line 57) | @Override method createSocket (line 62) | @Override method enableProtocols (line 68) | private Socket enableProtocols(Socket socket) { FILE: packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/Messages.java class Messages (line 23) | @SuppressWarnings({"unused", "unchecked", "CodeBlock2Expr", "RedundantSu... class TextureMessage (line 27) | public static class TextureMessage { method getTextureId (line 30) | public @NonNull Long getTextureId() { method setTextureId (line 34) | public void setTextureId(@NonNull Long setterArg) { method TextureMessage (line 42) | private TextureMessage() {} class Builder (line 44) | public static class Builder { method setTextureId (line 47) | public @NonNull Builder setTextureId(@NonNull Long setterArg) { method build (line 52) | public @NonNull TextureMessage build() { method toMap (line 59) | @NonNull method fromMap (line 66) | static @NonNull TextureMessage fromMap(@NonNull Map ... class LoopingMessage (line 78) | public static class LoopingMessage { method getTextureId (line 81) | public @NonNull Long getTextureId() { method setTextureId (line 85) | public void setTextureId(@NonNull Long setterArg) { method getIsLooping (line 94) | public @NonNull Boolean getIsLooping() { method setIsLooping (line 98) | public void setIsLooping(@NonNull Boolean setterArg) { method LoopingMessage (line 106) | private LoopingMessage() {} class Builder (line 108) | public static class Builder { method setTextureId (line 111) | public @NonNull Builder setTextureId(@NonNull Long setterArg) { method setIsLooping (line 118) | public @NonNull Builder setIsLooping(@NonNull Boolean setterArg) { method build (line 123) | public @NonNull LoopingMessage build() { method toMap (line 131) | @NonNull method fromMap (line 139) | static @NonNull LoopingMessage fromMap(@NonNull Map ... class VolumeMessage (line 153) | public static class VolumeMessage { method getTextureId (line 156) | public @NonNull Long getTextureId() { method setTextureId (line 160) | public void setTextureId(@NonNull Long setterArg) { method getVolume (line 169) | public @NonNull Double getVolume() { method setVolume (line 173) | public void setVolume(@NonNull Double setterArg) { method VolumeMessage (line 181) | private VolumeMessage() {} class Builder (line 183) | public static class Builder { method setTextureId (line 186) | public @NonNull Builder setTextureId(@NonNull Long setterArg) { method setVolume (line 193) | public @NonNull Builder setVolume(@NonNull Double setterArg) { method build (line 198) | public @NonNull VolumeMessage build() { method toMap (line 206) | @NonNull method fromMap (line 214) | static @NonNull VolumeMessage fromMap(@NonNull Map m... class PlaybackSpeedMessage (line 228) | public static class PlaybackSpeedMessage { method getTextureId (line 231) | public @NonNull Long getTextureId() { method setTextureId (line 235) | public void setTextureId(@NonNull Long setterArg) { method getSpeed (line 244) | public @NonNull Double getSpeed() { method setSpeed (line 248) | public void setSpeed(@NonNull Double setterArg) { method PlaybackSpeedMessage (line 256) | private PlaybackSpeedMessage() {} class Builder (line 258) | public static class Builder { method setTextureId (line 261) | public @NonNull Builder setTextureId(@NonNull Long setterArg) { method setSpeed (line 268) | public @NonNull Builder setSpeed(@NonNull Double setterArg) { method build (line 273) | public @NonNull PlaybackSpeedMessage build() { method toMap (line 281) | @NonNull method fromMap (line 289) | static @NonNull PlaybackSpeedMessage fromMap(@NonNull Map... class CreateMessage (line 381) | public static class CreateMessage { method getAsset (line 384) | public @Nullable String getAsset() { method setAsset (line 388) | public void setAsset(@Nullable String setterArg) { method getUri (line 394) | public @Nullable String getUri() { method setUri (line 398) | public void setUri(@Nullable String setterArg) { method getPackageName (line 404) | public @Nullable String getPackageName() { method setPackageName (line 408) | public void setPackageName(@Nullable String setterArg) { method getFormatHint (line 414) | public @Nullable String getFormatHint() { method setFormatHint (line 418) | public void setFormatHint(@Nullable String setterArg) { method getHttpHeaders (line 424) | public @NonNull Map getHttpHeaders() { method setHttpHeaders (line 428) | public void setHttpHeaders(@NonNull Map setterArg) { method CreateMessage (line 436) | private CreateMessage() {} class Builder (line 438) | public static class Builder { method setAsset (line 441) | public @NonNull Builder setAsset(@Nullable String setterArg) { method setUri (line 448) | public @NonNull Builder setUri(@Nullable String setterArg) { method setPackageName (line 455) | public @NonNull Builder setPackageName(@Nullable String setterArg) { method setFormatHint (line 462) | public @NonNull Builder setFormatHint(@Nullable String setterArg) { method setHttpHeaders (line 469) | public @NonNull Builder setHttpHeaders(@NonNull Map m... class MixWithOthersMessage (line 513) | public static class MixWithOthersMessage { method getMixWithOthers (line 516) | public @NonNull Boolean getMixWithOthers() { method setMixWithOthers (line 520) | public void setMixWithOthers(@NonNull Boolean setterArg) { method MixWithOthersMessage (line 528) | private MixWithOthersMessage() {} class Builder (line 530) | public static class Builder { method setMixWithOthers (line 533) | public @NonNull Builder setMixWithOthers(@NonNull Boolean setterAr... method build (line 538) | public @NonNull MixWithOthersMessage build() { method toMap (line 545) | @NonNull method fromMap (line 552) | static @NonNull MixWithOthersMessage fromMap(@NonNull Map getCodec() { method setup (line 658) | static void setup(BinaryMessenger binaryMessenger, AndroidVideoPlaye... method wrapError (line 936) | private static Map wrapError(Throwable exception) { FILE: packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/QueuingEventSink.java class QueuingEventSink (line 19) | final class QueuingEventSink implements EventChannel.EventSink { method setDelegate (line 24) | public void setDelegate(EventChannel.EventSink delegate) { method endOfStream (line 29) | @Override method error (line 36) | @Override method success (line 42) | @Override method enqueue (line 48) | private void enqueue(Object event) { method maybeFlush (line 55) | private void maybeFlush() { class EndOfStreamEvent (line 72) | private static class EndOfStreamEvent {} class ErrorEvent (line 74) | private static class ErrorEvent { method ErrorEvent (line 79) | ErrorEvent(String code, String message, Object details) { FILE: packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/VideoPlayer.java class VideoPlayer (line 43) | final class VideoPlayer { method VideoPlayer (line 63) | VideoPlayer( method VideoPlayer (line 103) | @VisibleForTesting method isHTTP (line 117) | private static boolean isHTTP(Uri uri) { method buildMediaSource (line 125) | private MediaSource buildMediaSource( method setUpVideoPlayer (line 173) | private void setUpVideoPlayer(ExoPlayer exoPlayer, QueuingEventSink ev... method sendBufferingUpdate (line 238) | void sendBufferingUpdate() { method setAudioAttributes (line 247) | private static void setAudioAttributes(ExoPlayer exoPlayer, boolean is... method play (line 253) | void play() { method pause (line 257) | void pause() { method setLooping (line 261) | void setLooping(boolean value) { method setVolume (line 265) | void setVolume(double value) { method setPlaybackSpeed (line 270) | void setPlaybackSpeed(double value) { method seekTo (line 278) | void seekTo(int location) { method getPosition (line 282) | long getPosition() { method sendInitialized (line 286) | @SuppressWarnings("SuspiciousNameCombination") method dispose (line 320) | void dispose() { FILE: packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/VideoPlayerOptions.java class VideoPlayerOptions (line 7) | class VideoPlayerOptions { FILE: packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/VideoPlayerPlugin.java class VideoPlayerPlugin (line 30) | public class VideoPlayerPlugin implements FlutterPlugin, AndroidVideoPla... method VideoPlayerPlugin (line 37) | public VideoPlayerPlugin() {} method VideoPlayerPlugin (line 39) | @SuppressWarnings("deprecation") method registerWith (line 52) | @SuppressWarnings("deprecation") method onAttachedToEngine (line 62) | @Override method onDetachedFromEngine (line 88) | @Override method disposeAllPlayers (line 98) | private void disposeAllPlayers() { method onDestroy (line 105) | private void onDestroy() { method initialize (line 114) | public void initialize() { method create (line 118) | public TextureMessage create(CreateMessage arg) { method dispose (line 162) | public void dispose(TextureMessage arg) { method setLooping (line 168) | public void setLooping(LoopingMessage arg) { method setVolume (line 173) | public void setVolume(VolumeMessage arg) { method setPlaybackSpeed (line 178) | public void setPlaybackSpeed(PlaybackSpeedMessage arg) { method play (line 183) | public void play(TextureMessage arg) { method position (line 188) | public PositionMessage position(TextureMessage arg) { method seekTo (line 199) | public void seekTo(PositionMessage arg) { method pause (line 204) | public void pause(TextureMessage arg) { method setMixWithOthers (line 209) | @Override type KeyForAssetFn (line 214) | private interface KeyForAssetFn { method get (line 215) | String get(String asset); type KeyForAssetAndPackageName (line 218) | private interface KeyForAssetAndPackageName { method get (line 219) | String get(String asset, String packageName); class FlutterState (line 222) | private static final class FlutterState { method FlutterState (line 229) | FlutterState( method startListening (line 242) | void startListening(VideoPlayerPlugin methodCallHandler, BinaryMesse... method stopListening (line 246) | void stopListening(BinaryMessenger messenger) { FILE: packages/video_player/video_player_android/android/src/test/java/io/flutter/plugins/videoplayer/VideoPlayerPluginTest.java class VideoPlayerPluginTest (line 9) | public class VideoPlayerPluginTest { method initPluginDoesNotThrow (line 11) | @Test FILE: packages/video_player/video_player_android/android/src/test/java/io/flutter/plugins/videoplayer/VideoPlayerTest.java class VideoPlayerTest (line 25) | @RunWith(RobolectricTestRunner.class) method before (line 35) | @Before method sendInitializedSendsExpectedEvent_90RotationDegrees (line 46) | @Test method sendInitializedSendsExpectedEvent_270RotationDegrees (line 74) | @Test method sendInitializedSendsExpectedEvent_0RotationDegrees (line 102) | @Test method sendInitializedSendsExpectedEvent_180RotationDegrees (line 130) | @Test FILE: packages/video_player/video_player_android/example/android/app/src/androidTest/java/io/flutter/plugins/videoplayerexample/FlutterActivityTest.java class FlutterActivityTest (line 14) | @DartIntegrationTest FILE: packages/video_player/video_player_android/example/android/app/src/test/java/io/flutter/plugins/videoplayerexample/FlutterActivityTest.java class FlutterActivityTest (line 26) | @RunWith(RobolectricTestRunner.class) method disposeAllPlayers (line 30) | @Test FILE: packages/video_player/video_player_android/example/integration_test/video_player_test.dart function getUrlForAssetAsNetworkSource (line 30) | String getUrlForAssetAsNetworkSource(String assetKey) function main (line 39) | void main() FILE: packages/video_player/video_player_android/example/lib/main.dart function main (line 11) | void main() class _App (line 19) | class _App extends StatelessWidget { method build (line 21) | Widget build(BuildContext context) class _ButterFlyAssetVideo (line 50) | class _ButterFlyAssetVideo extends StatefulWidget { method createState (line 52) | _ButterFlyAssetVideoState createState() class _ButterFlyAssetVideoState (line 55) | class _ButterFlyAssetVideoState extends State<_ButterFlyAssetVideo> { method initState (line 59) | void initState() method dispose (line 71) | void dispose() method build (line 77) | Widget build(BuildContext context) class _BumbleBeeRemoteVideo (line 105) | class _BumbleBeeRemoteVideo extends StatefulWidget { method createState (line 107) | _BumbleBeeRemoteVideoState createState() class _BumbleBeeRemoteVideoState (line 110) | class _BumbleBeeRemoteVideoState extends State<_BumbleBeeRemoteVideo> { method initState (line 114) | void initState() method dispose (line 127) | void dispose() method build (line 133) | Widget build(BuildContext context) class _ControlsOverlay (line 159) | class _ControlsOverlay extends StatelessWidget { method build (line 177) | Widget build(BuildContext context) FILE: packages/video_player/video_player_android/example/lib/mini_controller.dart class VideoPlayerValue (line 27) | class VideoPlayerValue { method copyWith (line 107) | VideoPlayerValue copyWith({ class MiniController (line 134) | class MiniController extends ValueNotifier { method initialize (line 184) | Future initialize() method eventListener (line 221) | void eventListener(VideoEvent event) method errorListener (line 251) | void errorListener(Object obj) method dispose (line 267) | Future dispose() method play (line 278) | Future play() method pause (line 284) | Future pause() method _applyPlayPause (line 289) | Future _applyPlayPause() method _applyPlaybackSpeed (line 310) | Future _applyPlaybackSpeed() method seekTo (line 325) | Future seekTo(Duration position) method setPlaybackSpeed (line 336) | Future setPlaybackSpeed(double speed) method _updatePosition (line 341) | void _updatePosition(Duration position) class VideoPlayer (line 347) | class VideoPlayer extends StatefulWidget { method createState (line 356) | State createState() class _VideoPlayerState (line 359) | class _VideoPlayerState extends State { method initState (line 376) | void initState() method didUpdateWidget (line 385) | void didUpdateWidget(VideoPlayer oldWidget) method deactivate (line 393) | void deactivate() method build (line 399) | Widget build(BuildContext context) class _VideoScrubber (line 406) | class _VideoScrubber extends StatefulWidget { method createState (line 416) | _VideoScrubberState createState() class _VideoScrubberState (line 419) | class _VideoScrubberState extends State<_VideoScrubber> { method build (line 423) | Widget build(BuildContext context) method seekToRelativePosition (line 424) | void seekToRelativePosition(Offset globalPosition) class VideoProgressIndicator (line 445) | class VideoProgressIndicator extends StatefulWidget { method createState (line 455) | State createState() class _VideoProgressIndicatorState (line 458) | class _VideoProgressIndicatorState extends State { method initState (line 472) | void initState() method deactivate (line 478) | void deactivate() method build (line 484) | Widget build(BuildContext context) FILE: packages/video_player/video_player_android/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/video_player/video_player_android/example/test_driver/video_player.dart function main (line 8) | void main() FILE: packages/video_player/video_player_android/lib/src/android_video_player.dart class AndroidVideoPlayer (line 15) | class AndroidVideoPlayer extends VideoPlayerPlatform { method registerWith (line 19) | void registerWith() method init (line 24) | Future init() method dispose (line 29) | Future dispose(int textureId) method create (line 34) | Future create(DataSource dataSource) method setLooping (line 70) | Future setLooping(int textureId, bool looping) method play (line 78) | Future play(int textureId) method pause (line 83) | Future pause(int textureId) method setVolume (line 88) | Future setVolume(int textureId, double volume) method setPlaybackSpeed (line 96) | Future setPlaybackSpeed(int textureId, double speed) method seekTo (line 106) | Future seekTo(int textureId, Duration position) method getPosition (line 114) | Future getPosition(int textureId) method videoEventsFor (line 121) | Stream videoEventsFor(int textureId) method buildView (line 157) | Widget buildView(int textureId) method setMixWithOthers (line 162) | Future setMixWithOthers(bool mixWithOthers) method _eventChannelFor (line 167) | EventChannel _eventChannelFor(int textureId) method _toDurationRange (line 179) | DurationRange _toDurationRange(dynamic value) FILE: packages/video_player/video_player_android/lib/src/messages.g.dart class TextureMessage (line 14) | class TextureMessage { method encode (line 21) | Object encode() method decode (line 27) | TextureMessage decode(Object message) class LoopingMessage (line 35) | class LoopingMessage { method encode (line 44) | Object encode() method decode (line 51) | LoopingMessage decode(Object message) class VolumeMessage (line 60) | class VolumeMessage { method encode (line 69) | Object encode() method decode (line 76) | VolumeMessage decode(Object message) class PlaybackSpeedMessage (line 85) | class PlaybackSpeedMessage { method encode (line 94) | Object encode() method decode (line 101) | PlaybackSpeedMessage decode(Object message) class PositionMessage (line 110) | class PositionMessage { method encode (line 119) | Object encode() method decode (line 126) | PositionMessage decode(Object message) class CreateMessage (line 135) | class CreateMessage { method encode (line 150) | Object encode() method decode (line 160) | CreateMessage decode(Object message) class MixWithOthersMessage (line 173) | class MixWithOthersMessage { method encode (line 180) | Object encode() method decode (line 186) | MixWithOthersMessage decode(Object message) class _AndroidVideoPlayerApiCodec (line 194) | class _AndroidVideoPlayerApiCodec extends StandardMessageCodec { method writeValue (line 197) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 225) | Object? readValueOfType(int type, ReadBuffer buffer) class AndroidVideoPlayerApi (line 254) | class AndroidVideoPlayerApi { method initialize (line 265) | Future initialize() method create (line 289) | Future create(CreateMessage arg_msg) method dispose (line 318) | Future dispose(TextureMessage arg_msg) method setLooping (line 342) | Future setLooping(LoopingMessage arg_msg) method setVolume (line 366) | Future setVolume(VolumeMessage arg_msg) method setPlaybackSpeed (line 390) | Future setPlaybackSpeed(PlaybackSpeedMessage arg_msg) method play (line 414) | Future play(TextureMessage arg_msg) method position (line 438) | Future position(TextureMessage arg_msg) method seekTo (line 467) | Future seekTo(PositionMessage arg_msg) method pause (line 491) | Future pause(TextureMessage arg_msg) method setMixWithOthers (line 515) | Future setMixWithOthers(MixWithOthersMessage arg_msg) FILE: packages/video_player/video_player_android/pigeons/messages.dart class TextureMessage (line 7) | @ConfigurePigeon(PigeonOptions( class LoopingMessage (line 21) | class LoopingMessage { class VolumeMessage (line 27) | class VolumeMessage { class PlaybackSpeedMessage (line 33) | class PlaybackSpeedMessage { class PositionMessage (line 39) | class PositionMessage { class CreateMessage (line 45) | class CreateMessage { class MixWithOthersMessage (line 54) | class MixWithOthersMessage { class AndroidVideoPlayerApi (line 59) | @HostApi(dartHostTestHandler: 'TestHostVideoPlayerApi') method initialize (line 61) | void initialize() method create (line 62) | TextureMessage create(CreateMessage msg) method dispose (line 63) | void dispose(TextureMessage msg) method setLooping (line 64) | void setLooping(LoopingMessage msg) method setVolume (line 65) | void setVolume(VolumeMessage msg) method setPlaybackSpeed (line 66) | void setPlaybackSpeed(PlaybackSpeedMessage msg) method play (line 67) | void play(TextureMessage msg) method position (line 68) | PositionMessage position(TextureMessage msg) method seekTo (line 69) | void seekTo(PositionMessage msg) method pause (line 70) | void pause(TextureMessage msg) method setMixWithOthers (line 71) | void setMixWithOthers(MixWithOthersMessage msg) FILE: packages/video_player/video_player_android/test/android_video_player_test.dart class _ApiLogger (line 17) | class _ApiLogger implements TestHostVideoPlayerApi { method create (line 28) | TextureMessage create(CreateMessage arg) method dispose (line 35) | void dispose(TextureMessage arg) method initialize (line 41) | void initialize() method pause (line 46) | void pause(TextureMessage arg) method play (line 52) | void play(TextureMessage arg) method setMixWithOthers (line 58) | void setMixWithOthers(MixWithOthersMessage arg) method position (line 64) | PositionMessage position(TextureMessage arg) method seekTo (line 71) | void seekTo(PositionMessage arg) method setLooping (line 77) | void setLooping(LoopingMessage arg) method setVolume (line 83) | void setVolume(VolumeMessage arg) method setPlaybackSpeed (line 89) | void setPlaybackSpeed(PlaybackSpeedMessage arg) function main (line 95) | void main() function _ambiguate (line 363) | T? _ambiguate(T? value) FILE: packages/video_player/video_player_android/test/test_api.g.dart class _TestHostVideoPlayerApiCodec (line 20) | class _TestHostVideoPlayerApiCodec extends StandardMessageCodec { method writeValue (line 23) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 51) | Object? readValueOfType(int type, ReadBuffer buffer) class TestHostVideoPlayerApi (line 80) | abstract class TestHostVideoPlayerApi { method initialize (line 83) | void initialize() method create (line 84) | TextureMessage create(CreateMessage msg) method dispose (line 85) | void dispose(TextureMessage msg) method setLooping (line 86) | void setLooping(LoopingMessage msg) method setVolume (line 87) | void setVolume(VolumeMessage msg) method setPlaybackSpeed (line 88) | void setPlaybackSpeed(PlaybackSpeedMessage msg) method play (line 89) | void play(TextureMessage msg) method position (line 90) | PositionMessage position(TextureMessage msg) method seekTo (line 91) | void seekTo(PositionMessage msg) method pause (line 92) | void pause(TextureMessage msg) method setMixWithOthers (line 93) | void setMixWithOthers(MixWithOthersMessage msg) method setup (line 94) | void setup(TestHostVideoPlayerApi? api, FILE: packages/video_player/video_player_avfoundation/example/integration_test/video_player_test.dart function getUrlForAssetAsNetworkSource (line 30) | String getUrlForAssetAsNetworkSource(String assetKey) function main (line 39) | void main() FILE: packages/video_player/video_player_avfoundation/example/lib/main.dart function main (line 11) | void main() class _App (line 19) | class _App extends StatelessWidget { method build (line 21) | Widget build(BuildContext context) class _ButterFlyAssetVideo (line 55) | class _ButterFlyAssetVideo extends StatefulWidget { method createState (line 57) | _ButterFlyAssetVideoState createState() class _ButterFlyAssetVideoState (line 60) | class _ButterFlyAssetVideoState extends State<_ButterFlyAssetVideo> { method initState (line 64) | void initState() method dispose (line 76) | void dispose() method build (line 82) | Widget build(BuildContext context) class _BumbleBeeRemoteVideo (line 110) | class _BumbleBeeRemoteVideo extends StatefulWidget { method createState (line 112) | _BumbleBeeRemoteVideoState createState() class _BumbleBeeRemoteVideoState (line 115) | class _BumbleBeeRemoteVideoState extends State<_BumbleBeeRemoteVideo> { method initState (line 119) | void initState() method dispose (line 132) | void dispose() method build (line 138) | Widget build(BuildContext context) class _BumbleBeeEncryptedLiveStream (line 164) | class _BumbleBeeEncryptedLiveStream extends StatefulWidget { method createState (line 166) | _BumbleBeeEncryptedLiveStreamState createState() class _BumbleBeeEncryptedLiveStreamState (line 170) | class _BumbleBeeEncryptedLiveStreamState method initState (line 175) | void initState() method dispose (line 190) | void dispose() method build (line 196) | Widget build(BuildContext context) class _ControlsOverlay (line 217) | class _ControlsOverlay extends StatelessWidget { method build (line 235) | Widget build(BuildContext context) FILE: packages/video_player/video_player_avfoundation/example/lib/mini_controller.dart class VideoPlayerValue (line 27) | class VideoPlayerValue { method copyWith (line 107) | VideoPlayerValue copyWith({ class MiniController (line 134) | class MiniController extends ValueNotifier { method initialize (line 184) | Future initialize() method eventListener (line 221) | void eventListener(VideoEvent event) method errorListener (line 251) | void errorListener(Object obj) method dispose (line 267) | Future dispose() method play (line 278) | Future play() method pause (line 284) | Future pause() method _applyPlayPause (line 289) | Future _applyPlayPause() method _applyPlaybackSpeed (line 310) | Future _applyPlaybackSpeed() method seekTo (line 325) | Future seekTo(Duration position) method setPlaybackSpeed (line 336) | Future setPlaybackSpeed(double speed) method _updatePosition (line 341) | void _updatePosition(Duration position) class VideoPlayer (line 347) | class VideoPlayer extends StatefulWidget { method createState (line 356) | State createState() class _VideoPlayerState (line 359) | class _VideoPlayerState extends State { method initState (line 376) | void initState() method didUpdateWidget (line 385) | void didUpdateWidget(VideoPlayer oldWidget) method deactivate (line 393) | void deactivate() method build (line 399) | Widget build(BuildContext context) class _VideoScrubber (line 406) | class _VideoScrubber extends StatefulWidget { method createState (line 416) | _VideoScrubberState createState() class _VideoScrubberState (line 419) | class _VideoScrubberState extends State<_VideoScrubber> { method build (line 423) | Widget build(BuildContext context) method seekToRelativePosition (line 424) | void seekToRelativePosition(Offset globalPosition) class VideoProgressIndicator (line 445) | class VideoProgressIndicator extends StatefulWidget { method createState (line 455) | State createState() class _VideoProgressIndicatorState (line 458) | class _VideoProgressIndicatorState extends State { method initState (line 472) | void initState() method deactivate (line 478) | void deactivate() method build (line 484) | Widget build(BuildContext context) FILE: packages/video_player/video_player_avfoundation/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/video_player/video_player_avfoundation/example/test_driver/video_player.dart function main (line 8) | void main() FILE: packages/video_player/video_player_avfoundation/lib/src/avfoundation_video_player.dart class AVFoundationVideoPlayer (line 15) | class AVFoundationVideoPlayer extends VideoPlayerPlatform { method registerWith (line 19) | void registerWith() method init (line 24) | Future init() method dispose (line 29) | Future dispose(int textureId) method create (line 34) | Future create(DataSource dataSource) method setLooping (line 70) | Future setLooping(int textureId, bool looping) method play (line 78) | Future play(int textureId) method pause (line 83) | Future pause(int textureId) method setVolume (line 88) | Future setVolume(int textureId, double volume) method setPlaybackSpeed (line 96) | Future setPlaybackSpeed(int textureId, double speed) method seekTo (line 106) | Future seekTo(int textureId, Duration position) method getPosition (line 114) | Future getPosition(int textureId) method videoEventsFor (line 121) | Stream videoEventsFor(int textureId) method buildView (line 156) | Widget buildView(int textureId) method setMixWithOthers (line 161) | Future setMixWithOthers(bool mixWithOthers) method _eventChannelFor (line 166) | EventChannel _eventChannelFor(int textureId) method _toDurationRange (line 178) | DurationRange _toDurationRange(dynamic value) FILE: packages/video_player/video_player_avfoundation/lib/src/messages.g.dart class TextureMessage (line 14) | class TextureMessage { method encode (line 21) | Object encode() method decode (line 27) | TextureMessage decode(Object message) class LoopingMessage (line 35) | class LoopingMessage { method encode (line 44) | Object encode() method decode (line 51) | LoopingMessage decode(Object message) class VolumeMessage (line 60) | class VolumeMessage { method encode (line 69) | Object encode() method decode (line 76) | VolumeMessage decode(Object message) class PlaybackSpeedMessage (line 85) | class PlaybackSpeedMessage { method encode (line 94) | Object encode() method decode (line 101) | PlaybackSpeedMessage decode(Object message) class PositionMessage (line 110) | class PositionMessage { method encode (line 119) | Object encode() method decode (line 126) | PositionMessage decode(Object message) class CreateMessage (line 135) | class CreateMessage { method encode (line 150) | Object encode() method decode (line 160) | CreateMessage decode(Object message) class MixWithOthersMessage (line 173) | class MixWithOthersMessage { method encode (line 180) | Object encode() method decode (line 186) | MixWithOthersMessage decode(Object message) class _AVFoundationVideoPlayerApiCodec (line 194) | class _AVFoundationVideoPlayerApiCodec extends StandardMessageCodec { method writeValue (line 197) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 225) | Object? readValueOfType(int type, ReadBuffer buffer) class AVFoundationVideoPlayerApi (line 254) | class AVFoundationVideoPlayerApi { method initialize (line 265) | Future initialize() method create (line 289) | Future create(CreateMessage arg_msg) method dispose (line 318) | Future dispose(TextureMessage arg_msg) method setLooping (line 342) | Future setLooping(LoopingMessage arg_msg) method setVolume (line 366) | Future setVolume(VolumeMessage arg_msg) method setPlaybackSpeed (line 390) | Future setPlaybackSpeed(PlaybackSpeedMessage arg_msg) method play (line 414) | Future play(TextureMessage arg_msg) method position (line 438) | Future position(TextureMessage arg_msg) method seekTo (line 467) | Future seekTo(PositionMessage arg_msg) method pause (line 491) | Future pause(TextureMessage arg_msg) method setMixWithOthers (line 515) | Future setMixWithOthers(MixWithOthersMessage arg_msg) FILE: packages/video_player/video_player_avfoundation/pigeons/messages.dart class TextureMessage (line 7) | @ConfigurePigeon(PigeonOptions( class LoopingMessage (line 22) | class LoopingMessage { class VolumeMessage (line 28) | class VolumeMessage { class PlaybackSpeedMessage (line 34) | class PlaybackSpeedMessage { class PositionMessage (line 40) | class PositionMessage { class CreateMessage (line 46) | class CreateMessage { class MixWithOthersMessage (line 55) | class MixWithOthersMessage { class AVFoundationVideoPlayerApi (line 60) | @HostApi(dartHostTestHandler: 'TestHostVideoPlayerApi') method initialize (line 63) | void initialize() method create (line 65) | TextureMessage create(CreateMessage msg) method dispose (line 67) | void dispose(TextureMessage msg) method setLooping (line 69) | void setLooping(LoopingMessage msg) method setVolume (line 71) | void setVolume(VolumeMessage msg) method setPlaybackSpeed (line 73) | void setPlaybackSpeed(PlaybackSpeedMessage msg) method play (line 75) | void play(TextureMessage msg) method position (line 77) | PositionMessage position(TextureMessage msg) method seekTo (line 79) | void seekTo(PositionMessage msg) method pause (line 81) | void pause(TextureMessage msg) method setMixWithOthers (line 83) | void setMixWithOthers(MixWithOthersMessage msg) FILE: packages/video_player/video_player_avfoundation/test/avfoundation_video_player_test.dart class _ApiLogger (line 17) | class _ApiLogger implements TestHostVideoPlayerApi { method create (line 28) | TextureMessage create(CreateMessage arg) method dispose (line 35) | void dispose(TextureMessage arg) method initialize (line 41) | void initialize() method pause (line 46) | void pause(TextureMessage arg) method play (line 52) | void play(TextureMessage arg) method setMixWithOthers (line 58) | void setMixWithOthers(MixWithOthersMessage arg) method position (line 64) | PositionMessage position(TextureMessage arg) method seekTo (line 71) | void seekTo(PositionMessage arg) method setLooping (line 77) | void setLooping(LoopingMessage arg) method setVolume (line 83) | void setVolume(VolumeMessage arg) method setPlaybackSpeed (line 89) | void setPlaybackSpeed(PlaybackSpeedMessage arg) function main (line 95) | void main() function _ambiguate (line 342) | T? _ambiguate(T? value) FILE: packages/video_player/video_player_avfoundation/test/test_api.g.dart class _TestHostVideoPlayerApiCodec (line 20) | class _TestHostVideoPlayerApiCodec extends StandardMessageCodec { method writeValue (line 23) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 51) | Object? readValueOfType(int type, ReadBuffer buffer) class TestHostVideoPlayerApi (line 80) | abstract class TestHostVideoPlayerApi { method initialize (line 83) | void initialize() method create (line 84) | TextureMessage create(CreateMessage msg) method dispose (line 85) | void dispose(TextureMessage msg) method setLooping (line 86) | void setLooping(LoopingMessage msg) method setVolume (line 87) | void setVolume(VolumeMessage msg) method setPlaybackSpeed (line 88) | void setPlaybackSpeed(PlaybackSpeedMessage msg) method play (line 89) | void play(TextureMessage msg) method position (line 90) | PositionMessage position(TextureMessage msg) method seekTo (line 91) | void seekTo(PositionMessage msg) method pause (line 92) | void pause(TextureMessage msg) method setMixWithOthers (line 93) | void setMixWithOthers(MixWithOthersMessage msg) method setup (line 94) | void setup(TestHostVideoPlayerApi? api, FILE: packages/video_player/video_player_platform_interface/lib/video_player_platform_interface.dart class VideoPlayerPlatform (line 16) | abstract class VideoPlayerPlatform extends PlatformInterface { method init (line 42) | Future init() method dispose (line 47) | Future dispose(int textureId) method create (line 52) | Future create(DataSource dataSource) method videoEventsFor (line 57) | Stream videoEventsFor(int textureId) method setLooping (line 62) | Future setLooping(int textureId, bool looping) method play (line 67) | Future play(int textureId) method pause (line 72) | Future pause(int textureId) method setVolume (line 77) | Future setVolume(int textureId, double volume) method seekTo (line 82) | Future seekTo(int textureId, Duration position) method setPlaybackSpeed (line 87) | Future setPlaybackSpeed(int textureId, double speed) method getPosition (line 92) | Future getPosition(int textureId) method buildView (line 97) | Widget buildView(int textureId) method setMixWithOthers (line 102) | Future setMixWithOthers(bool mixWithOthers) class _PlaceholderImplementation (line 107) | class _PlaceholderImplementation extends VideoPlayerPlatform {} class DataSource (line 111) | class DataSource { type DataSourceType (line 167) | enum DataSourceType { type VideoFormat (line 182) | enum VideoFormat { class VideoEvent (line 197) | @immutable type VideoEventType (line 266) | enum VideoEventType { class DurationRange (line 288) | @immutable method startFraction (line 320) | double startFraction(Duration duration) method endFraction (line 331) | double endFraction(Duration duration) method toString (line 336) | String toString() class VideoPlayerOptions (line 352) | @immutable FILE: packages/video_player/video_player_platform_interface/test/video_player_options_test.dart function main (line 8) | void main() FILE: packages/video_player/video_player_platform_interface/test/video_player_platform_interface_test.dart function main (line 8) | void main() FILE: packages/video_player/video_player_web/example/integration_test/duration_utils_test.dart function main (line 9) | void main() FILE: packages/video_player/video_player_web/example/integration_test/utils.dart function getUrlForAssetAsNetworkSource (line 16) | String getUrlForAssetAsNetworkSource(String assetKey) class _Descriptor (line 25) | @JS() function _defineProperty (line 39) | void _defineProperty( function setInfinityDuration (line 48) | void setInfinityDuration(VideoElement element) FILE: packages/video_player/video_player_web/example/integration_test/video_player_test.dart function main (line 16) | void main() FILE: packages/video_player/video_player_web/example/integration_test/video_player_web_test.dart function main (line 19) | void main() FILE: packages/video_player/video_player_web/example/lib/main.dart function main (line 7) | void main() class MyApp (line 12) | class MyApp extends StatefulWidget { method createState (line 17) | State createState() class _MyAppState (line 20) | class _MyAppState extends State { method build (line 22) | Widget build(BuildContext context) FILE: packages/video_player/video_player_web/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/video_player/video_player_web/lib/src/duration_utils.dart function convertNumVideoDurationToPluginDuration (line 24) | Duration? convertNumVideoDurationToPluginDuration(num duration) FILE: packages/video_player/video_player_web/lib/src/shims/dart_ui_fake.dart class platformViewRegistry (line 15) | class platformViewRegistry { method registerViewFactory (line 18) | bool registerViewFactory( class webOnlyAssetManager (line 26) | class webOnlyAssetManager { method getAssetUrl (line 29) | String getAssetUrl(String asset) type VoidCallback (line 33) | typedef VoidCallback = void Function(); FILE: packages/video_player/video_player_web/lib/src/video_player.dart class VideoPlayer (line 38) | class VideoPlayer { method initialize (line 60) | void initialize() method play (line 118) | Future play() method pause (line 134) | void pause() method setLooping (line 140) | void setLooping(bool value) method setVolume (line 150) | void setVolume(double volume) method setPlaybackSpeed (line 170) | void setPlaybackSpeed(double speed) method seekTo (line 179) | void seekTo(Duration position) method getPosition (line 186) | Duration getPosition() method dispose (line 192) | void dispose() method _sendInitialized (line 198) | void _sendInitialized() method setBuffering (line 223) | void setBuffering(bool buffering) method _sendBufferingRangesUpdate (line 235) | void _sendBufferingRangesUpdate() method _toDurationRange (line 243) | List _toDurationRange(html.TimeRanges buffered) FILE: packages/video_player/video_player_web/lib/video_player_web.dart class VideoPlayerPlugin (line 18) | class VideoPlayerPlugin extends VideoPlayerPlatform { method registerWith (line 20) | void registerWith(Registrar registrar) method init (line 31) | Future init() method dispose (line 36) | Future dispose(int textureId) method _disposeAllPlayers (line 42) | void _disposeAllPlayers() method create (line 50) | Future create(DataSource dataSource) method setLooping (line 96) | Future setLooping(int textureId, bool looping) method play (line 101) | Future play(int textureId) method pause (line 106) | Future pause(int textureId) method setVolume (line 111) | Future setVolume(int textureId, double volume) method setPlaybackSpeed (line 116) | Future setPlaybackSpeed(int textureId, double speed) method seekTo (line 121) | Future seekTo(int textureId, Duration position) method getPosition (line 126) | Future getPosition(int textureId) method videoEventsFor (line 131) | Stream videoEventsFor(int textureId) method _player (line 137) | VideoPlayer _player(int id) method buildView (line 142) | Widget buildView(int textureId) method setMixWithOthers (line 148) | Future setMixWithOthers(bool mixWithOthers) FILE: packages/video_player/video_player_web/test/tests_exist_elsewhere_test.dart function main (line 9) | void main() FILE: packages/webview_flutter/webview_flutter/example/android/app/src/androidTest/java/io/flutter/plugins/webviewflutterexample/MainActivityTest.java class MainActivityTest (line 14) | @DartIntegrationTest FILE: packages/webview_flutter/webview_flutter/example/android/app/src/main/java/io/flutter/plugins/webviewflutterexample/WebViewTestActivity.java class WebViewTestActivity (line 12) | public class WebViewTestActivity extends FlutterActivity { method configureFlutterEngine (line 15) | @Override FILE: packages/webview_flutter/webview_flutter/example/integration_test/legacy/webview_flutter_test.dart function main (line 23) | Future main() function _webviewBool (line 1270) | String _webviewBool(bool value) function _webviewNull (line 1279) | String _webviewNull() function _webviewString (line 1288) | String _webviewString(String value) function _getUserAgent (line 1296) | Future _getUserAgent(WebViewController controller) function _runJavascriptReturningResult (line 1300) | Future _runJavascriptReturningResult( class ResizableWebView (line 1309) | class ResizableWebView extends StatefulWidget { method createState (line 1320) | State createState() class ResizableWebViewState (line 1323) | class ResizableWebViewState extends State { method build (line 1345) | Widget build(BuildContext context) FILE: packages/webview_flutter/webview_flutter/example/integration_test/webview_flutter_test.dart function main (line 25) | Future main() function _webViewNull (line 808) | String _webViewNull() function _webViewString (line 817) | String _webViewString(String value) function _getUserAgent (line 825) | Future _getUserAgent(WebViewController controller) function _runJavascriptReturningResult (line 829) | Future _runJavascriptReturningResult( class ResizableWebView (line 840) | class ResizableWebView extends StatefulWidget { method createState (line 851) | State createState() class ResizableWebViewState (line 854) | class ResizableWebViewState extends State { method build (line 893) | Widget build(BuildContext context) FILE: packages/webview_flutter/webview_flutter/example/lib/main.dart function main (line 22) | void main() class WebViewExample (line 79) | class WebViewExample extends StatefulWidget { method createState (line 83) | State createState() class _WebViewExampleState (line 86) | class _WebViewExampleState extends State { method initState (line 90) | void initState() method build (line 163) | Widget build(BuildContext context) method favoriteButton (line 179) | Widget favoriteButton() type MenuOptions (line 194) | enum MenuOptions { class SampleMenu (line 210) | class SampleMenu extends StatelessWidget { method build (line 220) | Widget build(BuildContext context) method _onShowUserAgent (line 324) | Future _onShowUserAgent() method _onListCookies (line 332) | Future _onListCookies(BuildContext context) method _onAddToCache (line 349) | Future _onAddToCache(BuildContext context) method _onListCache (line 360) | Future _onListCache() method _onClearCache (line 367) | Future _onClearCache(BuildContext context) method _onClearCookies (line 377) | Future _onClearCookies(BuildContext context) method _onNavigationDelegateExample (line 390) | Future _onNavigationDelegateExample() method _onSetCookie (line 399) | Future _onSetCookie() method _onDoPostRequest (line 413) | Future _onDoPostRequest() method _onLoadLocalFileExample (line 422) | Future _onLoadLocalFileExample() method _onLoadFlutterAssetExample (line 427) | Future _onLoadFlutterAssetExample() method _onLoadHtmlStringExample (line 431) | Future _onLoadHtmlStringExample() method _onTransparentBackground (line 435) | Future _onTransparentBackground() method _getCookieList (line 439) | Widget _getCookieList(String cookies) method _prepareLocalFile (line 453) | Future _prepareLocalFile() class NavigationControls (line 465) | class NavigationControls extends StatelessWidget { method build (line 471) | Widget build(BuildContext context) FILE: packages/webview_flutter/webview_flutter/example/lib/simple_example.dart function main (line 10) | void main() class WebViewExample (line 12) | class WebViewExample extends StatefulWidget { method createState (line 16) | State createState() class _WebViewExampleState (line 19) | class _WebViewExampleState extends State { method initState (line 23) | void initState() method build (line 52) | Widget build(BuildContext context) FILE: packages/webview_flutter/webview_flutter/example/test/main_test.dart function main (line 10) | void main() class FakeWebViewPlatform (line 25) | class FakeWebViewPlatform extends WebViewPlatform { method createPlatformWebViewController (line 27) | PlatformWebViewController createPlatformWebViewController( method createPlatformWebViewWidget (line 34) | PlatformWebViewWidget createPlatformWebViewWidget( method createPlatformCookieManager (line 41) | PlatformWebViewCookieManager createPlatformCookieManager( method createPlatformNavigationDelegate (line 48) | PlatformNavigationDelegate createPlatformNavigationDelegate( class FakeWebViewController (line 55) | class FakeWebViewController extends PlatformWebViewController { method setJavaScriptMode (line 59) | Future setJavaScriptMode(JavaScriptMode javaScriptMode) method setBackgroundColor (line 62) | Future setBackgroundColor(Color color) method setPlatformNavigationDelegate (line 65) | Future setPlatformNavigationDelegate( method addJavaScriptChannel (line 70) | Future addJavaScriptChannel( method loadRequest (line 74) | Future loadRequest(LoadRequestParams params) method currentUrl (line 77) | Future currentUrl() class FakeCookieManager (line 82) | class FakeCookieManager extends PlatformWebViewCookieManager { class FakeWebViewWidget (line 86) | class FakeWebViewWidget extends PlatformWebViewWidget { method build (line 90) | Widget build(BuildContext context) class FakeNavigationDelegate (line 95) | class FakeNavigationDelegate extends PlatformNavigationDelegate { method setOnNavigationRequest (line 99) | Future setOnNavigationRequest( method setOnPageFinished (line 104) | Future setOnPageFinished(PageEventCallback onPageFinished) method setOnPageStarted (line 107) | Future setOnPageStarted(PageEventCallback onPageStarted) method setOnProgress (line 110) | Future setOnProgress(ProgressCallback onProgress) method setOnWebResourceError (line 113) | Future setOnWebResourceError( FILE: packages/webview_flutter/webview_flutter/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/webview_flutter/webview_flutter/lib/src/legacy/webview.dart type WebViewCreatedCallback (line 20) | typedef WebViewCreatedCallback = void Function(WebViewController control... class NavigationRequest (line 23) | class NavigationRequest { method toString (line 33) | String toString() type NavigationDecision (line 39) | enum NavigationDecision { type NavigationDelegate (line 53) | typedef NavigationDelegate = FutureOr Function( type PageStartedCallback (line 57) | typedef PageStartedCallback = void Function(String url); type PageFinishedCallback (line 60) | typedef PageFinishedCallback = void Function(String url); type PageLoadingCallback (line 63) | typedef PageLoadingCallback = void Function(int progress); type WebResourceErrorCallback (line 66) | typedef WebResourceErrorCallback = void Function(WebResourceError error); class WebView (line 73) | class WebView extends StatefulWidget { method createState (line 303) | State createState() class _WebViewState (line 306) | class _WebViewState extends State { method build (line 314) | Widget build(BuildContext context) method initState (line 326) | void initState() method didUpdateWidget (line 335) | void didUpdateWidget(WebView oldWidget) method _onWebViewPlatformCreated (line 344) | void _onWebViewPlatformCreated(WebViewPlatformController? webViewPlatf... method _assertJavascriptChannelNamesAreUnique (line 356) | void _assertJavascriptChannelNamesAreUnique() function _creationParamsFromWidget (line 366) | CreationParams _creationParamsFromWidget(WebView widget) function _webSettingsFromWidget (line 378) | WebSettings _webSettingsFromWidget(WebView widget) function _clearUnchangedWebSettings (line 392) | WebSettings _clearUnchangedWebSettings( function _extractChannelNames (line 440) | Set _extractChannelNames(Set? channels) class _PlatformCallbacksHandler (line 447) | class _PlatformCallbacksHandler implements WebViewPlatformCallbacksHandl... method onNavigationRequest (line 453) | FutureOr onNavigationRequest({ method onPageStarted (line 466) | void onPageStarted(String url) method onPageFinished (line 473) | void onPageFinished(String url) method onProgress (line 480) | void onProgress(int progress) method onWebResourceError (line 487) | void onWebResourceError(WebResourceError error) class WebViewController (line 498) | class WebViewController { method loadFile (line 521) | Future loadFile( method loadFlutterAsset (line 532) | Future loadFlutterAsset(String key) method loadHtmlString (line 541) | Future loadHtmlString( method loadUrl (line 560) | Future loadUrl( method loadRequest (line 585) | Future loadRequest(WebViewRequest request) method currentUrl (line 596) | Future currentUrl() method canGoBack (line 604) | Future canGoBack() method canGoForward (line 612) | Future canGoForward() method goBack (line 619) | Future goBack() method goForward (line 626) | Future goForward() method reload (line 631) | Future reload() method clearCache (line 645) | Future clearCache() method _updateJavascriptChannels (line 650) | Future _updateJavascriptChannels( method _updateWidget (line 669) | Future _updateWidget(WebView widget) method _updateSettings (line 675) | Future _updateSettings(WebSettings newSettings) method evaluateJavascript (line 704) | Future evaluateJavascript(String javascriptString) method runJavascript (line 719) | Future runJavascript(String javaScriptString) method runJavascriptReturningResult (line 748) | Future runJavascriptReturningResult(String javaScriptString) method getTitle (line 758) | Future getTitle() method scrollTo (line 765) | Future scrollTo(int x, int y) method scrollBy (line 772) | Future scrollBy(int x, int y) method getScrollX (line 779) | Future getScrollX() method getScrollY (line 786) | Future getScrollY() class CookieManager (line 792) | class CookieManager { method clearCookies (line 816) | Future clearCookies() method setCookie (line 822) | Future setCookie(WebViewCookie cookie) function _validateUrlString (line 827) | void _validateUrlString(String url) FILE: packages/webview_flutter/webview_flutter/lib/src/navigation_delegate.dart class NavigationDelegate (line 37) | class NavigationDelegate { FILE: packages/webview_flutter/webview_flutter/lib/src/webview_controller.dart class WebViewController (line 43) | class WebViewController { method loadFile (line 99) | Future loadFile(String absoluteFilePath) method loadFlutterAsset (line 107) | Future loadFlutterAsset(String key) method loadHtmlString (line 116) | Future loadHtmlString(String html, {String? baseUrl}) method loadRequest (line 131) | Future loadRequest( method currentUrl (line 151) | Future currentUrl() method canGoBack (line 156) | Future canGoBack() method canGoForward (line 161) | Future canGoForward() method goBack (line 168) | Future goBack() method goForward (line 175) | Future goForward() method reload (line 180) | Future reload() method setNavigationDelegate (line 186) | Future setNavigationDelegate(NavigationDelegate delegate) method clearCache (line 197) | Future clearCache() method clearLocalStorage (line 202) | Future clearLocalStorage() method runJavaScript (line 209) | Future runJavaScript(String javaScript) method runJavaScriptReturningResult (line 220) | Future runJavaScriptReturningResult(String javaScript) method addJavaScriptChannel (line 254) | Future addJavaScriptChannel( method removeJavaScriptChannel (line 270) | Future removeJavaScriptChannel(String javaScriptChannelName) method getTitle (line 275) | Future getTitle() method scrollTo (line 283) | Future scrollTo(int x, int y) method scrollBy (line 291) | Future scrollBy(int x, int y) method getScrollPosition (line 298) | Future getScrollPosition() method enableZoom (line 303) | Future enableZoom(bool enabled) method setBackgroundColor (line 308) | Future setBackgroundColor(Color color) method setJavaScriptMode (line 313) | Future setJavaScriptMode(JavaScriptMode javaScriptMode) method setUserAgent (line 318) | Future setUserAgent(String? userAgent) FILE: packages/webview_flutter/webview_flutter/lib/src/webview_cookie_manager.dart class WebViewCookieManager (line 30) | class WebViewCookieManager { method clearCookies (line 83) | Future clearCookies() method setCookie (line 88) | Future setCookie(WebViewCookie cookie) FILE: packages/webview_flutter/webview_flutter/lib/src/webview_widget.dart class WebViewWidget (line 37) | class WebViewWidget extends StatelessWidget { method build (line 119) | Widget build(BuildContext context) FILE: packages/webview_flutter/webview_flutter/test/legacy/webview_flutter_test.dart type VoidCallback (line 18) | typedef VoidCallback = void Function(); function main (line 21) | void main() function noOp (line 586) | void noOp(JavascriptMessage msg) function createChannel (line 591) | VoidCallback createChannel(String name) function captureBuildArgs (line 1203) | List captureBuildArgs( class TestPlatformWebView (line 1235) | class TestPlatformWebView extends StatefulWidget { method createState (line 1246) | State createState() class TestPlatformWebViewState (line 1249) | class TestPlatformWebViewState extends State { method initState (line 1251) | void initState() method build (line 1261) | Widget build(BuildContext context) class MyWebViewPlatform (line 1266) | class MyWebViewPlatform implements WebViewPlatform { method build (line 1270) | Widget build({ method clearCookies (line 1286) | Future clearCookies() class MyWebViewPlatformController (line 1291) | class MyWebViewPlatformController extends WebViewPlatformController { method loadUrl (line 1303) | Future loadUrl(String url, Map? headers) class MatchesWebSettings (line 1310) | class MatchesWebSettings extends Matcher { method describe (line 1316) | Description describe(Description description) method matches (line 1320) | bool matches( class MatchesCreationParams (line 1333) | class MatchesCreationParams extends Matcher { method describe (line 1339) | Description describe(Description description) method matches (line 1343) | bool matches(covariant CreationParams creationParams, class MockWebViewCookieManagerPlatform (line 1353) | class MockWebViewCookieManagerPlatform extends WebViewCookieManagerPlatf... method clearCookies (line 1357) | Future clearCookies() method setCookie (line 1360) | Future setCookie(WebViewCookie cookie) method reset (line 1364) | void reset() FILE: packages/webview_flutter/webview_flutter/test/legacy/webview_flutter_test.mocks.dart class _FakeWidget_0 (line 34) | class _FakeWidget_0 extends _i1.SmartFake implements _i2.Widget { method toString (line 44) | String toString({_i3.DiagnosticLevel? minLevel = _i3.DiagnosticLevel.i... class MockWebViewPlatform (line 51) | class MockWebViewPlatform extends _i1.Mock implements _i4.WebViewPlatform { method build (line 57) | _i2.Widget build({ method clearCookies (line 96) | _i9.Future clearCookies() class MockWebViewPlatformController (line 108) | class MockWebViewPlatformController extends _i1.Mock method loadFile (line 115) | _i9.Future loadFile(String? absoluteFilePath) method loadFlutterAsset (line 124) | _i9.Future loadFlutterAsset(String? key) method loadHtmlString (line 133) | _i9.Future loadHtmlString( method loadUrl (line 147) | _i9.Future loadUrl( method loadRequest (line 163) | _i9.Future loadRequest(_i5.WebViewRequest? request) method updateSettings (line 173) | _i9.Future updateSettings(_i5.WebSettings? setting) method currentUrl (line 183) | _i9.Future currentUrl() method canGoBack (line 191) | _i9.Future canGoBack() method canGoForward (line 199) | _i9.Future canGoForward() method goBack (line 207) | _i9.Future goBack() method goForward (line 216) | _i9.Future goForward() method reload (line 225) | _i9.Future reload() method clearCache (line 234) | _i9.Future clearCache() method evaluateJavascript (line 243) | _i9.Future evaluateJavascript(String? javascript) method runJavascript (line 252) | _i9.Future runJavascript(String? javascript) method runJavascriptReturningResult (line 261) | _i9.Future runJavascriptReturningResult(String? javascript) method addJavascriptChannels (line 270) | _i9.Future addJavascriptChannels(Set? javascriptChannelN... method removeJavascriptChannels (line 280) | _i9.Future removeJavascriptChannels( method getTitle (line 291) | _i9.Future getTitle() method scrollTo (line 299) | _i9.Future scrollTo( method scrollBy (line 315) | _i9.Future scrollBy( method getScrollX (line 331) | _i9.Future getScrollX() method getScrollY (line 339) | _i9.Future getScrollY() FILE: packages/webview_flutter/webview_flutter/test/navigation_delegate_test.dart function main (line 15) | void main() function onNavigationRequest (line 20) | NavigationDecision onNavigationRequest(NavigationRequest request) function onPageStarted (line 34) | void onPageStarted(String url) function onPageFinished (line 46) | void onPageFinished(String url) function onProgress (line 58) | void onProgress(int progress) function onWebResourceError (line 70) | void onWebResourceError(WebResourceError error) class TestWebViewPlatform (line 81) | class TestWebViewPlatform extends WebViewPlatform { method createPlatformNavigationDelegate (line 83) | PlatformNavigationDelegate createPlatformNavigationDelegate( class TestMockPlatformNavigationDelegate (line 90) | class TestMockPlatformNavigationDelegate extends MockPlatformNavigationD... FILE: packages/webview_flutter/webview_flutter/test/navigation_delegate_test.mocks.dart class _FakePlatformWebViewCookieManager_0 (line 32) | class _FakePlatformWebViewCookieManager_0 extends _i1.SmartFake class _FakePlatformNavigationDelegate_1 (line 43) | class _FakePlatformNavigationDelegate_1 extends _i1.SmartFake class _FakePlatformWebViewController_2 (line 54) | class _FakePlatformWebViewController_2 extends _i1.SmartFake class _FakePlatformWebViewWidget_3 (line 65) | class _FakePlatformWebViewWidget_3 extends _i1.SmartFake class _FakePlatformNavigationDelegateCreationParams_4 (line 76) | class _FakePlatformNavigationDelegateCreationParams_4 extends _i1.SmartFake class MockWebViewPlatform (line 90) | class MockWebViewPlatform extends _i1.Mock implements _i7.WebViewPlatform { method createPlatformCookieManager (line 96) | _i2.PlatformWebViewCookieManager createPlatformCookieManager( method createPlatformNavigationDelegate (line 112) | _i3.PlatformNavigationDelegate createPlatformNavigationDelegate( method createPlatformWebViewController (line 128) | _i4.PlatformWebViewController createPlatformWebViewController( method createPlatformWebViewWidget (line 144) | _i5.PlatformWebViewWidget createPlatformWebViewWidget( class MockPlatformNavigationDelegate (line 164) | class MockPlatformNavigationDelegate extends _i1.Mock method setOnNavigationRequest (line 180) | _i8.Future setOnNavigationRequest( method setOnPageStarted (line 191) | _i8.Future setOnPageStarted(_i3.PageEventCallback? onPageStarted) method setOnPageFinished (line 201) | _i8.Future setOnPageFinished(_i3.PageEventCallback? onPageFinished) method setOnProgress (line 211) | _i8.Future setOnProgress(_i3.ProgressCallback? onProgress) method setOnWebResourceError (line 221) | _i8.Future setOnWebResourceError( FILE: packages/webview_flutter/webview_flutter/test/webview_controller_test.dart function main (line 17) | void main() function onMessageReceived (line 222) | void onMessageReceived(JavaScriptMessage message) FILE: packages/webview_flutter/webview_flutter/test/webview_controller_test.mocks.dart class _FakePlatformWebViewControllerCreationParams_0 (line 28) | class _FakePlatformWebViewControllerCreationParams_0 extends _i1.SmartFake class _FakeObject_1 (line 39) | class _FakeObject_1 extends _i1.SmartFake implements Object { class _FakeOffset_2 (line 49) | class _FakeOffset_2 extends _i1.SmartFake implements _i3.Offset { class _FakePlatformNavigationDelegateCreationParams_3 (line 59) | class _FakePlatformNavigationDelegateCreationParams_3 extends _i1.SmartFake class MockPlatformWebViewController (line 73) | class MockPlatformWebViewController extends _i1.Mock method loadFile (line 88) | _i5.Future loadFile(String? absoluteFilePath) method loadFlutterAsset (line 97) | _i5.Future loadFlutterAsset(String? key) method loadHtmlString (line 106) | _i5.Future loadHtmlString( method loadRequest (line 120) | _i5.Future loadRequest(_i2.LoadRequestParams? params) method currentUrl (line 130) | _i5.Future currentUrl() method canGoBack (line 138) | _i5.Future canGoBack() method canGoForward (line 146) | _i5.Future canGoForward() method goBack (line 154) | _i5.Future goBack() method goForward (line 163) | _i5.Future goForward() method reload (line 172) | _i5.Future reload() method clearCache (line 181) | _i5.Future clearCache() method clearLocalStorage (line 190) | _i5.Future clearLocalStorage() method setPlatformNavigationDelegate (line 199) | _i5.Future setPlatformNavigationDelegate( method runJavaScript (line 210) | _i5.Future runJavaScript(String? javaScript) method runJavaScriptReturningResult (line 219) | _i5.Future runJavaScriptReturningResult(String? javaScript) method addJavaScriptChannel (line 234) | _i5.Future addJavaScriptChannel( method removeJavaScriptChannel (line 245) | _i5.Future removeJavaScriptChannel(String? javaScriptChannelName) method getTitle (line 255) | _i5.Future getTitle() method scrollTo (line 263) | _i5.Future scrollTo( method scrollBy (line 279) | _i5.Future scrollBy( method getScrollPosition (line 295) | _i5.Future<_i3.Offset> getScrollPosition() method enableZoom (line 309) | _i5.Future enableZoom(bool? enabled) method setBackgroundColor (line 318) | _i5.Future setBackgroundColor(_i3.Color? color) method setJavaScriptMode (line 327) | _i5.Future setJavaScriptMode(_i2.JavaScriptMode? javaScriptMode) method setUserAgent (line 337) | _i5.Future setUserAgent(String? userAgent) class MockPlatformNavigationDelegate (line 350) | class MockPlatformNavigationDelegate extends _i1.Mock method setOnNavigationRequest (line 366) | _i5.Future setOnNavigationRequest( method setOnPageStarted (line 377) | _i5.Future setOnPageStarted(_i6.PageEventCallback? onPageStarted) method setOnPageFinished (line 387) | _i5.Future setOnPageFinished(_i6.PageEventCallback? onPageFinished) method setOnProgress (line 397) | _i5.Future setOnProgress(_i6.ProgressCallback? onProgress) method setOnWebResourceError (line 407) | _i5.Future setOnWebResourceError( FILE: packages/webview_flutter/webview_flutter/test/webview_cookie_manager_test.dart function main (line 14) | void main() FILE: packages/webview_flutter/webview_flutter/test/webview_cookie_manager_test.mocks.dart class _FakePlatformWebViewCookieManagerCreationParams_0 (line 25) | class _FakePlatformWebViewCookieManagerCreationParams_0 extends _i1.Smar... class MockPlatformWebViewCookieManager (line 39) | class MockPlatformWebViewCookieManager extends _i1.Mock method clearCookies (line 55) | _i4.Future clearCookies() method setCookie (line 63) | _i4.Future setCookie(_i2.WebViewCookie? cookie) FILE: packages/webview_flutter/webview_flutter/test/webview_flutter_test.dart function main (line 8) | void main() FILE: packages/webview_flutter/webview_flutter/test/webview_widget_test.dart function main (line 17) | void main() class TestWebViewPlatform (line 70) | class TestWebViewPlatform extends WebViewPlatform { method createPlatformWebViewWidget (line 72) | PlatformWebViewWidget createPlatformWebViewWidget( class TestPlatformWebViewWidget (line 79) | class TestPlatformWebViewWidget extends PlatformWebViewWidget { method build (line 83) | Widget build(BuildContext context) FILE: packages/webview_flutter/webview_flutter/test/webview_widget_test.mocks.dart class _FakePlatformWebViewControllerCreationParams_0 (line 32) | class _FakePlatformWebViewControllerCreationParams_0 extends _i1.SmartFake class _FakeObject_1 (line 43) | class _FakeObject_1 extends _i1.SmartFake implements Object { class _FakeOffset_2 (line 53) | class _FakeOffset_2 extends _i1.SmartFake implements _i3.Offset { class _FakePlatformWebViewWidgetCreationParams_3 (line 63) | class _FakePlatformWebViewWidgetCreationParams_3 extends _i1.SmartFake class _FakeWidget_4 (line 74) | class _FakeWidget_4 extends _i1.SmartFake implements _i4.Widget { method toString (line 84) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class MockPlatformWebViewController (line 91) | class MockPlatformWebViewController extends _i1.Mock method loadFile (line 106) | _i7.Future loadFile(String? absoluteFilePath) method loadFlutterAsset (line 115) | _i7.Future loadFlutterAsset(String? key) method loadHtmlString (line 124) | _i7.Future loadHtmlString( method loadRequest (line 138) | _i7.Future loadRequest(_i2.LoadRequestParams? params) method currentUrl (line 148) | _i7.Future currentUrl() method canGoBack (line 156) | _i7.Future canGoBack() method canGoForward (line 164) | _i7.Future canGoForward() method goBack (line 172) | _i7.Future goBack() method goForward (line 181) | _i7.Future goForward() method reload (line 190) | _i7.Future reload() method clearCache (line 199) | _i7.Future clearCache() method clearLocalStorage (line 208) | _i7.Future clearLocalStorage() method setPlatformNavigationDelegate (line 217) | _i7.Future setPlatformNavigationDelegate( method runJavaScript (line 228) | _i7.Future runJavaScript(String? javaScript) method runJavaScriptReturningResult (line 237) | _i7.Future runJavaScriptReturningResult(String? javaScript) method addJavaScriptChannel (line 252) | _i7.Future addJavaScriptChannel( method removeJavaScriptChannel (line 263) | _i7.Future removeJavaScriptChannel(String? javaScriptChannelName) method getTitle (line 273) | _i7.Future getTitle() method scrollTo (line 281) | _i7.Future scrollTo( method scrollBy (line 297) | _i7.Future scrollBy( method getScrollPosition (line 313) | _i7.Future<_i3.Offset> getScrollPosition() method enableZoom (line 327) | _i7.Future enableZoom(bool? enabled) method setBackgroundColor (line 336) | _i7.Future setBackgroundColor(_i3.Color? color) method setJavaScriptMode (line 345) | _i7.Future setJavaScriptMode(_i2.JavaScriptMode? javaScriptMode) method setUserAgent (line 355) | _i7.Future setUserAgent(String? userAgent) class MockPlatformWebViewWidget (line 368) | class MockPlatformWebViewWidget extends _i1.Mock method build (line 383) | _i4.Widget build(_i4.BuildContext? context) FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/CookieManagerHostApiImpl.java class CookieManagerHostApiImpl (line 10) | class CookieManagerHostApiImpl implements GeneratedAndroidWebView.Cookie... method clearCookies (line 11) | @Override method setCookie (line 25) | @Override FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/DisplayListenerProxy.java class DisplayListenerProxy (line 42) | @TargetApi(Build.VERSION_CODES.KITKAT) method onPreWebViewInitialization (line 49) | void onPreWebViewInitialization(DisplayManager displayManager) { method onPostWebViewInitialization (line 54) | void onPostWebViewInitialization(final DisplayManager displayManager) { method yoinkDisplayListeners (line 112) | @SuppressWarnings({"unchecked", "PrivateApi"}) FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/DownloadListenerFlutterApiImpl.java class DownloadListenerFlutterApiImpl (line 16) | public class DownloadListenerFlutterApiImpl extends DownloadListenerFlut... method DownloadListenerFlutterApiImpl (line 25) | public DownloadListenerFlutterApiImpl( method onDownloadStart (line 32) | public void onDownloadStart( method getIdentifierForListener (line 50) | private long getIdentifierForListener(DownloadListener listener) { FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/DownloadListenerHostApiImpl.java class DownloadListenerHostApiImpl (line 16) | public class DownloadListenerHostApiImpl implements DownloadListenerHost... class DownloadListenerImpl (line 24) | public static class DownloadListenerImpl implements DownloadListener { method DownloadListenerImpl (line 32) | public DownloadListenerImpl(@NonNull DownloadListenerFlutterApiImpl ... method onDownloadStart (line 36) | @Override class DownloadListenerCreator (line 49) | public static class DownloadListenerCreator { method createDownloadListener (line 56) | public DownloadListenerImpl createDownloadListener(DownloadListenerF... method DownloadListenerHostApiImpl (line 68) | public DownloadListenerHostApiImpl( method create (line 77) | @Override FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/FileChooserParamsFlutterApiImpl.java class FileChooserParamsFlutterApiImpl (line 19) | @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) method FileChooserParamsFlutterApiImpl (line 30) | public FileChooserParamsFlutterApiImpl( method toFileChooserEnumData (line 36) | private static GeneratedAndroidWebView.FileChooserModeEnumData toFileC... method create (line 63) | public long create(WebChromeClient.FileChooserParams instance, Reply getRequestHeaders() { method setRequestHeaders (line 182) | public void setRequestHeaders(@NonNull Map setterArg) { method WebResourceRequestData (line 190) | private WebResourceRequestData() {} class Builder (line 192) | public static final class Builder { method setUrl (line 195) | public @NonNull Builder setUrl(@NonNull String setterArg) { method setIsForMainFrame (line 202) | public @NonNull Builder setIsForMainFrame(@NonNull Boolean setterA... method setIsRedirect (line 209) | public @NonNull Builder setIsRedirect(@Nullable Boolean setterArg) { method setHasGesture (line 216) | public @NonNull Builder setHasGesture(@NonNull Boolean setterArg) { method setMethod (line 223) | public @NonNull Builder setMethod(@NonNull String setterArg) { method setRequestHeaders (line 230) | public @NonNull Builder setRequestHeaders(@NonNull Map lis... type Result (line 424) | public interface Result { method success (line 425) | void success(T result); method error (line 427) | void error(Throwable error); type JavaObjectHostApi (line 438) | public interface JavaObjectHostApi { method dispose (line 439) | void dispose(@NonNull Long identifier); method getCodec (line 442) | static MessageCodec getCodec() { method setup (line 448) | static void setup(BinaryMessenger binaryMessenger, JavaObjectHostApi... class JavaObjectFlutterApi (line 485) | public static class JavaObjectFlutterApi { method JavaObjectFlutterApi (line 488) | public JavaObjectFlutterApi(BinaryMessenger argBinaryMessenger) { type Reply (line 492) | public interface Reply { method reply (line 493) | void reply(T reply); method getCodec (line 496) | static MessageCodec getCodec() { method dispose (line 500) | public void dispose(@NonNull Long identifierArg, Reply callbac... type CookieManagerHostApi (line 512) | public interface CookieManagerHostApi { method clearCookies (line 513) | void clearCookies(Result result); method setCookie (line 515) | void setCookie(@NonNull String url, @NonNull String value); method getCodec (line 518) | static MessageCodec getCodec() { method setup (line 525) | static void setup(BinaryMessenger binaryMessenger, CookieManagerHost... class WebViewHostApiCodec (line 594) | private static class WebViewHostApiCodec extends StandardMessageCodec { method WebViewHostApiCodec (line 597) | private WebViewHostApiCodec() {} method readValueOfType (line 599) | @Override method writeValue (line 610) | @Override type WebViewHostApi (line 622) | public interface WebViewHostApi { method create (line 623) | void create(@NonNull Long instanceId, @NonNull Boolean useHybridComp... method loadData (line 625) | void loadData( method loadDataWithBaseUrl (line 631) | void loadDataWithBaseUrl( method loadUrl (line 639) | void loadUrl( method postUrl (line 642) | void postUrl(@NonNull Long instanceId, @NonNull String url, @NonNull... method getUrl (line 644) | @Nullable method canGoBack (line 647) | @NonNull method canGoForward (line 650) | @NonNull method goBack (line 653) | void goBack(@NonNull Long instanceId); method goForward (line 655) | void goForward(@NonNull Long instanceId); method reload (line 657) | void reload(@NonNull Long instanceId); method clearCache (line 659) | void clearCache(@NonNull Long instanceId, @NonNull Boolean includeDi... method evaluateJavascript (line 661) | void evaluateJavascript( method getTitle (line 664) | @Nullable method scrollTo (line 667) | void scrollTo(@NonNull Long instanceId, @NonNull Long x, @NonNull Lo... method scrollBy (line 669) | void scrollBy(@NonNull Long instanceId, @NonNull Long x, @NonNull Lo... method getScrollX (line 671) | @NonNull method getScrollY (line 674) | @NonNull method getScrollPosition (line 677) | @NonNull method setWebContentsDebuggingEnabled (line 680) | void setWebContentsDebuggingEnabled(@NonNull Boolean enabled); method setWebViewClient (line 682) | void setWebViewClient(@NonNull Long instanceId, @NonNull Long webVie... method addJavaScriptChannel (line 684) | void addJavaScriptChannel(@NonNull Long instanceId, @NonNull Long ja... method removeJavaScriptChannel (line 686) | void removeJavaScriptChannel( method setDownloadListener (line 689) | void setDownloadListener(@NonNull Long instanceId, @Nullable Long li... method setWebChromeClient (line 691) | void setWebChromeClient(@NonNull Long instanceId, @Nullable Long cli... method setBackgroundColor (line 693) | void setBackgroundColor(@NonNull Long instanceId, @NonNull Long color); method getCodec (line 696) | static MessageCodec getCodec() { method setup (line 700) | static void setup(BinaryMessenger binaryMessenger, WebViewHostApi ap... type WebSettingsHostApi (line 1564) | public interface WebSettingsHostApi { method create (line 1565) | void create(@NonNull Long instanceId, @NonNull Long webViewInstanceId); method setDomStorageEnabled (line 1567) | void setDomStorageEnabled(@NonNull Long instanceId, @NonNull Boolean... method setJavaScriptCanOpenWindowsAutomatically (line 1569) | void setJavaScriptCanOpenWindowsAutomatically(@NonNull Long instance... method setSupportMultipleWindows (line 1571) | void setSupportMultipleWindows(@NonNull Long instanceId, @NonNull Bo... method setJavaScriptEnabled (line 1573) | void setJavaScriptEnabled(@NonNull Long instanceId, @NonNull Boolean... method setUserAgentString (line 1575) | void setUserAgentString(@NonNull Long instanceId, @Nullable String u... method setMediaPlaybackRequiresUserGesture (line 1577) | void setMediaPlaybackRequiresUserGesture(@NonNull Long instanceId, @... method setSupportZoom (line 1579) | void setSupportZoom(@NonNull Long instanceId, @NonNull Boolean suppo... method setLoadWithOverviewMode (line 1581) | void setLoadWithOverviewMode(@NonNull Long instanceId, @NonNull Bool... method setUseWideViewPort (line 1583) | void setUseWideViewPort(@NonNull Long instanceId, @NonNull Boolean u... method setDisplayZoomControls (line 1585) | void setDisplayZoomControls(@NonNull Long instanceId, @NonNull Boole... method setBuiltInZoomControls (line 1587) | void setBuiltInZoomControls(@NonNull Long instanceId, @NonNull Boole... method setAllowFileAccess (line 1589) | void setAllowFileAccess(@NonNull Long instanceId, @NonNull Boolean e... method getCodec (line 1592) | static MessageCodec getCodec() { method setup (line 1598) | static void setup(BinaryMessenger binaryMessenger, WebSettingsHostAp... type JavaScriptChannelHostApi (line 2041) | public interface JavaScriptChannelHostApi { method create (line 2042) | void create(@NonNull Long instanceId, @NonNull String channelName); method getCodec (line 2045) | static MessageCodec getCodec() { method setup (line 2052) | static void setup(BinaryMessenger binaryMessenger, JavaScriptChannel... class JavaScriptChannelFlutterApi (line 2088) | public static class JavaScriptChannelFlutterApi { method JavaScriptChannelFlutterApi (line 2091) | public JavaScriptChannelFlutterApi(BinaryMessenger argBinaryMessenge... type Reply (line 2095) | public interface Reply { method reply (line 2096) | void reply(T reply); method getCodec (line 2099) | static MessageCodec getCodec() { method postMessage (line 2103) | public void postMessage( type WebViewClientHostApi (line 2118) | public interface WebViewClientHostApi { method create (line 2119) | void create(@NonNull Long instanceId); method setSynchronousReturnValueForShouldOverrideUrlLoading (line 2121) | void setSynchronousReturnValueForShouldOverrideUrlLoading( method getCodec (line 2125) | static MessageCodec getCodec() { method setup (line 2132) | static void setup(BinaryMessenger binaryMessenger, WebViewClientHost... class WebViewClientFlutterApiCodec (line 2197) | private static class WebViewClientFlutterApiCodec extends StandardMess... method WebViewClientFlutterApiCodec (line 2200) | private WebViewClientFlutterApiCodec() {} method readValueOfType (line 2202) | @Override method writeValue (line 2216) | @Override class WebViewClientFlutterApi (line 2231) | public static class WebViewClientFlutterApi { method WebViewClientFlutterApi (line 2234) | public WebViewClientFlutterApi(BinaryMessenger argBinaryMessenger) { type Reply (line 2238) | public interface Reply { method reply (line 2239) | void reply(T reply); method getCodec (line 2242) | static MessageCodec getCodec() { method onPageStarted (line 2246) | public void onPageStarted( method onPageFinished (line 2263) | public void onPageFinished( method onReceivedRequestError (line 2280) | public void onReceivedRequestError( method onReceivedError (line 2299) | public void onReceivedError( method requestLoading (line 2324) | public void requestLoading( method urlLoading (line 2341) | public void urlLoading( type DownloadListenerHostApi (line 2357) | public interface DownloadListenerHostApi { method create (line 2358) | void create(@NonNull Long instanceId); method getCodec (line 2361) | static MessageCodec getCodec() { method setup (line 2368) | static void setup(BinaryMessenger binaryMessenger, DownloadListenerH... class DownloadListenerFlutterApi (line 2399) | public static class DownloadListenerFlutterApi { method DownloadListenerFlutterApi (line 2402) | public DownloadListenerFlutterApi(BinaryMessenger argBinaryMessenger) { type Reply (line 2406) | public interface Reply { method reply (line 2407) | void reply(T reply); method getCodec (line 2410) | static MessageCodec getCodec() { method onDownloadStart (line 2414) | public void onDownloadStart( type WebChromeClientHostApi (line 2442) | public interface WebChromeClientHostApi { method create (line 2443) | void create(@NonNull Long instanceId); method setSynchronousReturnValueForOnShowFileChooser (line 2445) | void setSynchronousReturnValueForOnShowFileChooser( method getCodec (line 2449) | static MessageCodec getCodec() { method setup (line 2456) | static void setup(BinaryMessenger binaryMessenger, WebChromeClientHo... type FlutterAssetManagerHostApi (line 2521) | public interface FlutterAssetManagerHostApi { method list (line 2522) | @NonNull method getAssetFilePathByName (line 2525) | @NonNull method getCodec (line 2529) | static MessageCodec getCodec() { method setup (line 2536) | static void setup(BinaryMessenger binaryMessenger, FlutterAssetManag... class WebChromeClientFlutterApi (line 2596) | public static class WebChromeClientFlutterApi { method WebChromeClientFlutterApi (line 2599) | public WebChromeClientFlutterApi(BinaryMessenger argBinaryMessenger) { type Reply (line 2603) | public interface Reply { method reply (line 2604) | void reply(T reply); method getCodec (line 2607) | static MessageCodec getCodec() { method onProgressChanged (line 2611) | public void onProgressChanged( method onShowFileChooser (line 2628) | public void onShowFileChooser( type WebStorageHostApi (line 2649) | public interface WebStorageHostApi { method create (line 2650) | void create(@NonNull Long instanceId); method deleteAllData (line 2652) | void deleteAllData(@NonNull Long instanceId); method getCodec (line 2655) | static MessageCodec getCodec() { method setup (line 2661) | static void setup(BinaryMessenger binaryMessenger, WebStorageHostApi... class FileChooserParamsFlutterApiCodec (line 2719) | private static class FileChooserParamsFlutterApiCodec extends Standard... method FileChooserParamsFlutterApiCodec (line 2723) | private FileChooserParamsFlutterApiCodec() {} method readValueOfType (line 2725) | @Override method writeValue (line 2736) | @Override class FileChooserParamsFlutterApi (line 2755) | public static class FileChooserParamsFlutterApi { method FileChooserParamsFlutterApi (line 2758) | public FileChooserParamsFlutterApi(BinaryMessenger argBinaryMessenge... type Reply (line 2762) | public interface Reply { method reply (line 2763) | void reply(T reply); method getCodec (line 2766) | static MessageCodec getCodec() { method create (line 2770) | public void create( method wrapError (line 2790) | @NonNull FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/InputAwareWebView.java class InputAwareWebView (line 28) | class InputAwareWebView extends WebView { method InputAwareWebView (line 34) | InputAwareWebView(Context context, View containerView) { method setContainerView (line 39) | void setContainerView(View containerView) { method lockInputConnection (line 57) | void lockInputConnection() { method unlockInputConnection (line 66) | void unlockInputConnection() { method dispose (line 75) | void dispose() { method checkInputConnectionProxy (line 92) | @Override method clearFocus (line 128) | @Override method resetInputConnection (line 141) | private void resetInputConnection() { method setInputConnectionTarget (line 161) | void setInputConnectionTarget(final View targetView) { method onFocusChanged (line 200) | @Override method isCalledFromListPopupWindowShow (line 230) | private boolean isCalledFromListPopupWindowShow() { FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/InstanceManager.java class InstanceManager (line 31) | @SuppressWarnings("unchecked") type FinalizationListener (line 43) | public interface FinalizationListener { method onFinalize (line 44) | void onFinalize(long identifier); method open (line 69) | public static InstanceManager open(FinalizationListener finalizationLi... method InstanceManager (line 73) | private InstanceManager(FinalizationListener finalizationListener) { method remove (line 88) | @Nullable method getIdentifierForStrongReference (line 107) | @Nullable method addDartCreatedInstance (line 132) | public void addDartCreatedInstance(Object instance, long identifier) { method addHostCreatedInstance (line 146) | public long addHostCreatedInstance(Object instance) { method getInstance (line 164) | @Nullable method containsInstance (line 184) | public boolean containsInstance(Object instance) { method close (line 197) | public void close() { method isClosed (line 211) | public boolean isClosed() { method releaseAllFinalizedInstances (line 215) | private void releaseAllFinalizedInstances() { method addInstance (line 229) | private void addInstance(Object instance, long identifier) { FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/JavaObjectHostApiImpl.java class JavaObjectHostApiImpl (line 16) | public class JavaObjectHostApiImpl implements GeneratedAndroidWebView.Ja... method JavaObjectHostApiImpl (line 24) | public JavaObjectHostApiImpl(InstanceManager instanceManager) { method dispose (line 28) | @Override FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/JavaScriptChannel.java class JavaScriptChannel (line 19) | public class JavaScriptChannel { method JavaScriptChannel (line 31) | public JavaScriptChannel( method postMessage (line 41) | @SuppressWarnings("unused") FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/JavaScriptChannelFlutterApiImpl.java class JavaScriptChannelFlutterApiImpl (line 15) | public class JavaScriptChannelFlutterApiImpl extends JavaScriptChannelFl... method JavaScriptChannelFlutterApiImpl (line 24) | public JavaScriptChannelFlutterApiImpl( method postMessage (line 31) | public void postMessage( method getIdentifierForJavaScriptChannel (line 36) | private long getIdentifierForJavaScriptChannel(JavaScriptChannel javaS... FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/JavaScriptChannelHostApiImpl.java class JavaScriptChannelHostApiImpl (line 15) | public class JavaScriptChannelHostApiImpl implements JavaScriptChannelHo... class JavaScriptChannelCreator (line 23) | public static class JavaScriptChannelCreator { method createJavaScriptChannel (line 32) | public JavaScriptChannel createJavaScriptChannel( method JavaScriptChannelHostApiImpl (line 48) | public JavaScriptChannelHostApiImpl( method setPlatformThreadHandler (line 64) | public void setPlatformThreadHandler(Handler platformThreadHandler) { method create (line 68) | @Override FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/ThreadedInputConnectionProxyAdapterView.java class ThreadedInputConnectionProxyAdapterView (line 27) | final class ThreadedInputConnectionProxyAdapterView extends View { method ThreadedInputConnectionProxyAdapterView (line 38) | ThreadedInputConnectionProxyAdapterView(View containerView, View targe... method isTriggerDelayed (line 51) | boolean isTriggerDelayed() { method setLocked (line 56) | void setLocked(boolean locked) { method onCreateInputConnection (line 66) | @Override method checkInputConnectionProxy (line 76) | @Override method hasWindowFocus (line 81) | @Override method getRootView (line 88) | @Override method onCheckIsTextEditor (line 93) | @Override method isFocused (line 98) | @Override method getWindowToken (line 103) | @Override method getHandler (line 108) | @Override FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/WebChromeClientFlutterApiImpl.java class WebChromeClientFlutterApiImpl (line 21) | public class WebChromeClientFlutterApiImpl extends WebChromeClientFlutte... method WebChromeClientFlutterApiImpl (line 31) | public WebChromeClientFlutterApiImpl( method onProgressChanged (line 39) | public void onProgressChanged( method onShowFileChooser (line 50) | @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) method getIdentifierForClient (line 70) | private long getIdentifierForClient(WebChromeClient webChromeClient) { FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/WebChromeClientHostApiImpl.java class WebChromeClientHostApiImpl (line 27) | public class WebChromeClientHostApiImpl implements WebChromeClientHostApi { class WebChromeClientImpl (line 35) | public static class WebChromeClientImpl extends SecureWebChromeClient { method WebChromeClientImpl (line 44) | public WebChromeClientImpl(@NonNull WebChromeClientFlutterApiImpl fl... method onProgressChanged (line 48) | @Override method onShowFileChooser (line 53) | @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) method setReturnValueForOnShowFileChooser (line 79) | public void setReturnValueForOnShowFileChooser(boolean value) { class SecureWebChromeClient (line 88) | public static class SecureWebChromeClient extends WebChromeClient { method onCreateWindow (line 91) | @Override method onCreateWindow (line 110) | @VisibleForTesting method setWebViewClient (line 160) | public void setWebViewClient(@NonNull WebViewClient webViewClient) { class WebChromeClientCreator (line 166) | public static class WebChromeClientCreator { method createWebChromeClient (line 173) | public WebChromeClientImpl createWebChromeClient(WebChromeClientFlut... method WebChromeClientHostApiImpl (line 185) | public WebChromeClientHostApiImpl( method create (line 194) | @Override method setSynchronousReturnValueForOnShowFileChooser (line 201) | @Override FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/WebSettingsHostApiImpl.java class WebSettingsHostApiImpl (line 16) | public class WebSettingsHostApiImpl implements WebSettingsHostApi { class WebSettingsCreator (line 21) | public static class WebSettingsCreator { method createWebSettings (line 28) | public WebSettings createWebSettings(WebView webView) { method WebSettingsHostApiImpl (line 39) | public WebSettingsHostApiImpl( method create (line 45) | @Override method setDomStorageEnabled (line 52) | @Override method setJavaScriptCanOpenWindowsAutomatically (line 58) | @Override method setSupportMultipleWindows (line 64) | @Override method setJavaScriptEnabled (line 70) | @Override method setUserAgentString (line 76) | @Override method setMediaPlaybackRequiresUserGesture (line 82) | @Override method setSupportZoom (line 88) | @Override method setLoadWithOverviewMode (line 94) | @Override method setUseWideViewPort (line 100) | @Override method setDisplayZoomControls (line 106) | @Override method setBuiltInZoomControls (line 112) | @Override method setAllowFileAccess (line 118) | @Override FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/WebStorageHostApiImpl.java class WebStorageHostApiImpl (line 15) | public class WebStorageHostApiImpl implements WebStorageHostApi { class WebStorageCreator (line 20) | public static class WebStorageCreator { method createWebStorage (line 26) | public WebStorage createWebStorage() { method WebStorageHostApiImpl (line 37) | public WebStorageHostApiImpl( method create (line 43) | @Override method deleteAllData (line 48) | @Override FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/WebViewClientFlutterApiImpl.java class WebViewClientFlutterApiImpl (line 24) | public class WebViewClientFlutterApiImpl extends WebViewClientFlutterApi { method createWebResourceErrorData (line 27) | @RequiresApi(api = Build.VERSION_CODES.M) method createWebResourceErrorData (line 36) | @SuppressLint("RequiresFeature") method createWebResourceRequestData (line 45) | @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) method WebViewClientFlutterApiImpl (line 71) | public WebViewClientFlutterApiImpl( method onPageStarted (line 78) | public void onPageStarted( method onPageFinished (line 88) | public void onPageFinished( method onReceivedRequestError (line 101) | @RequiresApi(api = Build.VERSION_CODES.M) method onReceivedRequestError (line 124) | @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) method onReceivedError (line 147) | public void onReceivedError( method requestLoading (line 171) | @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) method urlLoading (line 191) | public void urlLoading( method getIdentifierForClient (line 200) | private long getIdentifierForClient(WebViewClient webViewClient) { FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/WebViewClientHostApiImpl.java class WebViewClientHostApiImpl (line 27) | public class WebViewClientHostApiImpl implements GeneratedAndroidWebView... class WebViewClientImpl (line 33) | @RequiresApi(Build.VERSION_CODES.N) method WebViewClientImpl (line 43) | public WebViewClientImpl(@NonNull WebViewClientFlutterApiImpl flutte... method onPageStarted (line 47) | @Override method onPageFinished (line 52) | @Override method onReceivedError (line 57) | @Override method onReceivedError (line 62) | @Override method shouldOverrideUrlLoading (line 69) | @Override method shouldOverrideUrlLoading (line 75) | @Override method onUnhandledKeyEvent (line 81) | @Override method setReturnValueForShouldOverrideUrlLoading (line 89) | public void setReturnValueForShouldOverrideUrlLoading(boolean value) { class WebViewClientCompatImpl (line 98) | public static class WebViewClientCompatImpl extends WebViewClientCompat { method WebViewClientCompatImpl (line 102) | public WebViewClientCompatImpl(@NonNull WebViewClientFlutterApiImpl ... method onPageStarted (line 106) | @Override method onPageFinished (line 111) | @Override method onReceivedError (line 118) | @RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) method onReceivedError (line 128) | @Override method shouldOverrideUrlLoading (line 135) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method shouldOverrideUrlLoading (line 143) | @Override method onUnhandledKeyEvent (line 149) | @Override method setReturnValueForShouldOverrideUrlLoading (line 157) | public void setReturnValueForShouldOverrideUrlLoading(boolean value) { class WebViewClientCreator (line 163) | public static class WebViewClientCreator { method createWebViewClient (line 170) | public WebViewClient createWebViewClient(WebViewClientFlutterApiImpl... method WebViewClientHostApiImpl (line 194) | public WebViewClientHostApiImpl( method create (line 203) | @Override method setSynchronousReturnValueForShouldOverrideUrlLoading (line 209) | @Override FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/WebViewFlutterAndroidExternalApi.java type WebViewFlutterAndroidExternalApi (line 21) | @SuppressWarnings("unused") method getWebView (line 36) | @Nullable FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/WebViewFlutterPlugin.java class WebViewFlutterPlugin (line 35) | public class WebViewFlutterPlugin implements FlutterPlugin, ActivityAware { method WebViewFlutterPlugin (line 54) | public WebViewFlutterPlugin() {} method registerWith (line 63) | @SuppressWarnings({"unused", "deprecation"}) method setUp (line 75) | private void setUp( method onAttachedToEngine (line 137) | @Override method onDetachedFromEngine (line 149) | @Override method onAttachedToActivity (line 157) | @Override method onDetachedFromActivityForConfigChanges (line 162) | @Override method onReattachedToActivityForConfigChanges (line 167) | @Override method onDetachedFromActivity (line 173) | @Override method updateContext (line 178) | private void updateContext(Context context) { method getInstanceManager (line 184) | @Nullable FILE: packages/webview_flutter/webview_flutter_android/android/src/main/java/io/flutter/plugins/webviewflutter/WebViewHostApiImpl.java class WebViewHostApiImpl (line 28) | public class WebViewHostApiImpl implements WebViewHostApi { class WebViewProxy (line 38) | public static class WebViewProxy { method createWebView (line 48) | public WebViewPlatformView createWebView( method createInputAwareWebView (line 60) | public InputAwareWebViewPlatformView createInputAwareWebView( method setWebContentsDebuggingEnabled (line 74) | public void setWebContentsDebuggingEnabled(boolean enabled) { class WebViewPlatformView (line 80) | public static class WebViewPlatformView extends WebView implements Pla... method WebViewPlatformView (line 89) | public WebViewPlatformView( method getView (line 99) | @Override method dispose (line 104) | @Override method setWebViewClient (line 107) | @Override method setWebChromeClient (line 114) | @Override method getWebChromeClient (line 127) | @Nullable class InputAwareWebViewPlatformView (line 138) | @SuppressLint("ViewConstructor") method InputAwareWebViewPlatformView (line 149) | public InputAwareWebViewPlatformView( method getView (line 162) | @Override method onFlutterViewAttached (line 167) | @Override method onFlutterViewDetached (line 172) | @Override method dispose (line 177) | @Override method onInputConnectionLocked (line 183) | @Override method onInputConnectionUnlocked (line 188) | @Override method setWebViewClient (line 193) | @Override method setWebChromeClient (line 200) | @Override method WebViewHostApiImpl (line 220) | public WebViewHostApiImpl( method setContext (line 238) | public void setContext(Context context) { method create (line 242) | @Override method loadData (line 259) | @Override method loadDataWithBaseUrl (line 265) | @Override method loadUrl (line 277) | @Override method postUrl (line 283) | @Override method getUrl (line 289) | @Override method canGoBack (line 295) | @Override method canGoForward (line 301) | @Override method goBack (line 307) | @Override method goForward (line 313) | @Override method reload (line 319) | @Override method clearCache (line 325) | @Override method evaluateJavascript (line 331) | @Override method getTitle (line 338) | @Override method scrollTo (line 344) | @Override method scrollBy (line 350) | @Override method getScrollX (line 356) | @Override method getScrollY (line 362) | @Override method getScrollPosition (line 368) | @NonNull method setWebContentsDebuggingEnabled (line 378) | @Override method setWebViewClient (line 383) | @Override method addJavaScriptChannel (line 389) | @Override method removeJavaScriptChannel (line 397) | @Override method setDownloadListener (line 405) | @Override method setWebChromeClient (line 411) | @Override method setBackgroundColor (line 417) | @Override method getInstanceManager (line 424) | public InstanceManager getInstanceManager() { FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/android/util/LongSparseArray.java class LongSparseArray (line 11) | public class LongSparseArray { method LongSparseArray (line 14) | public LongSparseArray() { method append (line 18) | public void append(long key, E value) { method get (line 22) | public E get(long key) { method remove (line 26) | public void remove(long key) { FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/CookieManagerHostApiImplTest.java class CookieManagerHostApiImplTest (line 23) | public class CookieManagerHostApiImplTest { method setup (line 28) | @Before method tearDown (line 43) | @After method setCookieShouldCallSetCookie (line 48) | @Test method clearCookiesShouldCallRemoveAllCookiesOnAndroidLAbove (line 58) | @Test method clearCookiesShouldCallRemoveAllCookieBelowAndroidL (line 71) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/DownloadListenerTest.java class DownloadListenerTest (line 21) | public class DownloadListenerTest { method setUp (line 30) | @Before method tearDown (line 49) | @After method postMessage (line 54) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/FileChooserParamsTest.java class FileChooserParamsTest (line 27) | public class FileChooserParamsTest { method setUp (line 36) | @Before method tearDown (line 41) | @After method flutterApiCreate (line 46) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/FlutterAssetManagerHostApiImplTest.java class FlutterAssetManagerHostApiImplTest (line 20) | public class FlutterAssetManagerHostApiImplTest { method setUp (line 25) | @Before method list (line 33) | @Test method list_returns_empty_list_when_no_results (line 46) | @Test method list_should_convert_io_exception_to_runtime_exception (line 58) | @Test(expected = RuntimeException.class) method getAssetFilePathByName (line 68) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/InputAwareWebViewTest.java class InputAwareWebViewTest (line 17) | public class InputAwareWebViewTest { class TestView (line 18) | static class TestView extends View { method TestView (line 21) | public TestView(Context context) { method post (line 25) | @Override method runnableChecksContainerViewIsNull (line 32) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/InstanceManagerTest.java class InstanceManagerTest (line 15) | public class InstanceManagerTest { method addDartCreatedInstance (line 16) | @Test method addHostCreatedInstance (line 30) | @Test method remove (line 44) | @Test method removeReturnsNullWhenClosed (line 64) | @Test method getIdentifierForStrongReferenceReturnsNullWhenClosed (line 74) | @Test method addHostCreatedInstanceReturnsNegativeOneWhenClosed (line 84) | @Test method getInstanceReturnsNullWhenClosed (line 92) | @Test method containsInstanceReturnsFalseWhenClosed (line 102) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/JavaObjectHostApiTest.java class JavaObjectHostApiTest (line 11) | public class JavaObjectHostApiTest { method dispose (line 12) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/JavaScriptChannelTest.java class JavaScriptChannelTest (line 21) | public class JavaScriptChannelTest { method setUp (line 30) | @Before method tearDown (line 54) | @After method postMessage (line 59) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/PluginBindingFlutterAssetManagerTest.java class PluginBindingFlutterAssetManagerTest (line 21) | public class PluginBindingFlutterAssetManagerTest { method setUp (line 27) | @Before method list (line 36) | @Test method registrar_getAssetFilePathByName (line 49) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/RegistrarFlutterAssetManagerTest.java class RegistrarFlutterAssetManagerTest (line 21) | @SuppressWarnings("deprecation") method setUp (line 28) | @Before method list (line 37) | @Test method registrar_getAssetFilePathByName (line 50) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/WebChromeClientTest.java class WebChromeClientTest (line 33) | public class WebChromeClientTest { method setUp (line 46) | @Before method tearDown (line 67) | @After method onProgressChanged (line 72) | @Test method onCreateWindow (line 78) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/WebSettingsTest.java class WebSettingsTest (line 21) | public class WebSettingsTest { method setUp (line 31) | @Before method tearDown (line 40) | @After method setDomStorageEnabled (line 45) | @Test method setJavaScriptCanOpenWindowsAutomatically (line 51) | @Test method setSupportMultipleWindows (line 57) | @Test method setJavaScriptEnabled (line 63) | @Test method setUserAgentString (line 69) | @Test method setMediaPlaybackRequiresUserGesture (line 75) | @Test method setSupportZoom (line 81) | @Test method setLoadWithOverviewMode (line 87) | @Test method setUseWideViewPort (line 93) | @Test method setDisplayZoomControls (line 99) | @Test method setBuiltInZoomControls (line 105) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/WebStorageHostApiImplTest.java class WebStorageHostApiImplTest (line 19) | public class WebStorageHostApiImplTest { method setUp (line 29) | @Before method tearDown (line 38) | @After method deleteAllData (line 43) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/WebViewClientTest.java class WebViewClientTest (line 29) | public class WebViewClientTest { method setUp (line 42) | @Before method tearDown (line 62) | @After method onPageStarted (line 67) | @Test method onReceivedError (line 74) | @Test method urlLoading (line 87) | @Test method convertWebResourceRequestWithNullHeaders (line 94) | @Test method setReturnValueForShouldOverrideUrlLoading (line 110) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/WebViewFlutterAndroidExternalApiTest.java class WebViewFlutterAndroidExternalApiTest (line 25) | public class WebViewFlutterAndroidExternalApiTest { method getWebView (line 36) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/WebViewTest.java class WebViewTest (line 33) | public class WebViewTest { method setUp (line 47) | @Before method tearDown (line 59) | @After method loadData (line 64) | @Test method loadDataWithNullValues (line 72) | @Test method loadDataWithBaseUrl (line 78) | @Test method loadDataWithBaseUrlAndNullValues (line 96) | @Test method loadUrl (line 104) | @Test method postUrl (line 110) | @Test method getUrl (line 116) | @Test method canGoBack (line 122) | @Test method canGoForward (line 128) | @Test method goBack (line 134) | @Test method goForward (line 140) | @Test method reload (line 146) | @Test method clearCache (line 152) | @Test method evaluateJavaScript (line 158) | @Test method getTitle (line 183) | @Test method scrollTo (line 189) | @Test method scrollBy (line 195) | @Test method getScrollX (line 201) | @Test method getScrollY (line 207) | @Test method getScrollPosition (line 213) | @Test method setWebViewClient (line 222) | @Test method addJavaScriptChannel (line 231) | @Test method removeJavaScriptChannel (line 241) | @Test method setDownloadListener (line 251) | @Test method setWebChromeClient (line 260) | @Test method defaultWebChromeClientIsSecureWebChromeClient (line 269) | @Test method defaultWebChromeClientDoesNotAttemptToCommunicateWithDart (line 278) | @Test method disposeDoesNotCallDestroy (line 285) | @Test method destroyWebViewWhenDisposedFromJavaObjectHostApi (line 300) | @Test FILE: packages/webview_flutter/webview_flutter_android/android/src/test/java/io/flutter/plugins/webviewflutter/utils/TestUtils.java class TestUtils (line 11) | public class TestUtils { method setFinalStatic (line 12) | public static void setFinalStatic(Class classToModify, String f... method setPrivateField (line 27) | public static void setPrivateField(T instance, String fieldName, O... method getPrivateField (line 37) | public static Object getPrivateField(T instance, String fieldName) { FILE: packages/webview_flutter/webview_flutter_android/example/android/app/src/androidTest/java/io/flutter/plugins/webviewflutterexample/BackgroundColorTest.java class BackgroundColorTest (line 26) | @RunWith(AndroidJUnit4.class) method setUp (line 32) | @Before method backgroundColor (line 37) | @Ignore("Doesn't run in Firebase Test Lab: https://github.com/flutter/... FILE: packages/webview_flutter/webview_flutter_android/example/android/app/src/androidTest/java/io/flutter/plugins/webviewflutterexample/MainActivityTest.java class MainActivityTest (line 14) | @DartIntegrationTest FILE: packages/webview_flutter/webview_flutter_android/example/android/app/src/androidTest/java/io/flutter/plugins/webviewflutterexample/WebViewTest.java class WebViewTest (line 13) | public class WebViewTest { method webViewPluginIsAdded (line 14) | @Test FILE: packages/webview_flutter/webview_flutter_android/example/android/app/src/main/java/io/flutter/plugins/webviewflutterexample/DriverExtensionActivity.java class DriverExtensionActivity (line 10) | public class DriverExtensionActivity extends FlutterActivity { method getDartEntrypointFunctionName (line 11) | @Override FILE: packages/webview_flutter/webview_flutter_android/example/android/app/src/main/java/io/flutter/plugins/webviewflutterexample/WebViewTestActivity.java class WebViewTestActivity (line 12) | public class WebViewTestActivity extends FlutterActivity { method configureFlutterEngine (line 15) | @Override FILE: packages/webview_flutter/webview_flutter_android/example/integration_test/legacy/webview_flutter_test.dart function main (line 29) | Future main() function getDomRectComponent (line 988) | num getDomRectComponent( function _webviewBool (line 1451) | String _webviewBool(bool value) function _getUserAgent (line 1459) | Future _getUserAgent(WebViewController controller) function _runJavaScriptReturningResult (line 1463) | Future _runJavaScriptReturningResult( class ResizableWebView (line 1471) | class ResizableWebView extends StatefulWidget { method createState (line 1482) | State createState() class ResizableWebViewState (line 1485) | class ResizableWebViewState extends State { method build (line 1507) | Widget build(BuildContext context) class CopyableObjectWithCallback (line 1546) | class CopyableObjectWithCallback with Copyable { method copy (line 1552) | CopyableObjectWithCallback copy() class ClassWithCallbackClass (line 1557) | class ClassWithCallbackClass { FILE: packages/webview_flutter/webview_flutter_android/example/integration_test/webview_flutter_test.dart function main (line 27) | Future main() function _getUserAgent (line 1124) | Future _getUserAgent(PlatformWebViewController controller) function _runJavaScriptReturningResult (line 1128) | Future _runJavaScriptReturningResult( class ResizableWebView (line 1136) | class ResizableWebView extends StatefulWidget { method createState (line 1147) | State createState() class ResizableWebViewState (line 1150) | class ResizableWebViewState extends State { method build (line 1197) | Widget build(BuildContext context) class CopyableObjectWithCallback (line 1225) | class CopyableObjectWithCallback with Copyable { method copy (line 1231) | CopyableObjectWithCallback copy() class ClassWithCallbackClass (line 1236) | class ClassWithCallbackClass { FILE: packages/webview_flutter/webview_flutter_android/example/lib/legacy/navigation_decision.dart type NavigationDecision (line 6) | enum NavigationDecision { FILE: packages/webview_flutter/webview_flutter_android/example/lib/legacy/navigation_request.dart class NavigationRequest (line 6) | class NavigationRequest { method toString (line 16) | String toString() FILE: packages/webview_flutter/webview_flutter_android/example/lib/legacy/web_view.dart type WebViewCreatedCallback (line 21) | typedef WebViewCreatedCallback = void Function(WebViewController control... type NavigationDelegate (line 29) | typedef NavigationDelegate = FutureOr Function( type PageStartedCallback (line 33) | typedef PageStartedCallback = void Function(String url); type PageFinishedCallback (line 36) | typedef PageFinishedCallback = void Function(String url); type PageLoadingCallback (line 39) | typedef PageLoadingCallback = void Function(int progress); type WebResourceErrorCallback (line 42) | typedef WebResourceErrorCallback = void Function(WebResourceError error); class WebView (line 56) | class WebView extends StatefulWidget { method createState (line 254) | State createState() class _WebViewState (line 257) | class _WebViewState extends State { method initState (line 264) | void initState() method didUpdateWidget (line 272) | void didUpdateWidget(WebView oldWidget) method build (line 280) | Widget build(BuildContext context) class _PlatformCallbacksHandler (line 312) | class _PlatformCallbacksHandler implements WebViewPlatformCallbacksHandl... method onNavigationRequest (line 318) | FutureOr onNavigationRequest({ method onPageStarted (line 331) | void onPageStarted(String url) method onPageFinished (line 338) | void onPageFinished(String url) method onProgress (line 345) | void onProgress(int progress) method onWebResourceError (line 352) | void onWebResourceError(WebResourceError error) class WebViewController (line 363) | class WebViewController { method loadFile (line 389) | Future loadFile(String absoluteFilePath) method loadFlutterAsset (line 397) | Future loadFlutterAsset(String key) method loadHtmlString (line 405) | Future loadHtmlString(String html, {String? baseUrl}) method loadUrl (line 420) | Future loadUrl( method loadRequest (line 430) | Future loadRequest(WebViewRequest request) method currentUrl (line 441) | Future currentUrl() method canGoBack (line 449) | Future canGoBack() method canGoForward (line 457) | Future canGoForward() method goBack (line 464) | Future goBack() method goForward (line 471) | Future goForward() method reload (line 476) | Future reload() method clearCache (line 490) | Future clearCache() method updateWidget (line 496) | Future updateWidget(WebView widget) method _updateSettings (line 503) | Future _updateSettings(WebSettings newSettings) method _updateJavascriptChannels (line 510) | Future _updateJavascriptChannels( method evaluateJavascript (line 531) | Future evaluateJavascript(String javascriptString) method runJavascript (line 546) | Future runJavascript(String javaScriptString) method runJavascriptReturningResult (line 562) | Future runJavascriptReturningResult(String javaScriptString) method getTitle (line 572) | Future getTitle() method scrollTo (line 579) | Future scrollTo(int x, int y) method scrollBy (line 586) | Future scrollBy(int x, int y) method getScrollX (line 593) | Future getScrollX() method getScrollY (line 600) | Future getScrollY() method _clearUnchangedWebSettings (line 605) | WebSettings _clearUnchangedWebSettings( method _extractChannelNames (line 653) | Set _extractChannelNames(Set? channels) method _validateUrlString (line 661) | void _validateUrlString(String url) function _webSettingsFromWidget (line 673) | WebSettings _webSettingsFromWidget(WebView widget) class WebViewCookieManager (line 687) | class WebViewCookieManager extends WebViewCookieManagerPlatform { FILE: packages/webview_flutter/webview_flutter_android/example/lib/main.dart function main (line 17) | void main() class WebViewExample (line 76) | class WebViewExample extends StatefulWidget { method createState (line 82) | State createState() class _WebViewExampleState (line 85) | class _WebViewExampleState extends State { method initState (line 89) | void initState() method build (line 142) | Widget build(BuildContext context) method favoriteButton (line 163) | Widget favoriteButton() type MenuOptions (line 178) | enum MenuOptions { class SampleMenu (line 194) | class SampleMenu extends StatelessWidget { method build (line 209) | Widget build(BuildContext context) method _onShowUserAgent (line 313) | Future _onShowUserAgent() method _onListCookies (line 321) | Future _onListCookies(BuildContext context) method _onAddToCache (line 338) | Future _onAddToCache(BuildContext context) method _onListCache (line 349) | Future _onListCache() method _onClearCache (line 356) | Future _onClearCache(BuildContext context) method _onClearCookies (line 366) | Future _onClearCookies(BuildContext context) method _onNavigationDelegateExample (line 379) | Future _onNavigationDelegateExample() method _onSetCookie (line 390) | Future _onSetCookie() method _onDoPostRequest (line 404) | Future _onDoPostRequest() method _onLoadLocalFileExample (line 416) | Future _onLoadLocalFileExample() method _onLoadFlutterAssetExample (line 421) | Future _onLoadFlutterAssetExample() method _onLoadHtmlStringExample (line 425) | Future _onLoadHtmlStringExample() method _onTransparentBackground (line 429) | Future _onTransparentBackground() method _getCookieList (line 433) | Widget _getCookieList(String cookies) method _prepareLocalFile (line 447) | Future _prepareLocalFile() class NavigationControls (line 459) | class NavigationControls extends StatelessWidget { method build (line 466) | Widget build(BuildContext context) FILE: packages/webview_flutter/webview_flutter_android/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/webview_flutter/webview_flutter_android/lib/src/android_proxy.dart class AndroidWebViewProxy (line 16) | class AndroidWebViewProxy { method setWebContentsDebuggingEnabled (line 103) | Future setWebContentsDebuggingEnabled(bool enabled) FILE: packages/webview_flutter/webview_flutter_android/lib/src/android_webview.dart class JavaObject (line 28) | class JavaObject with Copyable { method dispose (line 52) | void dispose(JavaObject instance) method copy (line 57) | JavaObject copy() class WebView (line 81) | class WebView extends JavaObject { method setWebContentsDebuggingEnabled (line 120) | Future setWebContentsDebuggingEnabled(bool enabled) method loadData (line 148) | Future loadData({ method loadDataWithBaseUrl (line 196) | Future loadDataWithBaseUrl({ method loadUrl (line 220) | Future loadUrl(String url, Map headers) method postUrl (line 227) | Future postUrl(String url, Uint8List data) method getUrl (line 238) | Future getUrl() method canGoBack (line 243) | Future canGoBack() method canGoForward (line 248) | Future canGoForward() method goBack (line 253) | Future goBack() method goForward (line 258) | Future goForward() method reload (line 263) | Future reload() method clearCache (line 271) | Future clearCache(bool includeDiskFiles) method evaluateJavascript (line 285) | Future evaluateJavascript(String javascriptString) method getTitle (line 296) | Future getTitle() method scrollTo (line 302) | Future scrollTo(int x, int y) method scrollBy (line 308) | Future scrollBy(int x, int y) method getScrollX (line 317) | Future getScrollX() method getScrollY (line 326) | Future getScrollY() method getScrollPosition (line 331) | Future getScrollPosition() method setWebViewClient (line 338) | Future setWebViewClient(WebViewClient webViewClient) method addJavaScriptChannel (line 365) | Future addJavaScriptChannel(JavaScriptChannel javaScriptChannel) method removeJavaScriptChannel (line 374) | Future removeJavaScriptChannel(JavaScriptChannel javaScriptChannel) method setDownloadListener (line 382) | Future setDownloadListener(DownloadListener? listener) method setWebChromeClient (line 391) | Future setWebChromeClient(WebChromeClient? client) method setBackgroundColor (line 396) | Future setBackgroundColor(Color color) method copy (line 401) | WebView copy() class CookieManager (line 407) | class CookieManager { method setCookie (line 441) | Future setCookie(String url, String value) method clearCookies (line 446) | Future clearCookies() class WebSettings (line 456) | class WebSettings extends JavaObject { method setDomStorageEnabled (line 479) | Future setDomStorageEnabled(bool flag) method setJavaScriptCanOpenWindowsAutomatically (line 487) | Future setJavaScriptCanOpenWindowsAutomatically(bool flag) method setSupportMultipleWindows (line 498) | Future setSupportMultipleWindows(bool support) method setJavaScriptEnabled (line 505) | Future setJavaScriptEnabled(bool flag) method setUserAgentString (line 514) | Future setUserAgentString(String? userAgentString) method setMediaPlaybackRequiresUserGesture (line 521) | Future setMediaPlaybackRequiresUserGesture(bool require) method setSupportZoom (line 532) | Future setSupportZoom(bool support) method setLoadWithOverviewMode (line 543) | Future setLoadWithOverviewMode(bool overview) method setUseWideViewPort (line 554) | Future setUseWideViewPort(bool use) method setDisplayZoomControls (line 564) | Future setDisplayZoomControls(bool enabled) method setBuiltInZoomControls (line 580) | Future setBuiltInZoomControls(bool enabled) method setAllowFileAccess (line 590) | Future setAllowFileAccess(bool enabled) method copy (line 595) | WebSettings copy() class JavaScriptChannel (line 603) | class JavaScriptChannel extends JavaObject { method copy (line 634) | JavaScriptChannel copy() class WebViewClient (line 640) | class WebViewClient extends JavaObject { method setSynchronousReturnValueForShouldOverrideUrlLoading (line 819) | Future setSynchronousReturnValueForShouldOverrideUrlLoading( method copy (line 826) | WebViewClient copy() class DownloadListener (line 840) | class DownloadListener extends JavaObject { method copy (line 868) | DownloadListener copy() class WebChromeClient (line 874) | class WebChromeClient extends JavaObject { method setSynchronousReturnValueForOnShowFileChooser (line 927) | Future setSynchronousReturnValueForOnShowFileChooser( method copy (line 942) | WebChromeClient copy() class FileChooserParams (line 953) | class FileChooserParams extends JavaObject { method copy (line 981) | FileChooserParams copy() class WebResourceRequest (line 992) | class WebResourceRequest { class WebResourceError (line 1027) | class WebResourceError { class FlutterAssetManager (line 1042) | class FlutterAssetManager { method list (line 1054) | Future> list(String path) method getAssetFilePathByName (line 1057) | Future getAssetFilePathByName(String name) class WebStorage (line 1064) | class WebStorage extends JavaObject { method deleteAllData (line 1089) | Future deleteAllData() method copy (line 1094) | WebStorage copy() FILE: packages/webview_flutter/webview_flutter_android/lib/src/android_webview.g.dart type FileChooserMode (line 16) | enum FileChooserMode { class FileChooserModeEnumData (line 34) | class FileChooserModeEnumData { method encode (line 41) | Object encode() method decode (line 47) | FileChooserModeEnumData decode(Object result) class WebResourceRequestData (line 55) | class WebResourceRequestData { method encode (line 77) | Object encode() method decode (line 88) | WebResourceRequestData decode(Object result) class WebResourceErrorData (line 102) | class WebResourceErrorData { method encode (line 112) | Object encode() method decode (line 119) | WebResourceErrorData decode(Object result) class WebViewPoint (line 128) | class WebViewPoint { method encode (line 138) | Object encode() method decode (line 145) | WebViewPoint decode(Object result) class JavaObjectHostApi (line 159) | class JavaObjectHostApi { method dispose (line 169) | Future dispose(int arg_identifier) class JavaObjectFlutterApi (line 195) | abstract class JavaObjectFlutterApi { method dispose (line 198) | void dispose(int identifier) method setup (line 200) | void setup(JavaObjectFlutterApi? api, class CookieManagerHostApi (line 224) | class CookieManagerHostApi { method clearCookies (line 234) | Future clearCookies() method setCookie (line 260) | Future setCookie(String arg_url, String arg_value) class _WebViewHostApiCodec (line 283) | class _WebViewHostApiCodec extends StandardMessageCodec { method writeValue (line 286) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 296) | Object? readValueOfType(int type, ReadBuffer buffer) class WebViewHostApi (line 307) | class WebViewHostApi { method create (line 317) | Future create(int arg_instanceId, bool arg_useHybridComposition) method loadData (line 340) | Future loadData(int arg_instanceId, String arg_data, method loadDataWithBaseUrl (line 364) | Future loadDataWithBaseUrl( method loadUrl (line 398) | Future loadUrl(int arg_instanceId, String arg_url, method postUrl (line 422) | Future postUrl( method getUrl (line 445) | Future getUrl(int arg_instanceId) method canGoBack (line 467) | Future canGoBack(int arg_instanceId) method canGoForward (line 494) | Future canGoForward(int arg_instanceId) method goBack (line 521) | Future goBack(int arg_instanceId) method goForward (line 543) | Future goForward(int arg_instanceId) method reload (line 565) | Future reload(int arg_instanceId) method clearCache (line 587) | Future clearCache(int arg_instanceId, bool arg_includeDiskFiles) method evaluateJavascript (line 610) | Future evaluateJavascript( method getTitle (line 634) | Future getTitle(int arg_instanceId) method scrollTo (line 656) | Future scrollTo(int arg_instanceId, int arg_x, int arg_y) method scrollBy (line 678) | Future scrollBy(int arg_instanceId, int arg_x, int arg_y) method getScrollX (line 700) | Future getScrollX(int arg_instanceId) method getScrollY (line 727) | Future getScrollY(int arg_instanceId) method getScrollPosition (line 754) | Future getScrollPosition(int arg_instanceId) method setWebContentsDebuggingEnabled (line 781) | Future setWebContentsDebuggingEnabled(bool arg_enabled) method setWebViewClient (line 804) | Future setWebViewClient( method addJavaScriptChannel (line 828) | Future addJavaScriptChannel( method removeJavaScriptChannel (line 852) | Future removeJavaScriptChannel( method setDownloadListener (line 876) | Future setDownloadListener( method setWebChromeClient (line 900) | Future setWebChromeClient( method setBackgroundColor (line 924) | Future setBackgroundColor(int arg_instanceId, int arg_color) class WebSettingsHostApi (line 947) | class WebSettingsHostApi { method create (line 957) | Future create(int arg_instanceId, int arg_webViewInstanceId) method setDomStorageEnabled (line 980) | Future setDomStorageEnabled(int arg_instanceId, bool arg_flag) method setJavaScriptCanOpenWindowsAutomatically (line 1002) | Future setJavaScriptCanOpenWindowsAutomatically( method setSupportMultipleWindows (line 1026) | Future setSupportMultipleWindows( method setJavaScriptEnabled (line 1050) | Future setJavaScriptEnabled(int arg_instanceId, bool arg_flag) method setUserAgentString (line 1072) | Future setUserAgentString( method setMediaPlaybackRequiresUserGesture (line 1095) | Future setMediaPlaybackRequiresUserGesture( method setSupportZoom (line 1119) | Future setSupportZoom(int arg_instanceId, bool arg_support) method setLoadWithOverviewMode (line 1141) | Future setLoadWithOverviewMode( method setUseWideViewPort (line 1164) | Future setUseWideViewPort(int arg_instanceId, bool arg_use) method setDisplayZoomControls (line 1186) | Future setDisplayZoomControls( method setBuiltInZoomControls (line 1209) | Future setBuiltInZoomControls( method setAllowFileAccess (line 1232) | Future setAllowFileAccess(int arg_instanceId, bool arg_enabled) class JavaScriptChannelHostApi (line 1255) | class JavaScriptChannelHostApi { method create (line 1265) | Future create(int arg_instanceId, String arg_channelName) class JavaScriptChannelFlutterApi (line 1288) | abstract class JavaScriptChannelFlutterApi { method postMessage (line 1291) | void postMessage(int instanceId, String message) method setup (line 1293) | void setup(JavaScriptChannelFlutterApi? api, class WebViewClientHostApi (line 1320) | class WebViewClientHostApi { method create (line 1330) | Future create(int arg_instanceId) method setSynchronousReturnValueForShouldOverrideUrlLoading (line 1352) | Future setSynchronousReturnValueForShouldOverrideUrlLoading( class _WebViewClientFlutterApiCodec (line 1377) | class _WebViewClientFlutterApiCodec extends StandardMessageCodec { method writeValue (line 1380) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 1393) | Object? readValueOfType(int type, ReadBuffer buffer) class WebViewClientFlutterApi (line 1407) | abstract class WebViewClientFlutterApi { method onPageStarted (line 1410) | void onPageStarted(int instanceId, int webViewInstanceId, String url) method onPageFinished (line 1412) | void onPageFinished(int instanceId, int webViewInstanceId, String url) method onReceivedRequestError (line 1414) | void onReceivedRequestError(int instanceId, int webViewInstanceId, method onReceivedError (line 1417) | void onReceivedError(int instanceId, int webViewInstanceId, int errorC... method requestLoading (line 1420) | void requestLoading( method urlLoading (line 1423) | void urlLoading(int instanceId, int webViewInstanceId, String url) method setup (line 1425) | void setup(WebViewClientFlutterApi? api, class DownloadListenerHostApi (line 1596) | class DownloadListenerHostApi { method create (line 1606) | Future create(int arg_instanceId) class DownloadListenerFlutterApi (line 1629) | abstract class DownloadListenerFlutterApi { method onDownloadStart (line 1632) | void onDownloadStart(int instanceId, String url, String userAgent, method setup (line 1635) | void setup(DownloadListenerFlutterApi? api, class WebChromeClientHostApi (line 1676) | class WebChromeClientHostApi { method create (line 1686) | Future create(int arg_instanceId) method setSynchronousReturnValueForOnShowFileChooser (line 1708) | Future setSynchronousReturnValueForOnShowFileChooser( class FlutterAssetManagerHostApi (line 1733) | class FlutterAssetManagerHostApi { method list (line 1743) | Future> list(String arg_path) method getAssetFilePathByName (line 1770) | Future getAssetFilePathByName(String arg_name) class WebChromeClientFlutterApi (line 1799) | abstract class WebChromeClientFlutterApi { method onProgressChanged (line 1802) | void onProgressChanged(int instanceId, int webViewInstanceId, int prog... method onShowFileChooser (line 1804) | Future> onShowFileChooser( method setup (line 1807) | void setup(WebChromeClientFlutterApi? api, class WebStorageHostApi (line 1866) | class WebStorageHostApi { method create (line 1876) | Future create(int arg_instanceId) method deleteAllData (line 1898) | Future deleteAllData(int arg_instanceId) class _FileChooserParamsFlutterApiCodec (line 1921) | class _FileChooserParamsFlutterApiCodec extends StandardMessageCodec { method writeValue (line 1924) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 1934) | Object? readValueOfType(int type, ReadBuffer buffer) class FileChooserParamsFlutterApi (line 1948) | abstract class FileChooserParamsFlutterApi { method create (line 1952) | void create(int instanceId, bool isCaptureEnabled, List accep... method setup (line 1955) | void setup(FileChooserParamsFlutterApi? api, FILE: packages/webview_flutter/webview_flutter_android/lib/src/android_webview_api_impls.dart function _toWebResourceRequest (line 19) | WebResourceRequest _toWebResourceRequest(WebResourceRequestData data) function _toWebResourceError (line 31) | WebResourceError _toWebResourceError(WebResourceErrorData data) class AndroidWebViewFlutterApis (line 39) | class AndroidWebViewFlutterApis { method ensureSetUp (line 89) | void ensureSetUp() class JavaObjectHostApiImpl (line 103) | class JavaObjectHostApiImpl extends JavaObjectHostApi { class JavaObjectFlutterApiImpl (line 122) | class JavaObjectFlutterApiImpl implements JavaObjectFlutterApi { method dispose (line 131) | void dispose(int identifier) class WebViewHostApiImpl (line 137) | class WebViewHostApiImpl extends WebViewHostApi { method createFromInstance (line 148) | Future createFromInstance(WebView instance) method loadDataFromInstance (line 156) | Future loadDataFromInstance( method loadDataWithBaseUrlFromInstance (line 171) | Future loadDataWithBaseUrlFromInstance( method loadUrlFromInstance (line 190) | Future loadUrlFromInstance( method postUrlFromInstance (line 199) | Future postUrlFromInstance( method getUrlFromInstance (line 208) | Future getUrlFromInstance(WebView instance) method canGoBackFromInstance (line 213) | Future canGoBackFromInstance(WebView instance) method canGoForwardFromInstance (line 218) | Future canGoForwardFromInstance(WebView instance) method goBackFromInstance (line 223) | Future goBackFromInstance(WebView instance) method goForwardFromInstance (line 228) | Future goForwardFromInstance(WebView instance) method reloadFromInstance (line 233) | Future reloadFromInstance(WebView instance) method clearCacheFromInstance (line 238) | Future clearCacheFromInstance(WebView instance, bool includeDisk... method evaluateJavascriptFromInstance (line 246) | Future evaluateJavascriptFromInstance( method getTitleFromInstance (line 257) | Future getTitleFromInstance(WebView instance) method scrollToFromInstance (line 262) | Future scrollToFromInstance(WebView instance, int x, int y) method scrollByFromInstance (line 267) | Future scrollByFromInstance(WebView instance, int x, int y) method getScrollXFromInstance (line 272) | Future getScrollXFromInstance(WebView instance) method getScrollYFromInstance (line 277) | Future getScrollYFromInstance(WebView instance) method getScrollPositionFromInstance (line 282) | Future getScrollPositionFromInstance(WebView instance) method setWebViewClientFromInstance (line 289) | Future setWebViewClientFromInstance( method addJavaScriptChannelFromInstance (line 300) | Future addJavaScriptChannelFromInstance( method removeJavaScriptChannelFromInstance (line 311) | Future removeJavaScriptChannelFromInstance( method setDownloadListenerFromInstance (line 322) | Future setDownloadListenerFromInstance( method setWebChromeClientFromInstance (line 333) | Future setWebChromeClientFromInstance( method setBackgroundColorFromInstance (line 344) | Future setBackgroundColorFromInstance(WebView instance, int color) class WebSettingsHostApiImpl (line 350) | class WebSettingsHostApiImpl extends WebSettingsHostApi { method createFromInstance (line 361) | Future createFromInstance(WebSettings instance, WebView webView) method setDomStorageEnabledFromInstance (line 369) | Future setDomStorageEnabledFromInstance( method setJavaScriptCanOpenWindowsAutomaticallyFromInstance (line 377) | Future setJavaScriptCanOpenWindowsAutomaticallyFromInstance( method setSupportMultipleWindowsFromInstance (line 388) | Future setSupportMultipleWindowsFromInstance( method setJavaScriptEnabledFromInstance (line 397) | Future setJavaScriptEnabledFromInstance( method setUserAgentStringFromInstance (line 408) | Future setUserAgentStringFromInstance( method setMediaPlaybackRequiresUserGestureFromInstance (line 419) | Future setMediaPlaybackRequiresUserGestureFromInstance( method setSupportZoomFromInstance (line 430) | Future setSupportZoomFromInstance( method setLoadWithOverviewModeFromInstance (line 438) | Future setLoadWithOverviewModeFromInstance( method setUseWideViewPortFromInstance (line 449) | Future setUseWideViewPortFromInstance( method setDisplayZoomControlsFromInstance (line 457) | Future setDisplayZoomControlsFromInstance( method setBuiltInZoomControlsFromInstance (line 468) | Future setBuiltInZoomControlsFromInstance( method setAllowFileAccessFromInstance (line 479) | Future setAllowFileAccessFromInstance( class JavaScriptChannelHostApiImpl (line 491) | class JavaScriptChannelHostApiImpl extends JavaScriptChannelHostApi { method createFromInstance (line 502) | Future createFromInstance(JavaScriptChannel instance) class JavaScriptChannelFlutterApiImpl (line 514) | class JavaScriptChannelFlutterApiImpl extends JavaScriptChannelFlutterApi { method postMessage (line 523) | void postMessage(int instanceId, String message) class WebViewClientHostApiImpl (line 535) | class WebViewClientHostApiImpl extends WebViewClientHostApi { method createFromInstance (line 546) | Future createFromInstance(WebViewClient instance) method setShouldOverrideUrlLoadingReturnValueFromInstance (line 554) | Future setShouldOverrideUrlLoadingReturnValueFromInstance( class WebViewClientFlutterApiImpl (line 566) | class WebViewClientFlutterApiImpl extends WebViewClientFlutterApi { method onPageFinished (line 575) | void onPageFinished(int instanceId, int webViewInstanceId, String url) method onPageStarted (line 594) | void onPageStarted(int instanceId, int webViewInstanceId, String url) method onReceivedError (line 613) | void onReceivedError( method onReceivedRequestError (line 644) | void onReceivedRequestError( method requestLoading (line 672) | void requestLoading( method urlLoading (line 698) | void urlLoading( class DownloadListenerHostApiImpl (line 722) | class DownloadListenerHostApiImpl extends DownloadListenerHostApi { method createFromInstance (line 733) | Future createFromInstance(DownloadListener instance) class DownloadListenerFlutterApiImpl (line 742) | class DownloadListenerFlutterApiImpl extends DownloadListenerFlutterApi { method onDownloadStart (line 751) | void onDownloadStart( class WebChromeClientHostApiImpl (line 776) | class WebChromeClientHostApiImpl extends WebChromeClientHostApi { method createFromInstance (line 787) | Future createFromInstance(WebChromeClient instance) method setSynchronousReturnValueForOnShowFileChooserFromInstance (line 795) | Future setSynchronousReturnValueForOnShowFileChooserFromInstance( class WebChromeClientFlutterApiImpl (line 807) | class WebChromeClientFlutterApiImpl extends WebChromeClientFlutterApi { method onProgressChanged (line 816) | void onProgressChanged(int instanceId, int webViewInstanceId, int prog... method onShowFileChooser (line 835) | Future> onShowFileChooser( class WebStorageHostApiImpl (line 856) | class WebStorageHostApiImpl extends WebStorageHostApi { method createFromInstance (line 867) | Future createFromInstance(WebStorage instance) method deleteAllDataFromInstance (line 875) | Future deleteAllDataFromInstance(WebStorage instance) class FileChooserParamsFlutterApiImpl (line 881) | class FileChooserParamsFlutterApiImpl extends FileChooserParamsFlutterApi { method create (line 890) | void create( FILE: packages/webview_flutter/webview_flutter_android/lib/src/android_webview_controller.dart class AndroidWebViewControllerCreationParams (line 29) | @immutable class AndroidWebViewController (line 67) | class AndroidWebViewController extends PlatformWebViewController { method enableDebugging (line 139) | Future enableDebugging( method loadFile (line 158) | Future loadFile( method loadFlutterAsset (line 170) | Future loadFlutterAsset( method loadHtmlString (line 194) | Future loadHtmlString( method loadRequest (line 206) | Future loadRequest( method currentUrl (line 232) | Future currentUrl() method canGoBack (line 235) | Future canGoBack() method canGoForward (line 238) | Future canGoForward() method goBack (line 241) | Future goBack() method goForward (line 244) | Future goForward() method reload (line 247) | Future reload() method clearCache (line 250) | Future clearCache() method clearLocalStorage (line 253) | Future clearLocalStorage() method setPlatformNavigationDelegate (line 257) | Future setPlatformNavigationDelegate( method runJavaScript (line 266) | Future runJavaScript(String javaScript) method runJavaScriptReturningResult (line 271) | Future runJavaScriptReturningResult(String javaScript) method addJavaScriptChannel (line 286) | Future addJavaScriptChannel( method removeJavaScriptChannel (line 310) | Future removeJavaScriptChannel(String javaScriptChannelName) method getTitle (line 323) | Future getTitle() method scrollTo (line 326) | Future scrollTo(int x, int y) method scrollBy (line 329) | Future scrollBy(int x, int y) method getScrollPosition (line 332) | Future getScrollPosition() method enableZoom (line 337) | Future enableZoom(bool enabled) method setBackgroundColor (line 341) | Future setBackgroundColor(Color color) method setJavaScriptMode (line 345) | Future setJavaScriptMode(JavaScriptMode javaScriptMode) method setUserAgent (line 350) | Future setUserAgent(String? userAgent) method setMediaPlaybackRequiresUserGesture (line 354) | Future setMediaPlaybackRequiresUserGesture(bool require) method setOnShowFileSelector (line 360) | Future setOnShowFileSelector( type FileSelectorMode (line 372) | enum FileSelectorMode { class FileSelectorParams (line 385) | @immutable class AndroidJavaScriptChannelParams (line 435) | @immutable class AndroidWebViewWidgetCreationParams (line 482) | @immutable class AndroidWebViewWidget (line 545) | class AndroidWebViewWidget extends PlatformWebViewWidget { method build (line 559) | Widget build(BuildContext context) method _initAndroidView (line 585) | AndroidViewController _initAndroidView( type LoadRequestCallback (line 613) | typedef LoadRequestCallback = Future Function(LoadRequestParams pa... class AndroidWebResourceError (line 616) | @immutable method _errorCodeToErrorType (line 631) | WebResourceErrorType? _errorCodeToErrorType(int errorCode) class AndroidNavigationDelegateCreationParams (line 678) | @immutable class AndroidNavigationDelegate (line 707) | class AndroidNavigationDelegate extends PlatformNavigationDelegate { method _handleNavigation (line 835) | void _handleNavigation( method setOnLoadRequest (line 873) | Future setOnLoadRequest( method setOnNavigationRequest (line 880) | Future setOnNavigationRequest( method setOnPageStarted (line 888) | Future setOnPageStarted( method setOnPageFinished (line 895) | Future setOnPageFinished( method setOnProgress (line 902) | Future setOnProgress( method setOnWebResourceError (line 909) | Future setOnWebResourceError( FILE: packages/webview_flutter/webview_flutter_android/lib/src/android_webview_cookie_manager.dart class AndroidWebViewCookieManagerCreationParams (line 15) | @immutable class AndroidWebViewCookieManager (line 33) | class AndroidWebViewCookieManager extends PlatformWebViewCookieManager { method clearCookies (line 49) | Future clearCookies() method setCookie (line 54) | Future setCookie(WebViewCookie cookie) method _isValidPath (line 65) | bool _isValidPath(String path) FILE: packages/webview_flutter/webview_flutter_android/lib/src/android_webview_platform.dart class AndroidWebViewPlatform (line 11) | class AndroidWebViewPlatform extends WebViewPlatform { method registerWith (line 13) | void registerWith() method createPlatformWebViewController (line 18) | AndroidWebViewController createPlatformWebViewController( method createPlatformNavigationDelegate (line 25) | AndroidNavigationDelegate createPlatformNavigationDelegate( method createPlatformWebViewWidget (line 32) | AndroidWebViewWidget createPlatformWebViewWidget( method createPlatformCookieManager (line 39) | AndroidWebViewCookieManager createPlatformCookieManager( FILE: packages/webview_flutter/webview_flutter_android/lib/src/instance_manager.dart function copy (line 23) | Copyable copy() class InstanceManager (line 41) | class InstanceManager { method addDartCreatedInstance (line 84) | int addDartCreatedInstance(Copyable instance) method removeWeakReference (line 100) | int? removeWeakReference(Copyable instance) method remove (line 122) | T? remove(int identifier) method getInstanceWithWeakReference (line 138) | T? getInstanceWithWeakReference(int identifier) method getIdentifier (line 157) | int? getIdentifier(Copyable instance) method addHostCreatedInstance (line 170) | void addHostCreatedInstance(Copyable instance, int identifier) method _addInstanceWithIdentifier (line 177) | void _addInstanceWithIdentifier(Copyable instance, int identifier) method containsIdentifier (line 188) | bool containsIdentifier(int identifier) method _nextUniqueIdentifier (line 193) | int _nextUniqueIdentifier() FILE: packages/webview_flutter/webview_flutter_android/lib/src/legacy/webview_android.dart class AndroidWebView (line 22) | class AndroidWebView implements WebViewPlatform { method build (line 24) | Widget build({ method clearCookies (line 68) | Future clearCookies() FILE: packages/webview_flutter/webview_flutter_android/lib/src/legacy/webview_android_cookie_manager.dart class WebViewAndroidCookieManager (line 11) | class WebViewAndroidCookieManager extends WebViewCookieManagerPlatform { method clearCookies (line 13) | Future clearCookies() method setCookie (line 17) | Future setCookie(WebViewCookie cookie) method _isValidPath (line 28) | bool _isValidPath(String path) FILE: packages/webview_flutter/webview_flutter_android/lib/src/legacy/webview_android_widget.dart class WebViewAndroidWidget (line 17) | class WebViewAndroidWidget extends StatefulWidget { method createState (line 70) | State createState() class _WebViewAndroidWidgetState (line 73) | class _WebViewAndroidWidgetState extends State { method initState (line 77) | void initState() method build (line 91) | Widget build(BuildContext context) class WebViewAndroidPlatformController (line 97) | class WebViewAndroidPlatformController extends WebViewPlatformController { method loadHtmlString (line 260) | Future loadHtmlString(String html, {String? baseUrl}) method loadFile (line 269) | Future loadFile(String absoluteFilePath) method loadFlutterAsset (line 279) | Future loadFlutterAsset(String key) method loadUrl (line 301) | Future loadUrl( method loadRequest (line 311) | Future loadRequest( method currentUrl (line 337) | Future currentUrl() method canGoBack (line 340) | Future canGoBack() method canGoForward (line 343) | Future canGoForward() method goBack (line 346) | Future goBack() method goForward (line 349) | Future goForward() method reload (line 352) | Future reload() method clearCache (line 355) | Future clearCache() method updateSettings (line 361) | Future updateSettings(WebSettings setting) method evaluateJavascript (line 376) | Future evaluateJavascript(String javascript) method runJavascript (line 381) | Future runJavascript(String javascript) method runJavascriptReturningResult (line 386) | Future runJavascriptReturningResult(String javascript) method addJavascriptChannels (line 391) | Future addJavascriptChannels(Set javascriptChannelNames) method removeJavascriptChannels (line 410) | Future removeJavascriptChannels( method getTitle (line 430) | Future getTitle() method scrollTo (line 433) | Future scrollTo(int x, int y) method scrollBy (line 436) | Future scrollBy(int x, int y) method getScrollX (line 439) | Future getScrollX() method getScrollY (line 442) | Future getScrollY() method _setCreationParams (line 444) | void _setCreationParams(CreationParams creationParams) method _setHasNavigationDelegate (line 476) | Future _setHasNavigationDelegate(bool hasNavigationDelegate) method _setJavaScriptMode (line 483) | Future _setJavaScriptMode(JavascriptMode mode) method _setDebuggingEnabled (line 492) | Future _setDebuggingEnabled(bool debuggingEnabled) method _setUserAgent (line 496) | Future _setUserAgent(WebSetting userAgent) method _setZoomEnabled (line 505) | Future _setZoomEnabled(bool zoomEnabled) method _errorCodeToErrorType (line 509) | WebResourceErrorType _errorCodeToErrorType(int errorCode) method _handleNavigationRequest (line 550) | void _handleNavigationRequest({ class WebViewAndroidJavaScriptChannel (line 576) | class WebViewAndroidJavaScriptChannel class WebViewProxy (line 603) | @visibleForTesting method createWebView (line 609) | android_webview.WebView createWebView({required bool useHybridComposit... method createWebViewClient (line 614) | android_webview.WebViewClient createWebViewClient({ method setWebContentsDebuggingEnabled (line 653) | Future setWebContentsDebuggingEnabled(bool enabled) FILE: packages/webview_flutter/webview_flutter_android/lib/src/legacy/webview_surface_android.dart class SurfaceAndroidWebView (line 32) | class SurfaceAndroidWebView extends AndroidWebView { method build (line 34) | Widget build({ method _createViewController (line 93) | AndroidViewController _createViewController({ FILE: packages/webview_flutter/webview_flutter_android/lib/src/platform_views_service_proxy.dart class PlatformViewsServiceProxy (line 11) | @immutable method initExpensiveAndroidView (line 17) | ExpensiveAndroidViewController initExpensiveAndroidView({ method initSurfaceAndroidView (line 36) | SurfaceAndroidViewController initSurfaceAndroidView({ FILE: packages/webview_flutter/webview_flutter_android/lib/src/weak_reference_utils.dart function withWeakReferenceTo (line 28) | S withWeakReferenceTo( FILE: packages/webview_flutter/webview_flutter_android/pigeons/android_webview.dart type FileChooserMode (line 7) | @ConfigurePigeon( class FileChooserModeEnumData (line 53) | class FileChooserModeEnumData { class WebResourceRequestData (line 57) | class WebResourceRequestData { class WebResourceErrorData (line 75) | class WebResourceErrorData { class WebViewPoint (line 82) | class WebViewPoint { class JavaObjectHostApi (line 94) | @HostApi(dartHostTestHandler: 'TestJavaObjectHostApi') method dispose (line 96) | void dispose(int identifier) class JavaObjectFlutterApi (line 102) | @FlutterApi() method dispose (line 104) | void dispose(int identifier) class CookieManagerHostApi (line 107) | @HostApi() method clearCookies (line 110) | bool clearCookies() method setCookie (line 112) | void setCookie(String url, String value) class WebViewHostApi (line 115) | @HostApi(dartHostTestHandler: 'TestWebViewHostApi') method create (line 117) | void create(int instanceId, bool useHybridComposition) method loadData (line 119) | void loadData( method loadDataWithBaseUrl (line 126) | void loadDataWithBaseUrl( method loadUrl (line 135) | void loadUrl( method postUrl (line 141) | void postUrl( method getUrl (line 147) | String? getUrl(int instanceId) method canGoBack (line 149) | bool canGoBack(int instanceId) method canGoForward (line 151) | bool canGoForward(int instanceId) method goBack (line 153) | void goBack(int instanceId) method goForward (line 155) | void goForward(int instanceId) method reload (line 157) | void reload(int instanceId) method clearCache (line 159) | void clearCache(int instanceId, bool includeDiskFiles) method evaluateJavascript (line 162) | String? evaluateJavascript( method getTitle (line 167) | String? getTitle(int instanceId) method scrollTo (line 169) | void scrollTo(int instanceId, int x, int y) method scrollBy (line 171) | void scrollBy(int instanceId, int x, int y) method getScrollX (line 173) | int getScrollX(int instanceId) method getScrollY (line 175) | int getScrollY(int instanceId) method getScrollPosition (line 177) | WebViewPoint getScrollPosition(int instanceId) method setWebContentsDebuggingEnabled (line 179) | void setWebContentsDebuggingEnabled(bool enabled) method setWebViewClient (line 181) | void setWebViewClient(int instanceId, int webViewClientInstanceId) method addJavaScriptChannel (line 183) | void addJavaScriptChannel(int instanceId, int javaScriptChannelInstanc... method removeJavaScriptChannel (line 185) | void removeJavaScriptChannel(int instanceId, int javaScriptChannelInst... method setDownloadListener (line 187) | void setDownloadListener(int instanceId, int? listenerInstanceId) method setWebChromeClient (line 189) | void setWebChromeClient(int instanceId, int? clientInstanceId) method setBackgroundColor (line 191) | void setBackgroundColor(int instanceId, int color) class WebSettingsHostApi (line 194) | @HostApi(dartHostTestHandler: 'TestWebSettingsHostApi') method create (line 196) | void create(int instanceId, int webViewInstanceId) method setDomStorageEnabled (line 198) | void setDomStorageEnabled(int instanceId, bool flag) method setJavaScriptCanOpenWindowsAutomatically (line 200) | void setJavaScriptCanOpenWindowsAutomatically(int instanceId, bool flag) method setSupportMultipleWindows (line 202) | void setSupportMultipleWindows(int instanceId, bool support) method setJavaScriptEnabled (line 204) | void setJavaScriptEnabled(int instanceId, bool flag) method setUserAgentString (line 206) | void setUserAgentString(int instanceId, String? userAgentString) method setMediaPlaybackRequiresUserGesture (line 208) | void setMediaPlaybackRequiresUserGesture(int instanceId, bool require) method setSupportZoom (line 210) | void setSupportZoom(int instanceId, bool support) method setLoadWithOverviewMode (line 212) | void setLoadWithOverviewMode(int instanceId, bool overview) method setUseWideViewPort (line 214) | void setUseWideViewPort(int instanceId, bool use) method setDisplayZoomControls (line 216) | void setDisplayZoomControls(int instanceId, bool enabled) method setBuiltInZoomControls (line 218) | void setBuiltInZoomControls(int instanceId, bool enabled) method setAllowFileAccess (line 220) | void setAllowFileAccess(int instanceId, bool enabled) class JavaScriptChannelHostApi (line 223) | @HostApi(dartHostTestHandler: 'TestJavaScriptChannelHostApi') method create (line 225) | void create(int instanceId, String channelName) class JavaScriptChannelFlutterApi (line 228) | @FlutterApi() method postMessage (line 230) | void postMessage(int instanceId, String message) class WebViewClientHostApi (line 233) | @HostApi(dartHostTestHandler: 'TestWebViewClientHostApi') method create (line 235) | void create(int instanceId) method setSynchronousReturnValueForShouldOverrideUrlLoading (line 237) | void setSynchronousReturnValueForShouldOverrideUrlLoading( class WebViewClientFlutterApi (line 243) | @FlutterApi() method onPageStarted (line 245) | void onPageStarted(int instanceId, int webViewInstanceId, String url) method onPageFinished (line 247) | void onPageFinished(int instanceId, int webViewInstanceId, String url) method onReceivedRequestError (line 249) | void onReceivedRequestError( method onReceivedError (line 256) | void onReceivedError( method requestLoading (line 264) | void requestLoading( method urlLoading (line 270) | void urlLoading(int instanceId, int webViewInstanceId, String url) class DownloadListenerHostApi (line 273) | @HostApi(dartHostTestHandler: 'TestDownloadListenerHostApi') method create (line 275) | void create(int instanceId) class DownloadListenerFlutterApi (line 278) | @FlutterApi() method onDownloadStart (line 280) | void onDownloadStart( class WebChromeClientHostApi (line 290) | @HostApi(dartHostTestHandler: 'TestWebChromeClientHostApi') method create (line 292) | void create(int instanceId) method setSynchronousReturnValueForOnShowFileChooser (line 294) | void setSynchronousReturnValueForOnShowFileChooser( class FlutterAssetManagerHostApi (line 300) | @HostApi(dartHostTestHandler: 'TestAssetManagerHostApi') method list (line 302) | List list(String path) method getAssetFilePathByName (line 304) | String getAssetFilePathByName(String name) class WebChromeClientFlutterApi (line 307) | @FlutterApi() method onProgressChanged (line 309) | void onProgressChanged(int instanceId, int webViewInstanceId, int prog... method onShowFileChooser (line 312) | List onShowFileChooser( class WebStorageHostApi (line 319) | @HostApi(dartHostTestHandler: 'TestWebStorageHostApi') method create (line 321) | void create(int instanceId) method deleteAllData (line 323) | void deleteAllData(int instanceId) class FileChooserParamsFlutterApi (line 329) | @FlutterApi() method create (line 331) | void create( FILE: packages/webview_flutter/webview_flutter_android/test/android_navigation_delegate_test.dart function main (line 14) | void main() function _buildCreationParams (line 442) | AndroidNavigationDelegateCreationParams _buildCreationParams() class CapturingWebViewClient (line 455) | class CapturingWebViewClient extends android_webview.WebViewClient { method setSynchronousReturnValueForShouldOverrideUrlLoading (line 472) | Future setSynchronousReturnValueForShouldOverrideUrlLoading( class CapturingWebChromeClient (line 479) | class CapturingWebChromeClient extends android_webview.WebChromeClient { class CapturingDownloadListener (line 491) | class CapturingDownloadListener extends android_webview.DownloadListener { FILE: packages/webview_flutter/webview_flutter_android/test/android_webview_controller_test.dart function main (line 43) | void main() function createControllerWithMocks (line 46) | AndroidWebViewController createControllerWithMocks({ function createAndroidJavaScriptChannelParamsWithMocks (line 128) | AndroidJavaScriptChannelParams FILE: packages/webview_flutter/webview_flutter_android/test/android_webview_controller_test.mocks.dart class _FakeWebChromeClient_0 (line 36) | class _FakeWebChromeClient_0 extends _i1.SmartFake class _FakeWebViewClient_1 (line 47) | class _FakeWebViewClient_1 extends _i1.SmartFake implements _i2.WebViewC... class _FakeDownloadListener_2 (line 57) | class _FakeDownloadListener_2 extends _i1.SmartFake class _FakePlatformNavigationDelegateCreationParams_3 (line 68) | class _FakePlatformNavigationDelegateCreationParams_3 extends _i1.SmartFake class _FakePlatformWebViewControllerCreationParams_4 (line 79) | class _FakePlatformWebViewControllerCreationParams_4 extends _i1.SmartFake class _FakeObject_5 (line 90) | class _FakeObject_5 extends _i1.SmartFake implements Object { class _FakeOffset_6 (line 100) | class _FakeOffset_6 extends _i1.SmartFake implements _i4.Offset { class _FakeWebView_7 (line 110) | class _FakeWebView_7 extends _i1.SmartFake implements _i2.WebView { class _FakeFlutterAssetManager_8 (line 120) | class _FakeFlutterAssetManager_8 extends _i1.SmartFake class _FakeJavaScriptChannel_9 (line 131) | class _FakeJavaScriptChannel_9 extends _i1.SmartFake class _FakeInstanceManager_10 (line 142) | class _FakeInstanceManager_10 extends _i1.SmartFake class _FakePlatformViewsServiceProxy_11 (line 153) | class _FakePlatformViewsServiceProxy_11 extends _i1.SmartFake class _FakePlatformWebViewController_12 (line 164) | class _FakePlatformWebViewController_12 extends _i1.SmartFake class _FakeSize_13 (line 175) | class _FakeSize_13 extends _i1.SmartFake implements _i4.Size { class _FakeExpensiveAndroidViewController_14 (line 185) | class _FakeExpensiveAndroidViewController_14 extends _i1.SmartFake class _FakeSurfaceAndroidViewController_15 (line 196) | class _FakeSurfaceAndroidViewController_15 extends _i1.SmartFake class _FakeWebSettings_16 (line 207) | class _FakeWebSettings_16 extends _i1.SmartFake implements _i2.WebSettin... class _FakeWebStorage_17 (line 217) | class _FakeWebStorage_17 extends _i1.SmartFake implements _i2.WebStorage { class MockAndroidNavigationDelegate (line 230) | class MockAndroidNavigationDelegate extends _i1.Mock method setOnLoadRequest (line 283) | _i9.Future setOnLoadRequest(_i8.LoadRequestCallback? onLoadRequest) method setOnNavigationRequest (line 293) | _i9.Future setOnNavigationRequest( method setOnPageStarted (line 304) | _i9.Future setOnPageStarted(_i3.PageEventCallback? onPageStarted) method setOnPageFinished (line 314) | _i9.Future setOnPageFinished(_i3.PageEventCallback? onPageFinished) method setOnProgress (line 324) | _i9.Future setOnProgress(_i3.ProgressCallback? onProgress) method setOnWebResourceError (line 334) | _i9.Future setOnWebResourceError( class MockAndroidWebViewController (line 349) | class MockAndroidWebViewController extends _i1.Mock method loadFile (line 365) | _i9.Future loadFile(String? absoluteFilePath) method loadFlutterAsset (line 374) | _i9.Future loadFlutterAsset(String? key) method loadHtmlString (line 383) | _i9.Future loadHtmlString( method loadRequest (line 397) | _i9.Future loadRequest(_i3.LoadRequestParams? params) method currentUrl (line 407) | _i9.Future currentUrl() method canGoBack (line 416) | _i9.Future canGoBack() method canGoForward (line 425) | _i9.Future canGoForward() method goBack (line 434) | _i9.Future goBack() method goForward (line 443) | _i9.Future goForward() method reload (line 452) | _i9.Future reload() method clearCache (line 461) | _i9.Future clearCache() method clearLocalStorage (line 470) | _i9.Future clearLocalStorage() method setPlatformNavigationDelegate (line 479) | _i9.Future setPlatformNavigationDelegate( method runJavaScript (line 490) | _i9.Future runJavaScript(String? javaScript) method runJavaScriptReturningResult (line 499) | _i9.Future runJavaScriptReturningResult(String? javaScript) method addJavaScriptChannel (line 521) | _i9.Future addJavaScriptChannel( method removeJavaScriptChannel (line 532) | _i9.Future removeJavaScriptChannel(String? javaScriptChannelName) method getTitle (line 542) | _i9.Future getTitle() method scrollTo (line 551) | _i9.Future scrollTo( method scrollBy (line 567) | _i9.Future scrollBy( method getScrollPosition (line 583) | _i9.Future<_i4.Offset> getScrollPosition() method enableZoom (line 604) | _i9.Future enableZoom(bool? enabled) method setBackgroundColor (line 613) | _i9.Future setBackgroundColor(_i4.Color? color) method setJavaScriptMode (line 622) | _i9.Future setJavaScriptMode(_i3.JavaScriptMode? javaScriptMode) method setUserAgent (line 632) | _i9.Future setUserAgent(String? userAgent) method setMediaPlaybackRequiresUserGesture (line 641) | _i9.Future setMediaPlaybackRequiresUserGesture(bool? require) method setOnShowFileSelector (line 651) | _i9.Future setOnShowFileSelector( class MockAndroidWebViewProxy (line 667) | class MockAndroidWebViewProxy extends _i1.Mock method setWebContentsDebuggingEnabled (line 978) | _i9.Future setWebContentsDebuggingEnabled(bool? enabled) class MockAndroidWebViewWidgetCreationParams (line 993) | class MockAndroidWebViewWidgetCreationParams extends _i1.Mock class MockExpensiveAndroidViewController (line 1057) | class MockExpensiveAndroidViewController extends _i1.Mock method setOffset (line 1111) | _i9.Future setOffset(_i4.Offset? off) method create (line 1120) | _i9.Future create({ method setSize (line 1137) | _i9.Future<_i4.Size> setSize(_i4.Size? size) method sendMotionEvent (line 1158) | _i9.Future sendMotionEvent(_i7.AndroidMotionEvent? event) method addOnPlatformViewCreatedListener (line 1168) | void addOnPlatformViewCreatedListener( method removeOnPlatformViewCreatedListener (line 1178) | void removeOnPlatformViewCreatedListener( method setLayoutDirection (line 1188) | _i9.Future setLayoutDirection(_i4.TextDirection? layoutDirection) method dispatchPointerEvent (line 1198) | _i9.Future dispatchPointerEvent(_i13.PointerEvent? event) method clearFocus (line 1208) | _i9.Future clearFocus() method dispose (line 1217) | _i9.Future dispose() class MockFlutterAssetManager (line 1230) | class MockFlutterAssetManager extends _i1.Mock method list (line 1233) | _i9.Future> list(String? path) method getAssetFilePathByName (line 1242) | _i9.Future getAssetFilePathByName(String? name) class MockJavaScriptChannel (line 1256) | class MockJavaScriptChannel extends _i1.Mock implements _i2.JavaScriptCh... method copy (line 1270) | _i2.JavaScriptChannel copy() class MockPlatformViewsServiceProxy (line 1296) | class MockPlatformViewsServiceProxy extends _i1.Mock method initExpensiveAndroidView (line 1299) | _i7.ExpensiveAndroidViewController initExpensiveAndroidView({ method initSurfaceAndroidView (line 1352) | _i7.SurfaceAndroidViewController initSurfaceAndroidView({ class MockSurfaceAndroidViewController (line 1409) | class MockSurfaceAndroidViewController extends _i1.Mock method setOffset (line 1463) | _i9.Future setOffset(_i4.Offset? off) method create (line 1472) | _i9.Future create({ method setSize (line 1489) | _i9.Future<_i4.Size> setSize(_i4.Size? size) method sendMotionEvent (line 1510) | _i9.Future sendMotionEvent(_i7.AndroidMotionEvent? event) method addOnPlatformViewCreatedListener (line 1520) | void addOnPlatformViewCreatedListener( method removeOnPlatformViewCreatedListener (line 1530) | void removeOnPlatformViewCreatedListener( method setLayoutDirection (line 1540) | _i9.Future setLayoutDirection(_i4.TextDirection? layoutDirection) method dispatchPointerEvent (line 1550) | _i9.Future dispatchPointerEvent(_i13.PointerEvent? event) method clearFocus (line 1560) | _i9.Future clearFocus() method dispose (line 1569) | _i9.Future dispose() class MockWebChromeClient (line 1582) | class MockWebChromeClient extends _i1.Mock implements _i2.WebChromeClient { method setSynchronousReturnValueForOnShowFileChooser (line 1584) | _i9.Future setSynchronousReturnValueForOnShowFileChooser(bool? v... method copy (line 1594) | _i2.WebChromeClient copy() class MockWebSettings (line 1619) | class MockWebSettings extends _i1.Mock implements _i2.WebSettings { method setDomStorageEnabled (line 1621) | _i9.Future setDomStorageEnabled(bool? flag) method setJavaScriptCanOpenWindowsAutomatically (line 1630) | _i9.Future setJavaScriptCanOpenWindowsAutomatically(bool? flag) method setSupportMultipleWindows (line 1640) | _i9.Future setSupportMultipleWindows(bool? support) method setJavaScriptEnabled (line 1650) | _i9.Future setJavaScriptEnabled(bool? flag) method setUserAgentString (line 1659) | _i9.Future setUserAgentString(String? userAgentString) method setMediaPlaybackRequiresUserGesture (line 1669) | _i9.Future setMediaPlaybackRequiresUserGesture(bool? require) method setSupportZoom (line 1679) | _i9.Future setSupportZoom(bool? support) method setLoadWithOverviewMode (line 1688) | _i9.Future setLoadWithOverviewMode(bool? overview) method setUseWideViewPort (line 1698) | _i9.Future setUseWideViewPort(bool? use) method setDisplayZoomControls (line 1707) | _i9.Future setDisplayZoomControls(bool? enabled) method setBuiltInZoomControls (line 1716) | _i9.Future setBuiltInZoomControls(bool? enabled) method setAllowFileAccess (line 1725) | _i9.Future setAllowFileAccess(bool? enabled) method copy (line 1734) | _i2.WebSettings copy() class MockWebView (line 1759) | class MockWebView extends _i1.Mock implements _i2.WebView { method loadData (line 1779) | _i9.Future loadData({ method loadDataWithBaseUrl (line 1798) | _i9.Future loadDataWithBaseUrl({ method loadUrl (line 1821) | _i9.Future loadUrl( method postUrl (line 1837) | _i9.Future postUrl( method getUrl (line 1853) | _i9.Future getUrl() method canGoBack (line 1862) | _i9.Future canGoBack() method canGoForward (line 1871) | _i9.Future canGoForward() method goBack (line 1880) | _i9.Future goBack() method goForward (line 1889) | _i9.Future goForward() method reload (line 1898) | _i9.Future reload() method clearCache (line 1907) | _i9.Future clearCache(bool? includeDiskFiles) method evaluateJavascript (line 1916) | _i9.Future evaluateJavascript(String? javascriptString) method getTitle (line 1926) | _i9.Future getTitle() method scrollTo (line 1935) | _i9.Future scrollTo( method scrollBy (line 1951) | _i9.Future scrollBy( method getScrollX (line 1967) | _i9.Future getScrollX() method getScrollY (line 1976) | _i9.Future getScrollY() method getScrollPosition (line 1985) | _i9.Future<_i4.Offset> getScrollPosition() method setWebViewClient (line 2006) | _i9.Future setWebViewClient(_i2.WebViewClient? webViewClient) method addJavaScriptChannel (line 2016) | _i9.Future addJavaScriptChannel( method removeJavaScriptChannel (line 2027) | _i9.Future removeJavaScriptChannel( method setDownloadListener (line 2038) | _i9.Future setDownloadListener(_i2.DownloadListener? listener) method setWebChromeClient (line 2048) | _i9.Future setWebChromeClient(_i2.WebChromeClient? client) method setBackgroundColor (line 2058) | _i9.Future setBackgroundColor(_i4.Color? color) method copy (line 2067) | _i2.WebView copy() class MockWebViewClient (line 2092) | class MockWebViewClient extends _i1.Mock implements _i2.WebViewClient { method setSynchronousReturnValueForShouldOverrideUrlLoading (line 2094) | _i9.Future setSynchronousReturnValueForShouldOverrideUrlLoading( method copy (line 2105) | _i2.WebViewClient copy() class MockWebStorage (line 2130) | class MockWebStorage extends _i1.Mock implements _i2.WebStorage { method deleteAllData (line 2132) | _i9.Future deleteAllData() method copy (line 2141) | _i2.WebStorage copy() class MockInstanceManager (line 2166) | class MockInstanceManager extends _i1.Mock implements _i5.InstanceManager { method addDartCreatedInstance (line 2183) | int addDartCreatedInstance(_i5.Copyable? instance) method removeWeakReference (line 2192) | int? removeWeakReference(_i5.Copyable? instance) method remove (line 2200) | T? remove(int? identifier) method getInstanceWithWeakReference (line 2208) | T? getInstanceWithWeakReference(int? identifier) method getIdentifier (line 2217) | int? getIdentifier(_i5.Copyable? instance) method addHostCreatedInstance (line 2225) | void addHostCreatedInstance( method containsIdentifier (line 2240) | bool containsIdentifier(int? identifier) FILE: packages/webview_flutter/webview_flutter_android/test/android_webview_cookie_manager_test.dart function main (line 16) | void main() FILE: packages/webview_flutter/webview_flutter_android/test/android_webview_cookie_manager_test.mocks.dart class MockCookieManager (line 25) | class MockCookieManager extends _i1.Mock implements _i2.CookieManager { method setCookie (line 31) | _i3.Future setCookie( method clearCookies (line 47) | _i3.Future clearCookies() FILE: packages/webview_flutter/webview_flutter_android/test/android_webview_test.dart function main (line 33) | void main() FILE: packages/webview_flutter/webview_flutter_android/test/android_webview_test.mocks.dart class _FakeDownloadListener_0 (line 27) | class _FakeDownloadListener_0 extends _i1.SmartFake class _FakeJavaScriptChannel_1 (line 38) | class _FakeJavaScriptChannel_1 extends _i1.SmartFake class _FakeWebViewPoint_2 (line 49) | class _FakeWebViewPoint_2 extends _i1.SmartFake implements _i3.WebViewPo... class _FakeWebChromeClient_3 (line 59) | class _FakeWebChromeClient_3 extends _i1.SmartFake class _FakeWebSettings_4 (line 70) | class _FakeWebSettings_4 extends _i1.SmartFake implements _i2.WebSettings { class _FakeOffset_5 (line 80) | class _FakeOffset_5 extends _i1.SmartFake implements _i4.Offset { class _FakeWebView_6 (line 90) | class _FakeWebView_6 extends _i1.SmartFake implements _i2.WebView { class _FakeWebViewClient_7 (line 100) | class _FakeWebViewClient_7 extends _i1.SmartFake implements _i2.WebViewC... class MockCookieManagerHostApi (line 113) | class MockCookieManagerHostApi extends _i1.Mock method clearCookies (line 120) | _i5.Future clearCookies() method setCookie (line 128) | _i5.Future setCookie( class MockDownloadListener (line 148) | class MockDownloadListener extends _i1.Mock implements _i2.DownloadListe... method copy (line 177) | _i2.DownloadListener copy() class MockJavaScriptChannel (line 195) | class MockJavaScriptChannel extends _i1.Mock implements _i2.JavaScriptCh... method copy (line 211) | _i2.JavaScriptChannel copy() class MockTestDownloadListenerHostApi (line 229) | class MockTestDownloadListenerHostApi extends _i1.Mock method create (line 236) | void create(int? instanceId) class MockTestJavaObjectHostApi (line 248) | class MockTestJavaObjectHostApi extends _i1.Mock method dispose (line 255) | void dispose(int? identifier) class MockTestJavaScriptChannelHostApi (line 267) | class MockTestJavaScriptChannelHostApi extends _i1.Mock method create (line 274) | void create( class MockTestWebChromeClientHostApi (line 293) | class MockTestWebChromeClientHostApi extends _i1.Mock method create (line 300) | void create(int? instanceId) method setSynchronousReturnValueForOnShowFileChooser (line 308) | void setSynchronousReturnValueForOnShowFileChooser( class MockTestWebSettingsHostApi (line 327) | class MockTestWebSettingsHostApi extends _i1.Mock method create (line 334) | void create( method setDomStorageEnabled (line 349) | void setDomStorageEnabled( method setJavaScriptCanOpenWindowsAutomatically (line 364) | void setJavaScriptCanOpenWindowsAutomatically( method setSupportMultipleWindows (line 379) | void setSupportMultipleWindows( method setJavaScriptEnabled (line 394) | void setJavaScriptEnabled( method setUserAgentString (line 409) | void setUserAgentString( method setMediaPlaybackRequiresUserGesture (line 424) | void setMediaPlaybackRequiresUserGesture( method setSupportZoom (line 439) | void setSupportZoom( method setLoadWithOverviewMode (line 454) | void setLoadWithOverviewMode( method setUseWideViewPort (line 469) | void setUseWideViewPort( method setDisplayZoomControls (line 484) | void setDisplayZoomControls( method setBuiltInZoomControls (line 499) | void setBuiltInZoomControls( method setAllowFileAccess (line 514) | void setAllowFileAccess( class MockTestWebStorageHostApi (line 533) | class MockTestWebStorageHostApi extends _i1.Mock method create (line 540) | void create(int? instanceId) method deleteAllData (line 548) | void deleteAllData(int? instanceId) class MockTestWebViewClientHostApi (line 560) | class MockTestWebViewClientHostApi extends _i1.Mock method create (line 567) | void create(int? instanceId) method setSynchronousReturnValueForShouldOverrideUrlLoading (line 575) | void setSynchronousReturnValueForShouldOverrideUrlLoading( class MockTestWebViewHostApi (line 594) | class MockTestWebViewHostApi extends _i1.Mock method create (line 601) | void create( method loadData (line 616) | void loadData( method loadDataWithBaseUrl (line 635) | void loadDataWithBaseUrl( method loadUrl (line 658) | void loadUrl( method postUrl (line 675) | void postUrl( method getUrl (line 692) | String? getUrl(int? instanceId) method canGoBack (line 697) | bool canGoBack(int? instanceId) method canGoForward (line 705) | bool canGoForward(int? instanceId) method goBack (line 713) | void goBack(int? instanceId) method goForward (line 721) | void goForward(int? instanceId) method reload (line 729) | void reload(int? instanceId) method clearCache (line 737) | void clearCache( method evaluateJavascript (line 752) | _i5.Future evaluateJavascript( method getTitle (line 767) | String? getTitle(int? instanceId) method scrollTo (line 772) | void scrollTo( method scrollBy (line 789) | void scrollBy( method getScrollX (line 806) | int getScrollX(int? instanceId) method getScrollY (line 814) | int getScrollY(int? instanceId) method getScrollPosition (line 822) | _i3.WebViewPoint getScrollPosition(int? instanceId) method setWebContentsDebuggingEnabled (line 836) | void setWebContentsDebuggingEnabled(bool? enabled) method setWebViewClient (line 844) | void setWebViewClient( method addJavaScriptChannel (line 859) | void addJavaScriptChannel( method removeJavaScriptChannel (line 874) | void removeJavaScriptChannel( method setDownloadListener (line 889) | void setDownloadListener( method setWebChromeClient (line 904) | void setWebChromeClient( method setBackgroundColor (line 919) | void setBackgroundColor( class MockTestAssetManagerHostApi (line 938) | class MockTestAssetManagerHostApi extends _i1.Mock method list (line 945) | List list(String? path) method getAssetFilePathByName (line 953) | String getAssetFilePathByName(String? name) class MockWebChromeClient (line 965) | class MockWebChromeClient extends _i1.Mock implements _i2.WebChromeClient { method setSynchronousReturnValueForOnShowFileChooser (line 971) | _i5.Future setSynchronousReturnValueForOnShowFileChooser(bool? v... method copy (line 981) | _i2.WebChromeClient copy() class MockWebView (line 999) | class MockWebView extends _i1.Mock implements _i2.WebView { method loadData (line 1018) | _i5.Future loadData({ method loadDataWithBaseUrl (line 1037) | _i5.Future loadDataWithBaseUrl({ method loadUrl (line 1060) | _i5.Future loadUrl( method postUrl (line 1076) | _i5.Future postUrl( method getUrl (line 1092) | _i5.Future getUrl() method canGoBack (line 1100) | _i5.Future canGoBack() method canGoForward (line 1108) | _i5.Future canGoForward() method goBack (line 1116) | _i5.Future goBack() method goForward (line 1125) | _i5.Future goForward() method reload (line 1134) | _i5.Future reload() method clearCache (line 1143) | _i5.Future clearCache(bool? includeDiskFiles) method evaluateJavascript (line 1152) | _i5.Future evaluateJavascript(String? javascriptString) method getTitle (line 1161) | _i5.Future getTitle() method scrollTo (line 1169) | _i5.Future scrollTo( method scrollBy (line 1185) | _i5.Future scrollBy( method getScrollX (line 1201) | _i5.Future getScrollX() method getScrollY (line 1209) | _i5.Future getScrollY() method getScrollPosition (line 1217) | _i5.Future<_i4.Offset> getScrollPosition() method setWebViewClient (line 1231) | _i5.Future setWebViewClient(_i2.WebViewClient? webViewClient) method addJavaScriptChannel (line 1241) | _i5.Future addJavaScriptChannel( method removeJavaScriptChannel (line 1252) | _i5.Future removeJavaScriptChannel( method setDownloadListener (line 1263) | _i5.Future setDownloadListener(_i2.DownloadListener? listener) method setWebChromeClient (line 1273) | _i5.Future setWebChromeClient(_i2.WebChromeClient? client) method setBackgroundColor (line 1283) | _i5.Future setBackgroundColor(_i4.Color? color) method copy (line 1292) | _i2.WebView copy() class MockWebViewClient (line 1310) | class MockWebViewClient extends _i1.Mock implements _i2.WebViewClient { method setSynchronousReturnValueForShouldOverrideUrlLoading (line 1316) | _i5.Future setSynchronousReturnValueForShouldOverrideUrlLoading( method copy (line 1327) | _i2.WebViewClient copy() FILE: packages/webview_flutter/webview_flutter_android/test/instance_manager_test.dart function main (line 8) | void main() class CopyableObject (line 138) | class CopyableObject with Copyable { method copy (line 140) | Copyable copy() FILE: packages/webview_flutter/webview_flutter_android/test/legacy/surface_android_test.dart function main (line 13) | void main() class TestWebViewPlatformCallbacksHandler (line 103) | class TestWebViewPlatformCallbacksHandler method onNavigationRequest (line 106) | FutureOr onNavigationRequest({ method onPageFinished (line 114) | void onPageFinished(String url) method onPageStarted (line 117) | void onPageStarted(String url) method onProgress (line 120) | void onProgress(int progress) method onWebResourceError (line 123) | void onWebResourceError(WebResourceError error) function _ambiguate (line 130) | T? _ambiguate(T? value) FILE: packages/webview_flutter/webview_flutter_android/test/legacy/webview_android_cookie_manager_test.dart function main (line 16) | void main() FILE: packages/webview_flutter/webview_flutter_android/test/legacy/webview_android_cookie_manager_test.mocks.dart class MockCookieManager (line 25) | class MockCookieManager extends _i1.Mock implements _i2.CookieManager { method setCookie (line 31) | _i3.Future setCookie( method clearCookies (line 47) | _i3.Future clearCookies() FILE: packages/webview_flutter/webview_flutter_android/test/legacy/webview_android_widget_test.dart function main (line 36) | void main() function buildWidget (line 81) | Future buildWidget( FILE: packages/webview_flutter/webview_flutter_android/test/legacy/webview_android_widget_test.mocks.dart class _FakeWebSettings_0 (line 28) | class _FakeWebSettings_0 extends _i1.SmartFake implements _i2.WebSettings { class _FakeWebStorage_1 (line 38) | class _FakeWebStorage_1 extends _i1.SmartFake implements _i2.WebStorage { class _FakeOffset_2 (line 48) | class _FakeOffset_2 extends _i1.SmartFake implements _i3.Offset { class _FakeWebView_3 (line 58) | class _FakeWebView_3 extends _i1.SmartFake implements _i2.WebView { class _FakeDownloadListener_4 (line 68) | class _FakeDownloadListener_4 extends _i1.SmartFake class _FakeJavascriptChannelRegistry_5 (line 79) | class _FakeJavascriptChannelRegistry_5 extends _i1.SmartFake class _FakeJavaScriptChannel_6 (line 90) | class _FakeJavaScriptChannel_6 extends _i1.SmartFake class _FakeWebChromeClient_7 (line 101) | class _FakeWebChromeClient_7 extends _i1.SmartFake class _FakeWebViewClient_8 (line 112) | class _FakeWebViewClient_8 extends _i1.SmartFake implements _i2.WebViewC... class MockFlutterAssetManager (line 125) | class MockFlutterAssetManager extends _i1.Mock method list (line 132) | _i5.Future> list(String? path) method getAssetFilePathByName (line 140) | _i5.Future getAssetFilePathByName(String? name) class MockWebSettings (line 153) | class MockWebSettings extends _i1.Mock implements _i2.WebSettings { method setDomStorageEnabled (line 159) | _i5.Future setDomStorageEnabled(bool? flag) method setJavaScriptCanOpenWindowsAutomatically (line 168) | _i5.Future setJavaScriptCanOpenWindowsAutomatically(bool? flag) method setSupportMultipleWindows (line 178) | _i5.Future setSupportMultipleWindows(bool? support) method setJavaScriptEnabled (line 188) | _i5.Future setJavaScriptEnabled(bool? flag) method setUserAgentString (line 197) | _i5.Future setUserAgentString(String? userAgentString) method setMediaPlaybackRequiresUserGesture (line 207) | _i5.Future setMediaPlaybackRequiresUserGesture(bool? require) method setSupportZoom (line 217) | _i5.Future setSupportZoom(bool? support) method setLoadWithOverviewMode (line 226) | _i5.Future setLoadWithOverviewMode(bool? overview) method setUseWideViewPort (line 236) | _i5.Future setUseWideViewPort(bool? use) method setDisplayZoomControls (line 245) | _i5.Future setDisplayZoomControls(bool? enabled) method setBuiltInZoomControls (line 254) | _i5.Future setBuiltInZoomControls(bool? enabled) method setAllowFileAccess (line 263) | _i5.Future setAllowFileAccess(bool? enabled) method copy (line 272) | _i2.WebSettings copy() class MockWebStorage (line 290) | class MockWebStorage extends _i1.Mock implements _i2.WebStorage { method deleteAllData (line 296) | _i5.Future deleteAllData() method copy (line 305) | _i2.WebStorage copy() class MockWebView (line 323) | class MockWebView extends _i1.Mock implements _i2.WebView { method loadData (line 342) | _i5.Future loadData({ method loadDataWithBaseUrl (line 361) | _i5.Future loadDataWithBaseUrl({ method loadUrl (line 384) | _i5.Future loadUrl( method postUrl (line 400) | _i5.Future postUrl( method getUrl (line 416) | _i5.Future getUrl() method canGoBack (line 424) | _i5.Future canGoBack() method canGoForward (line 432) | _i5.Future canGoForward() method goBack (line 440) | _i5.Future goBack() method goForward (line 449) | _i5.Future goForward() method reload (line 458) | _i5.Future reload() method clearCache (line 467) | _i5.Future clearCache(bool? includeDiskFiles) method evaluateJavascript (line 476) | _i5.Future evaluateJavascript(String? javascriptString) method getTitle (line 485) | _i5.Future getTitle() method scrollTo (line 493) | _i5.Future scrollTo( method scrollBy (line 509) | _i5.Future scrollBy( method getScrollX (line 525) | _i5.Future getScrollX() method getScrollY (line 533) | _i5.Future getScrollY() method getScrollPosition (line 541) | _i5.Future<_i3.Offset> getScrollPosition() method setWebViewClient (line 555) | _i5.Future setWebViewClient(_i2.WebViewClient? webViewClient) method addJavaScriptChannel (line 565) | _i5.Future addJavaScriptChannel( method removeJavaScriptChannel (line 576) | _i5.Future removeJavaScriptChannel( method setDownloadListener (line 587) | _i5.Future setDownloadListener(_i2.DownloadListener? listener) method setWebChromeClient (line 597) | _i5.Future setWebChromeClient(_i2.WebChromeClient? client) method setBackgroundColor (line 607) | _i5.Future setBackgroundColor(_i3.Color? color) method copy (line 616) | _i2.WebView copy() class MockWebResourceRequest (line 634) | class MockWebResourceRequest extends _i1.Mock class MockDownloadListener (line 670) | class MockDownloadListener extends _i1.Mock implements _i2.DownloadListe... method copy (line 699) | _i2.DownloadListener copy() class MockWebViewAndroidJavaScriptChannel (line 717) | class MockWebViewAndroidJavaScriptChannel extends _i1.Mock method copy (line 743) | _i2.JavaScriptChannel copy() class MockWebChromeClient (line 761) | class MockWebChromeClient extends _i1.Mock implements _i2.WebChromeClient { method setSynchronousReturnValueForOnShowFileChooser (line 767) | _i5.Future setSynchronousReturnValueForOnShowFileChooser(bool? v... method copy (line 777) | _i2.WebChromeClient copy() class MockWebViewClient (line 795) | class MockWebViewClient extends _i1.Mock implements _i2.WebViewClient { method setSynchronousReturnValueForShouldOverrideUrlLoading (line 801) | _i5.Future setSynchronousReturnValueForShouldOverrideUrlLoading( method copy (line 812) | _i2.WebViewClient copy() class MockJavascriptChannelRegistry (line 830) | class MockJavascriptChannelRegistry extends _i1.Mock method onJavascriptChannelMessage (line 842) | void onJavascriptChannelMessage( method updateJavascriptChannelsFromSet (line 857) | void updateJavascriptChannelsFromSet(Set<_i4.JavascriptChannel>? chann... class MockWebViewPlatformCallbacksHandler (line 870) | class MockWebViewPlatformCallbacksHandler extends _i1.Mock method onNavigationRequest (line 877) | _i5.FutureOr onNavigationRequest({ method onPageStarted (line 893) | void onPageStarted(String? url) method onPageFinished (line 901) | void onPageFinished(String? url) method onProgress (line 909) | void onProgress(int? progress) method onWebResourceError (line 917) | void onWebResourceError(_i4.WebResourceError? error) class MockWebViewProxy (line 929) | class MockWebViewProxy extends _i1.Mock implements _i7.WebViewProxy { method createWebView (line 935) | _i2.WebView createWebView({required bool? useHybridComposition}) method createWebViewClient (line 952) | _i2.WebViewClient createWebViewClient({ method setWebContentsDebuggingEnabled (line 1017) | _i5.Future setWebContentsDebuggingEnabled(bool? enabled) FILE: packages/webview_flutter/webview_flutter_android/test/test_android_webview.g.dart class TestJavaObjectHostApi (line 21) | abstract class TestJavaObjectHostApi { method dispose (line 24) | void dispose(int identifier) method setup (line 26) | void setup(TestJavaObjectHostApi? api, class _TestWebViewHostApiCodec (line 50) | class _TestWebViewHostApiCodec extends StandardMessageCodec { method writeValue (line 53) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 63) | Object? readValueOfType(int type, ReadBuffer buffer) class TestWebViewHostApi (line 74) | abstract class TestWebViewHostApi { method create (line 77) | void create(int instanceId, bool useHybridComposition) method loadData (line 79) | void loadData( method loadDataWithBaseUrl (line 82) | void loadDataWithBaseUrl(int instanceId, String? baseUrl, String data, method loadUrl (line 85) | void loadUrl(int instanceId, String url, Map headers) method postUrl (line 87) | void postUrl(int instanceId, String url, Uint8List data) method getUrl (line 89) | String? getUrl(int instanceId) method canGoBack (line 91) | bool canGoBack(int instanceId) method canGoForward (line 93) | bool canGoForward(int instanceId) method goBack (line 95) | void goBack(int instanceId) method goForward (line 97) | void goForward(int instanceId) method reload (line 99) | void reload(int instanceId) method clearCache (line 101) | void clearCache(int instanceId, bool includeDiskFiles) method evaluateJavascript (line 103) | Future evaluateJavascript(int instanceId, String javascriptSt... method getTitle (line 105) | String? getTitle(int instanceId) method scrollTo (line 107) | void scrollTo(int instanceId, int x, int y) method scrollBy (line 109) | void scrollBy(int instanceId, int x, int y) method getScrollX (line 111) | int getScrollX(int instanceId) method getScrollY (line 113) | int getScrollY(int instanceId) method getScrollPosition (line 115) | WebViewPoint getScrollPosition(int instanceId) method setWebContentsDebuggingEnabled (line 117) | void setWebContentsDebuggingEnabled(bool enabled) method setWebViewClient (line 119) | void setWebViewClient(int instanceId, int webViewClientInstanceId) method addJavaScriptChannel (line 121) | void addJavaScriptChannel(int instanceId, int javaScriptChannelInstanc... method removeJavaScriptChannel (line 123) | void removeJavaScriptChannel(int instanceId, int javaScriptChannelInst... method setDownloadListener (line 125) | void setDownloadListener(int instanceId, int? listenerInstanceId) method setWebChromeClient (line 127) | void setWebChromeClient(int instanceId, int? clientInstanceId) method setBackgroundColor (line 129) | void setBackgroundColor(int instanceId, int color) method setup (line 131) | void setup(TestWebViewHostApi? api, class TestWebSettingsHostApi (line 695) | abstract class TestWebSettingsHostApi { method create (line 698) | void create(int instanceId, int webViewInstanceId) method setDomStorageEnabled (line 700) | void setDomStorageEnabled(int instanceId, bool flag) method setJavaScriptCanOpenWindowsAutomatically (line 702) | void setJavaScriptCanOpenWindowsAutomatically(int instanceId, bool flag) method setSupportMultipleWindows (line 704) | void setSupportMultipleWindows(int instanceId, bool support) method setJavaScriptEnabled (line 706) | void setJavaScriptEnabled(int instanceId, bool flag) method setUserAgentString (line 708) | void setUserAgentString(int instanceId, String? userAgentString) method setMediaPlaybackRequiresUserGesture (line 710) | void setMediaPlaybackRequiresUserGesture(int instanceId, bool require) method setSupportZoom (line 712) | void setSupportZoom(int instanceId, bool support) method setLoadWithOverviewMode (line 714) | void setLoadWithOverviewMode(int instanceId, bool overview) method setUseWideViewPort (line 716) | void setUseWideViewPort(int instanceId, bool use) method setDisplayZoomControls (line 718) | void setDisplayZoomControls(int instanceId, bool enabled) method setBuiltInZoomControls (line 720) | void setBuiltInZoomControls(int instanceId, bool enabled) method setAllowFileAccess (line 722) | void setAllowFileAccess(int instanceId, bool enabled) method setup (line 724) | void setup(TestWebSettingsHostApi? api, class TestJavaScriptChannelHostApi (line 1019) | abstract class TestJavaScriptChannelHostApi { method create (line 1022) | void create(int instanceId, String channelName) method setup (line 1024) | void setup(TestJavaScriptChannelHostApi? api, class TestWebViewClientHostApi (line 1051) | abstract class TestWebViewClientHostApi { method create (line 1054) | void create(int instanceId) method setSynchronousReturnValueForShouldOverrideUrlLoading (line 1056) | void setSynchronousReturnValueForShouldOverrideUrlLoading( method setup (line 1059) | void setup(TestWebViewClientHostApi? api, class TestDownloadListenerHostApi (line 1107) | abstract class TestDownloadListenerHostApi { method create (line 1110) | void create(int instanceId) method setup (line 1112) | void setup(TestDownloadListenerHostApi? api, class TestWebChromeClientHostApi (line 1136) | abstract class TestWebChromeClientHostApi { method create (line 1139) | void create(int instanceId) method setSynchronousReturnValueForOnShowFileChooser (line 1141) | void setSynchronousReturnValueForOnShowFileChooser( method setup (line 1144) | void setup(TestWebChromeClientHostApi? api, class TestAssetManagerHostApi (line 1192) | abstract class TestAssetManagerHostApi { method list (line 1195) | List list(String path) method getAssetFilePathByName (line 1197) | String getAssetFilePathByName(String name) method setup (line 1199) | void setup(TestAssetManagerHostApi? api, class TestWebStorageHostApi (line 1243) | abstract class TestWebStorageHostApi { method create (line 1246) | void create(int instanceId) method deleteAllData (line 1248) | void deleteAllData(int instanceId) method setup (line 1250) | void setup(TestWebStorageHostApi? api, FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/platform_interface/javascript_channel_registry.dart class JavascriptChannelRegistry (line 10) | class JavascriptChannelRegistry { method onJavascriptChannelMessage (line 21) | void onJavascriptChannelMessage(String channel, String message) method updateJavascriptChannelsFromSet (line 32) | void updateJavascriptChannelsFromSet(Set? channels) FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/platform_interface/webview_cookie_manager.dart class WebViewCookieManagerPlatform (line 16) | abstract class WebViewCookieManagerPlatform extends PlatformInterface { method clearCookies (line 41) | Future clearCookies() method setCookie (line 47) | Future setCookie(WebViewCookie cookie) FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/platform_interface/webview_platform.dart type WebViewPlatformCreatedCallback (line 17) | typedef WebViewPlatformCreatedCallback = void Function( class WebViewPlatform (line 25) | abstract class WebViewPlatform { method build (line 47) | Widget build({ method clearCookies (line 63) | Future clearCookies() FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/platform_interface/webview_platform_callbacks_handler.dart class WebViewPlatformCallbacksHandler (line 13) | abstract class WebViewPlatformCallbacksHandler { method onNavigationRequest (line 17) | FutureOr onNavigationRequest( method onPageStarted (line 21) | void onPageStarted(String url) method onPageFinished (line 24) | void onPageFinished(String url) method onProgress (line 28) | void onProgress(int progress) method onWebResourceError (line 31) | void onWebResourceError(WebResourceError error) FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/platform_interface/webview_platform_controller.dart class WebViewPlatformController (line 18) | abstract class WebViewPlatformController { method loadFile (line 36) | Future loadFile( method loadFlutterAsset (line 47) | Future loadFlutterAsset( method loadHtmlString (line 58) | Future loadHtmlString( method loadUrl (line 74) | Future loadUrl( method loadRequest (line 94) | Future loadRequest( method updateSettings (line 105) | Future updateSettings(WebSettings setting) method currentUrl (line 113) | Future currentUrl() method canGoBack (line 119) | Future canGoBack() method canGoForward (line 125) | Future canGoForward() method goBack (line 133) | Future goBack() method goForward (line 141) | Future goForward() method reload (line 147) | Future reload() method clearCache (line 160) | Future clearCache() method evaluateJavascript (line 169) | Future evaluateJavascript(String javascript) method runJavascript (line 177) | Future runJavascript(String javascript) method runJavascriptReturningResult (line 187) | Future runJavascriptReturningResult(String javascript) method addJavascriptChannels (line 203) | Future addJavascriptChannels(Set javascriptChannelNames) method removeJavascriptChannels (line 212) | Future removeJavascriptChannels(Set javascriptChannelNames) method getTitle (line 218) | Future getTitle() method scrollTo (line 226) | Future scrollTo(int x, int y) method scrollBy (line 234) | Future scrollBy(int x, int y) method getScrollX (line 242) | Future getScrollX() method getScrollY (line 250) | Future getScrollY() FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/types/auto_media_playback_policy.dart type AutoMediaPlaybackPolicy (line 10) | enum AutoMediaPlaybackPolicy { FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/types/creation_params.dart class CreationParams (line 12) | class CreationParams { method toString (line 68) | String toString() FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/types/javascript_channel.dart type JavascriptMessageHandler (line 8) | typedef JavascriptMessageHandler = void Function(JavascriptMessage messa... class JavascriptChannel (line 13) | class JavascriptChannel { FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/types/javascript_message.dart class JavascriptMessage (line 6) | class JavascriptMessage { FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/types/javascript_mode.dart type JavascriptMode (line 6) | enum JavascriptMode { FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/types/web_resource_error.dart class WebResourceError (line 8) | class WebResourceError { FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/types/web_resource_error_type.dart type WebResourceErrorType (line 6) | enum WebResourceErrorType { FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/types/web_settings.dart class WebSetting (line 10) | @immutable class WebSettings (line 74) | class WebSettings { method toString (line 129) | String toString() FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/types/webview_cookie.dart class WebViewCookie (line 7) | class WebViewCookie { method toJson (line 41) | Map toJson() FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/legacy/types/webview_request.dart type WebViewRequestMethod (line 8) | enum WebViewRequestMethod { function serialize (line 19) | String serialize() class WebViewRequest (line 30) | class WebViewRequest { method toJson (line 52) | Map toJson() FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/platform_navigation_delegate.dart type NavigationRequestCallback (line 13) | typedef NavigationRequestCallback = FutureOr Function( type PageEventCallback (line 17) | typedef PageEventCallback = void Function(String url); type ProgressCallback (line 20) | typedef ProgressCallback = void Function(int progress); type WebResourceErrorCallback (line 23) | typedef WebResourceErrorCallback = void Function(WebResourceError error); class PlatformNavigationDelegate (line 30) | abstract class PlatformNavigationDelegate extends PlatformInterface { method setOnNavigationRequest (line 62) | Future setOnNavigationRequest( method setOnPageStarted (line 72) | Future setOnPageStarted( method setOnPageFinished (line 82) | Future setOnPageFinished( method setOnProgress (line 92) | Future setOnProgress( method setOnWebResourceError (line 102) | Future setOnWebResourceError( FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/platform_webview_controller.dart class PlatformWebViewController (line 20) | abstract class PlatformWebViewController extends PlatformInterface { method loadFile (line 56) | Future loadFile( method loadFlutterAsset (line 67) | Future loadFlutterAsset( method loadHtmlString (line 78) | Future loadHtmlString( method loadRequest (line 98) | Future loadRequest( method currentUrl (line 108) | Future currentUrl() method canGoBack (line 114) | Future canGoBack() method canGoForward (line 120) | Future canGoForward() method goBack (line 128) | Future goBack() method goForward (line 136) | Future goForward() method reload (line 142) | Future reload() method clearCache (line 154) | Future clearCache() method clearLocalStorage (line 160) | Future clearLocalStorage() method setPlatformNavigationDelegate (line 167) | Future setPlatformNavigationDelegate( method runJavaScript (line 176) | Future runJavaScript(String javaScript) method runJavaScriptReturningResult (line 186) | Future runJavaScriptReturningResult(String javaScript) method addJavaScriptChannel (line 192) | Future addJavaScriptChannel( method removeJavaScriptChannel (line 204) | Future removeJavaScriptChannel(String javaScriptChannelName) method getTitle (line 210) | Future getTitle() method scrollTo (line 218) | Future scrollTo(int x, int y) method scrollBy (line 226) | Future scrollBy(int x, int y) method getScrollPosition (line 234) | Future getScrollPosition() method enableZoom (line 240) | Future enableZoom(bool enabled) method setBackgroundColor (line 246) | Future setBackgroundColor(Color color) method setJavaScriptMode (line 252) | Future setJavaScriptMode(JavaScriptMode javaScriptMode) method setUserAgent (line 258) | Future setUserAgent(String? userAgent) class JavaScriptChannelParams (line 265) | @immutable FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/platform_webview_cookie_manager.dart class PlatformWebViewCookieManager (line 18) | abstract class PlatformWebViewCookieManager extends PlatformInterface { method clearCookies (line 52) | Future clearCookies() method setCookie (line 58) | Future setCookie(WebViewCookie cookie) FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/platform_webview_widget.dart class PlatformWebViewWidget (line 11) | abstract class PlatformWebViewWidget extends PlatformInterface { method build (line 43) | Widget build(BuildContext context) FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/types/javascript_message.dart class JavaScriptMessage (line 42) | @immutable FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/types/javascript_mode.dart type JavaScriptMode (line 6) | enum JavaScriptMode { FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/types/load_request_params.dart type LoadRequestMethod (line 14) | enum LoadRequestMethod { function serialize (line 25) | String serialize() class LoadRequestParams (line 70) | @immutable FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/types/navigation_decision.dart type NavigationDecision (line 6) | enum NavigationDecision { FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/types/navigation_request.dart class NavigationRequest (line 6) | class NavigationRequest { FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/types/platform_navigation_delegate_creation_params.dart class PlatformNavigationDelegateCreationParams (line 40) | @immutable FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/types/platform_webview_controller_creation_params.dart class PlatformWebViewControllerCreationParams (line 41) | @immutable FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/types/platform_webview_cookie_manager_creation_params.dart class PlatformWebViewCookieManagerCreationParams (line 41) | @immutable FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/types/platform_webview_widget_creation_params.dart class PlatformWebViewWidgetCreationParams (line 48) | @immutable FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/types/web_resource_error.dart type WebResourceErrorType (line 8) | enum WebResourceErrorType { class WebResourceError (line 102) | @immutable FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/types/webview_cookie.dart class WebViewCookie (line 8) | @immutable FILE: packages/webview_flutter/webview_flutter_platform_interface/lib/src/webview_platform.dart class WebViewPlatform (line 16) | abstract class WebViewPlatform extends PlatformInterface { method createPlatformCookieManager (line 43) | PlatformWebViewCookieManager createPlatformCookieManager( method createPlatformNavigationDelegate (line 54) | PlatformNavigationDelegate createPlatformNavigationDelegate( method createPlatformWebViewController (line 65) | PlatformWebViewController createPlatformWebViewController( method createPlatformWebViewWidget (line 76) | PlatformWebViewWidget createPlatformWebViewWidget( FILE: packages/webview_flutter/webview_flutter_platform_interface/test/legacy/platform_interface/javascript_channel_registry_test.dart function main (line 8) | void main() FILE: packages/webview_flutter/webview_flutter_platform_interface/test/legacy/platform_interface/webview_cookie_manager_test.dart function main (line 8) | void main() class TestWebViewCookieManagerPlatform (line 26) | class TestWebViewCookieManagerPlatform extends WebViewCookieManagerPlatf... FILE: packages/webview_flutter/webview_flutter_platform_interface/test/legacy/types/javascript_channel_test.dart function main (line 8) | void main() FILE: packages/webview_flutter/webview_flutter_platform_interface/test/legacy/types/webview_cookie_test.dart function main (line 8) | void main() FILE: packages/webview_flutter/webview_flutter_platform_interface/test/legacy/types/webview_request_test.dart function main (line 9) | void main() FILE: packages/webview_flutter/webview_flutter_platform_interface/test/platform_navigation_delegate_test.dart function main (line 12) | void main() class MockWebViewPlatformWithMixin (line 125) | class MockWebViewPlatformWithMixin extends MockWebViewPlatform class ImplementsPlatformNavigationDelegate (line 130) | class ImplementsPlatformNavigationDelegate method noSuchMethod (line 133) | dynamic noSuchMethod(Invocation invocation) class MockNavigationDelegate (line 136) | class MockNavigationDelegate extends Mock class ExtendsPlatformNavigationDelegate (line 143) | class ExtendsPlatformNavigationDelegate extends PlatformNavigationDelega... FILE: packages/webview_flutter/webview_flutter_platform_interface/test/platform_webview_controller_test.dart function main (line 16) | void main() class MockWebViewPlatformWithMixin (line 415) | class MockWebViewPlatformWithMixin extends MockWebViewPlatform class ImplementsPlatformWebViewController (line 420) | class ImplementsPlatformWebViewController implements PlatformWebViewCont... method noSuchMethod (line 422) | dynamic noSuchMethod(Invocation invocation) class MockWebViewControllerDelegate (line 425) | class MockWebViewControllerDelegate extends Mock class ExtendsPlatformWebViewController (line 432) | class ExtendsPlatformWebViewController extends PlatformWebViewController { class MockLoadRequestParamsDelegate (line 439) | class MockLoadRequestParamsDelegate extends Mock FILE: packages/webview_flutter/webview_flutter_platform_interface/test/platform_webview_controller_test.mocks.dart class _FakePlatformNavigationDelegateCreationParams_0 (line 25) | class _FakePlatformNavigationDelegateCreationParams_0 extends _i1.SmartFake class MockPlatformNavigationDelegate (line 39) | class MockPlatformNavigationDelegate extends _i1.Mock method setOnNavigationRequest (line 55) | _i4.Future setOnNavigationRequest( method setOnPageStarted (line 66) | _i4.Future setOnPageStarted(_i3.PageEventCallback? onPageStarted) method setOnPageFinished (line 76) | _i4.Future setOnPageFinished(_i3.PageEventCallback? onPageFinished) method setOnProgress (line 86) | _i4.Future setOnProgress(_i3.ProgressCallback? onProgress) method setOnWebResourceError (line 96) | _i4.Future setOnWebResourceError( FILE: packages/webview_flutter/webview_flutter_platform_interface/test/platform_webview_widget_test.dart function main (line 13) | void main() class MockWebViewPlatformWithMixin (line 61) | class MockWebViewPlatformWithMixin extends MockWebViewPlatform class ImplementsWebViewWidgetDelegate (line 66) | class ImplementsWebViewWidgetDelegate implements PlatformWebViewWidget { method noSuchMethod (line 68) | dynamic noSuchMethod(Invocation invocation) class MockWebViewWidgetDelegate (line 71) | class MockWebViewWidgetDelegate extends Mock class ExtendsWebViewWidgetDelegate (line 78) | class ExtendsWebViewWidgetDelegate extends PlatformWebViewWidget { method build (line 83) | Widget build(BuildContext context) class MockWebViewControllerDelegate (line 89) | class MockWebViewControllerDelegate extends Mock FILE: packages/webview_flutter/webview_flutter_platform_interface/test/webview_platform_test.dart function main (line 14) | void main() class ImplementsWebViewPlatform (line 161) | class ImplementsWebViewPlatform implements WebViewPlatform { method noSuchMethod (line 163) | dynamic noSuchMethod(Invocation invocation) class MockWebViewPlatformWithMixin (line 166) | class MockWebViewPlatformWithMixin extends MockWebViewPlatform class ExtendsWebViewPlatform (line 171) | class ExtendsWebViewPlatform extends WebViewPlatform {} class MockWebViewControllerDelegate (line 173) | class MockWebViewControllerDelegate extends Mock FILE: packages/webview_flutter/webview_flutter_platform_interface/test/webview_platform_test.mocks.dart class _FakePlatformWebViewCookieManager_0 (line 30) | class _FakePlatformWebViewCookieManager_0 extends _i1.SmartFake class _FakePlatformNavigationDelegate_1 (line 41) | class _FakePlatformNavigationDelegate_1 extends _i1.SmartFake class _FakePlatformWebViewController_2 (line 52) | class _FakePlatformWebViewController_2 extends _i1.SmartFake class _FakePlatformWebViewWidget_3 (line 63) | class _FakePlatformWebViewWidget_3 extends _i1.SmartFake class MockWebViewPlatform (line 77) | class MockWebViewPlatform extends _i1.Mock implements _i6.WebViewPlatform { method createPlatformCookieManager (line 83) | _i2.PlatformWebViewCookieManager createPlatformCookieManager( method createPlatformNavigationDelegate (line 99) | _i3.PlatformNavigationDelegate createPlatformNavigationDelegate( method createPlatformWebViewController (line 115) | _i4.PlatformWebViewController createPlatformWebViewController( method createPlatformWebViewWidget (line 131) | _i5.PlatformWebViewWidget createPlatformWebViewWidget( FILE: packages/webview_flutter/webview_flutter_web/example/integration_test/legacy/webview_flutter_test.dart function main (line 14) | void main() FILE: packages/webview_flutter/webview_flutter_web/example/integration_test/webview_flutter_test.dart function main (line 19) | Future main() FILE: packages/webview_flutter/webview_flutter_web/example/lib/legacy/web_view.dart type WebViewCreatedCallback (line 15) | typedef WebViewCreatedCallback = void Function(WebViewController control... class WebView (line 26) | class WebView extends StatefulWidget { method createState (line 51) | State createState() class _WebViewState (line 54) | class _WebViewState extends State { method initState (line 60) | void initState() method didUpdateWidget (line 66) | void didUpdateWidget(WebView oldWidget) method build (line 74) | Widget build(BuildContext context) class _PlatformCallbacksHandler (line 100) | class _PlatformCallbacksHandler implements WebViewPlatformCallbacksHandl... method onNavigationRequest (line 104) | FutureOr onNavigationRequest( method onPageFinished (line 110) | void onPageFinished(String url) method onPageStarted (line 113) | void onPageStarted(String url) method onProgress (line 116) | void onProgress(int progress) method onWebResourceError (line 119) | void onWebResourceError(WebResourceError error) class WebViewController (line 126) | class WebViewController { method loadUrl (line 150) | Future loadUrl( method loadRequest (line 160) | Future loadRequest(WebViewRequest request) method currentUrl (line 171) | Future currentUrl() method canGoBack (line 179) | Future canGoBack() method canGoForward (line 187) | Future canGoForward() method goBack (line 194) | Future goBack() method goForward (line 201) | Future goForward() method reload (line 206) | Future reload() method clearCache (line 220) | Future clearCache() method updateWidget (line 226) | Future updateWidget(WebView widget) method _updateSettings (line 231) | Future _updateSettings(WebSettings newSettings) method evaluateJavascript (line 240) | Future evaluateJavascript(String javascriptString) method runJavascript (line 255) | Future runJavascript(String javaScriptString) method runJavascriptReturningResult (line 271) | Future runJavascriptReturningResult(String javaScriptString) method getTitle (line 281) | Future getTitle() method scrollTo (line 288) | Future scrollTo(int x, int y) method scrollBy (line 295) | Future scrollBy(int x, int y) method getScrollX (line 302) | Future getScrollX() method getScrollY (line 309) | Future getScrollY() method _clearUnchangedWebSettings (line 314) | WebSettings _clearUnchangedWebSettings( method _validateUrlString (line 363) | void _validateUrlString(String url) function _webSettingsFromWidget (line 375) | WebSettings _webSettingsFromWidget(WebView widget) FILE: packages/webview_flutter/webview_flutter_web/example/lib/main.dart function main (line 13) | void main() class _WebViewExample (line 18) | class _WebViewExample extends StatefulWidget { method createState (line 22) | _WebViewExampleState createState() class _WebViewExampleState (line 25) | class _WebViewExampleState extends State<_WebViewExample> { method build (line 35) | Widget build(BuildContext context) type _MenuOptions (line 50) | enum _MenuOptions { class _SampleMenu (line 54) | class _SampleMenu extends StatelessWidget { method build (line 60) | Widget build(BuildContext context) method _onDoPostRequest (line 78) | Future _onDoPostRequest(PlatformWebViewController controller) FILE: packages/webview_flutter/webview_flutter_web/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/webview_flutter/webview_flutter_web/lib/src/content_type.dart class ContentType (line 6) | class ContentType { FILE: packages/webview_flutter/webview_flutter_web/lib/src/http_request_factory.dart class HttpRequestFactory (line 8) | class HttpRequestFactory { method request (line 64) | Future request(String url, FILE: packages/webview_flutter/webview_flutter_web/lib/src/shims/dart_ui_fake.dart class platformViewRegistry (line 15) | class platformViewRegistry { method registerViewFactory (line 18) | bool registerViewFactory( class webOnlyAssetManager (line 26) | class webOnlyAssetManager { method getAssetUrl (line 29) | String getAssetUrl(String asset) type VoidCallback (line 33) | typedef VoidCallback = void Function(); FILE: packages/webview_flutter/webview_flutter_web/lib/src/web_webview_controller.dart class WebWebViewControllerCreationParams (line 17) | @immutable class WebWebViewController (line 49) | class WebWebViewController extends PlatformWebViewController { method loadHtmlString (line 61) | Future loadHtmlString(String html, {String? baseUrl}) method loadRequest (line 71) | Future loadRequest(LoadRequestParams params) method _updateIFrameFromXhr (line 88) | Future _updateIFrameFromXhr(LoadRequestParams params) class WebWebViewWidget (line 112) | class WebWebViewWidget extends PlatformWebViewWidget { method build (line 125) | Widget build(BuildContext context) FILE: packages/webview_flutter/webview_flutter_web/lib/src/web_webview_platform.dart class WebWebViewPlatform (line 11) | class WebWebViewPlatform extends WebViewPlatform { method createPlatformWebViewController (line 13) | PlatformWebViewController createPlatformWebViewController( method createPlatformWebViewWidget (line 20) | PlatformWebViewWidget createPlatformWebViewWidget( method registerWith (line 27) | void registerWith(Registrar registrar) FILE: packages/webview_flutter/webview_flutter_web/lib/src/webview_flutter_web_legacy.dart class WebWebViewPlatform (line 20) | class WebWebViewPlatform implements WebViewPlatform { method build (line 33) | Widget build({ method clearCookies (line 61) | Future clearCookies() method registerWith (line 64) | void registerWith(Registrar registrar) class WebWebViewPlatformController (line 68) | class WebWebViewPlatformController implements WebViewPlatformController { method addJavascriptChannels (line 83) | Future addJavascriptChannels(Set javascriptChannelNames) method canGoBack (line 88) | Future canGoBack() method canGoForward (line 93) | Future canGoForward() method clearCache (line 98) | Future clearCache() method currentUrl (line 103) | Future currentUrl() method evaluateJavascript (line 108) | Future evaluateJavascript(String javascript) method getScrollX (line 113) | Future getScrollX() method getScrollY (line 118) | Future getScrollY() method getTitle (line 123) | Future getTitle() method goBack (line 128) | Future goBack() method goForward (line 133) | Future goForward() method loadUrl (line 138) | Future loadUrl(String url, Map? headers) method reload (line 144) | Future reload() method removeJavascriptChannels (line 149) | Future removeJavascriptChannels(Set javascriptChannelNames) method runJavascript (line 154) | Future runJavascript(String javascript) method runJavascriptReturningResult (line 159) | Future runJavascriptReturningResult(String javascript) method scrollBy (line 164) | Future scrollBy(int x, int y) method scrollTo (line 169) | Future scrollTo(int x, int y) method updateSettings (line 174) | Future updateSettings(WebSettings setting) method loadFile (line 179) | Future loadFile(String absoluteFilePath) method loadHtmlString (line 184) | Future loadHtmlString( method loadRequest (line 197) | Future loadRequest(WebViewRequest request) method loadFlutterAsset (line 217) | Future loadFlutterAsset(String key) FILE: packages/webview_flutter/webview_flutter_web/test/content_type_test.dart function main (line 8) | void main() FILE: packages/webview_flutter/webview_flutter_web/test/legacy/webview_flutter_web_test.dart function main (line 26) | void main() FILE: packages/webview_flutter/webview_flutter_web/test/legacy/webview_flutter_web_test.mocks.dart class _FakeCssClassSet_0 (line 31) | class _FakeCssClassSet_0 extends _i1.SmartFake implements _i2.CssClassSet { class _FakeRectangle_1 (line 41) | class _FakeRectangle_1 extends _i1.SmartFake class _FakeCssRect_2 (line 52) | class _FakeCssRect_2 extends _i1.SmartFake implements _i2.CssRect { class _FakePoint_3 (line 62) | class _FakePoint_3 extends _i1.SmartFake class _FakeElementEvents_4 (line 73) | class _FakeElementEvents_4 extends _i1.SmartFake implements _i2.ElementE... class _FakeCssStyleDeclaration_5 (line 83) | class _FakeCssStyleDeclaration_5 extends _i1.SmartFake class _FakeElementStream_6 (line 94) | class _FakeElementStream_6 extends _i1.SmartFake class _FakeElementList_7 (line 105) | class _FakeElementList_7 extends _i1.SmartFake class _FakeScrollState_8 (line 116) | class _FakeScrollState_8 extends _i1.SmartFake implements _i2.ScrollState { class _FakeAnimation_9 (line 126) | class _FakeAnimation_9 extends _i1.SmartFake implements _i2.Animation { class _FakeElement_10 (line 136) | class _FakeElement_10 extends _i1.SmartFake implements _i2.Element { class _FakeShadowRoot_11 (line 146) | class _FakeShadowRoot_11 extends _i1.SmartFake implements _i2.ShadowRoot { class _FakeDocumentFragment_12 (line 156) | class _FakeDocumentFragment_12 extends _i1.SmartFake class _FakeNode_13 (line 167) | class _FakeNode_13 extends _i1.SmartFake implements _i2.Node { class _FakeWidget_14 (line 177) | class _FakeWidget_14 extends _i1.SmartFake implements _i4.Widget { method toString (line 187) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeInheritedWidget_15 (line 191) | class _FakeInheritedWidget_15 extends _i1.SmartFake method toString (line 202) | String toString({_i5.DiagnosticLevel? minLevel = _i5.DiagnosticLevel.i... class _FakeDiagnosticsNode_16 (line 206) | class _FakeDiagnosticsNode_16 extends _i1.SmartFake method toString (line 217) | String toString({ class _FakeHttpRequest_17 (line 224) | class _FakeHttpRequest_17 extends _i1.SmartFake implements _i2.HttpReque... class _FakeHttpRequestUpload_18 (line 234) | class _FakeHttpRequestUpload_18 extends _i1.SmartFake class _FakeEvents_19 (line 245) | class _FakeEvents_19 extends _i1.SmartFake implements _i2.Events { class MockIFrameElement (line 258) | class MockIFrameElement extends _i1.Mock implements _i2.IFrameElement { method getAttribute (line 1305) | String? getAttribute(String? name) method getAttributeNS (line 1310) | String? getAttributeNS( method hasAttribute (line 1322) | bool hasAttribute(String? name) method hasAttributeNS (line 1330) | bool hasAttributeNS( method removeAttribute (line 1345) | void removeAttribute(String? name) method removeAttributeNS (line 1353) | void removeAttributeNS( method setAttribute (line 1368) | void setAttribute( method setAttributeNS (line 1383) | void setAttributeNS( method querySelectorAll (line 1400) | _i2.ElementList querySelectorAll( method setApplyScroll (line 1416) | _i6.Future<_i2.ScrollState> setApplyScroll(String? nativeScrollBehavior) method setDistributeScroll (line 1431) | _i6.Future<_i2.ScrollState> setDistributeScroll( method getNamespacedAttributes (line 1447) | Map getNamespacedAttributes(String? namespace) method getComputedStyle (line 1456) | _i2.CssStyleDeclaration getComputedStyle([String? pseudoElement]) method appendText (line 1471) | void appendText(String? text) method appendHtml (line 1479) | void appendHtml( method attached (line 1496) | void attached() method detached (line 1504) | void detached() method enteredView (line 1512) | void enteredView() method getClientRects (line 1520) | List<_i3.Rectangle> getClientRects() method leftView (line 1528) | void leftView() method animate (line 1536) | _i2.Animation animate( method attributeChanged (line 1560) | void attributeChanged( method scrollIntoView (line 1577) | void scrollIntoView([_i2.ScrollAlignment? alignment]) method insertAdjacentText (line 1585) | void insertAdjacentText( method insertAdjacentHtml (line 1600) | void insertAdjacentHtml( method insertAdjacentElement (line 1621) | _i2.Element insertAdjacentElement( method matches (line 1645) | bool matches(String? selectors) method matchesWithAncestors (line 1653) | bool matchesWithAncestors(String? selectors) method createShadowRoot (line 1661) | _i2.ShadowRoot createShadowRoot() method offsetTo (line 1675) | _i3.Point offsetTo(_i2.Element? parent) method createFragment (line 1689) | _i2.DocumentFragment createFragment( method setInnerHtml (line 1716) | void setInnerHtml( method requestFullscreen (line 1733) | _i6.Future requestFullscreen([Map? options]) method blur (line 1743) | void blur() method click (line 1751) | void click() method focus (line 1759) | void focus() method attachShadow (line 1767) | _i2.ShadowRoot attachShadow(Map? shadowRootInitDict) method closest (line 1782) | _i2.Element? closest(String? selectors) method getAnimations (line 1788) | List<_i2.Animation> getAnimations() method getAttributeNames (line 1796) | List getAttributeNames() method getBoundingClientRect (line 1804) | _i3.Rectangle getBoundingClientRect() method getDestinationInsertionPoints (line 1818) | List<_i2.Node> getDestinationInsertionPoints() method getElementsByClassName (line 1826) | List<_i2.Node> getElementsByClassName(String? classNames) method hasPointerCapture (line 1835) | bool hasPointerCapture(int? pointerId) method releasePointerCapture (line 1843) | void releasePointerCapture(int? pointerId) method requestPointerLock (line 1851) | void requestPointerLock() method scroll (line 1859) | void scroll([ method scrollBy (line 1874) | void scrollBy([ method scrollIntoViewIfNeeded (line 1889) | void scrollIntoViewIfNeeded([bool? centerIfNeeded]) method scrollTo (line 1897) | void scrollTo([ method setPointerCapture (line 1912) | void setPointerCapture(int? pointerId) method after (line 1920) | void after(Object? nodes) method before (line 1928) | void before(Object? nodes) method querySelector (line 1936) | _i2.Element? querySelector(String? selectors) method remove (line 1942) | void remove() method replaceWith (line 1950) | _i2.Node replaceWith(_i2.Node? otherNode) method insertAllBefore (line 1964) | void insertAllBefore( method append (line 1979) | _i2.Node append(_i2.Node? node) method clone (line 1993) | _i2.Node clone(bool? deep) method contains (line 2007) | bool contains(_i2.Node? other) method getRootNode (line 2015) | _i2.Node getRootNode([Map? options]) method hasChildNodes (line 2029) | bool hasChildNodes() method insertBefore (line 2037) | _i2.Node insertBefore( method addEventListener (line 2061) | void addEventListener( method removeEventListener (line 2078) | void removeEventListener( method dispatchEvent (line 2095) | bool dispatchEvent(_i2.Event? event) class MockBuildContext (line 2107) | class MockBuildContext extends _i1.Mock implements _i4.BuildContext { method dependOnInheritedElement (line 2126) | _i4.InheritedWidget dependOnInheritedElement( method visitAncestorElements (line 2146) | void visitAncestorElements(bool Function(_i4.Element)? visitor) method visitChildElements (line 2155) | void visitChildElements(_i4.ElementVisitor? visitor) method dispatchNotification (line 2163) | void dispatchNotification(_i7.Notification? notification) method describeElement (line 2172) | _i5.DiagnosticsNode describeElement( method describeWidget (line 2192) | _i5.DiagnosticsNode describeWidget( method describeMissingAncestor (line 2212) | List<_i5.DiagnosticsNode> describeMissingAncestor( method describeOwnershipChain (line 2223) | _i5.DiagnosticsNode describeOwnershipChain(String? name) class MockCreationParams (line 2242) | class MockCreationParams extends _i1.Mock implements _i8.CreationParams { class MockWebViewPlatformCallbacksHandler (line 2269) | class MockWebViewPlatformCallbacksHandler extends _i1.Mock method onNavigationRequest (line 2276) | _i6.FutureOr onNavigationRequest({ method onPageStarted (line 2292) | void onPageStarted(String? url) method onPageFinished (line 2300) | void onPageFinished(String? url) method onProgress (line 2308) | void onProgress(int? progress) method onWebResourceError (line 2316) | void onWebResourceError(_i8.WebResourceError? error) class MockHttpRequestFactory (line 2328) | class MockHttpRequestFactory extends _i1.Mock method request (line 2335) | _i6.Future<_i2.HttpRequest> request( class MockHttpRequest (line 2381) | class MockHttpRequest extends _i1.Mock implements _i2.HttpRequest { method open (line 2482) | void open( method abort (line 2505) | void abort() method getAllResponseHeaders (line 2513) | String getAllResponseHeaders() method getResponseHeader (line 2521) | String? getResponseHeader(String? name) method overrideMimeType (line 2527) | void overrideMimeType(String? mime) method send (line 2535) | void send([dynamic body_OR_data]) method setRequestHeader (line 2543) | void setRequestHeader( method addEventListener (line 2558) | void addEventListener( method removeEventListener (line 2575) | void removeEventListener( method dispatchEvent (line 2592) | bool dispatchEvent(_i2.Event? event) FILE: packages/webview_flutter/webview_flutter_web/test/web_webview_controller_test.dart function main (line 25) | void main() FILE: packages/webview_flutter/webview_flutter_web/test/web_webview_controller_test.mocks.dart class _FakeHttpRequestUpload_0 (line 23) | class _FakeHttpRequestUpload_0 extends _i1.SmartFake class _FakeEvents_1 (line 34) | class _FakeEvents_1 extends _i1.SmartFake implements _i2.Events { class _FakeHttpRequest_2 (line 44) | class _FakeHttpRequest_2 extends _i1.SmartFake implements _i2.HttpRequest { class MockHttpRequest (line 57) | class MockHttpRequest extends _i1.Mock implements _i2.HttpRequest { method open (line 173) | void open( method abort (line 196) | void abort() method getAllResponseHeaders (line 204) | String getAllResponseHeaders() method getResponseHeader (line 213) | String? getResponseHeader(String? name) method overrideMimeType (line 221) | void overrideMimeType(String? mime) method send (line 229) | void send([dynamic body_OR_data]) method setRequestHeader (line 237) | void setRequestHeader( method addEventListener (line 252) | void addEventListener( method removeEventListener (line 269) | void removeEventListener( method dispatchEvent (line 286) | bool dispatchEvent(_i2.Event? event) class MockHttpRequestFactory (line 299) | class MockHttpRequestFactory extends _i1.Mock method request (line 302) | _i3.Future<_i2.HttpRequest> request( FILE: packages/webview_flutter/webview_flutter_web/test/web_webview_widget_test.dart function main (line 10) | void main() FILE: packages/webview_flutter/webview_flutter_web/test/webview_flutter_web_test.dart function main (line 10) | void main() FILE: packages/webview_flutter/webview_flutter_wkwebview/example/integration_test/legacy/webview_flutter_test.dart function main (line 28) | Future main() function _webviewBool (line 1198) | String _webviewBool(bool value) function _getUserAgent (line 1206) | Future _getUserAgent(WebViewController controller) class ResizableWebView (line 1210) | class ResizableWebView extends StatefulWidget { method createState (line 1219) | State createState() class ResizableWebViewState (line 1222) | class ResizableWebViewState extends State { method build (line 1244) | Widget build(BuildContext context) class CopyableObjectWithCallback (line 1283) | class CopyableObjectWithCallback with Copyable { method copy (line 1289) | CopyableObjectWithCallback copy() class ClassWithCallbackClass (line 1294) | class ClassWithCallbackClass { FILE: packages/webview_flutter/webview_flutter_wkwebview/example/integration_test/webview_flutter_test.dart function main (line 27) | Future main() function _getUserAgent (line 1094) | Future _getUserAgent(PlatformWebViewController controller) class ResizableWebView (line 1099) | class ResizableWebView extends StatefulWidget { method createState (line 1110) | State createState() class ResizableWebViewState (line 1113) | class ResizableWebViewState extends State { method build (line 1160) | Widget build(BuildContext context) class CopyableObjectWithCallback (line 1188) | class CopyableObjectWithCallback with Copyable { method copy (line 1194) | CopyableObjectWithCallback copy() class ClassWithCallbackClass (line 1199) | class ClassWithCallbackClass { FILE: packages/webview_flutter/webview_flutter_wkwebview/example/lib/legacy/navigation_decision.dart type NavigationDecision (line 6) | enum NavigationDecision { FILE: packages/webview_flutter/webview_flutter_wkwebview/example/lib/legacy/navigation_request.dart class NavigationRequest (line 6) | class NavigationRequest { method toString (line 16) | String toString() FILE: packages/webview_flutter/webview_flutter_wkwebview/example/lib/legacy/web_view.dart type WebViewCreatedCallback (line 21) | typedef WebViewCreatedCallback = void Function(WebViewController control... type NavigationDelegate (line 29) | typedef NavigationDelegate = FutureOr Function( type PageStartedCallback (line 33) | typedef PageStartedCallback = void Function(String url); type PageFinishedCallback (line 36) | typedef PageFinishedCallback = void Function(String url); type PageLoadingCallback (line 39) | typedef PageLoadingCallback = void Function(int progress); type WebResourceErrorCallback (line 42) | typedef WebResourceErrorCallback = void Function(WebResourceError error); class WebView (line 49) | class WebView extends StatefulWidget { method createState (line 245) | State createState() class _WebViewState (line 248) | class _WebViewState extends State { method initState (line 255) | void initState() method didUpdateWidget (line 263) | void didUpdateWidget(WebView oldWidget) method build (line 271) | Widget build(BuildContext context) class WebViewController (line 307) | class WebViewController { method loadFlutterAsset (line 328) | Future loadFlutterAsset(String key) method loadFile (line 339) | Future loadFile( method loadHtmlString (line 350) | Future loadHtmlString( method loadUrl (line 369) | Future loadUrl( method loadRequest (line 379) | Future loadRequest(WebViewRequest request) method currentUrl (line 390) | Future currentUrl() method canGoBack (line 398) | Future canGoBack() method canGoForward (line 406) | Future canGoForward() method goBack (line 413) | Future goBack() method goForward (line 420) | Future goForward() method reload (line 425) | Future reload() method clearCache (line 439) | Future clearCache() method _updateWidget (line 444) | Future _updateWidget(WebView widget) method _updateSettings (line 451) | Future _updateSettings(WebSettings newSettings) method _updateJavascriptChannels (line 458) | Future _updateJavascriptChannels( method evaluateJavascript (line 479) | Future evaluateJavascript(String javascriptString) method runJavascript (line 494) | Future runJavascript(String javaScriptString) method runJavascriptReturningResult (line 515) | Future runJavascriptReturningResult(String javaScriptString) method getTitle (line 525) | Future getTitle() method scrollTo (line 532) | Future scrollTo(int x, int y) method scrollBy (line 539) | Future scrollBy(int x, int y) method getScrollX (line 546) | Future getScrollX() method getScrollY (line 553) | Future getScrollY() method _clearUnchangedWebSettings (line 558) | WebSettings _clearUnchangedWebSettings( method _extractChannelNames (line 600) | Set _extractChannelNames(Set? channels) method _validateUrlString (line 608) | void _validateUrlString(String url) function _webSettingsFromWidget (line 620) | WebSettings _webSettingsFromWidget(WebView widget) class _PlatformCallbacksHandler (line 633) | class _PlatformCallbacksHandler implements WebViewPlatformCallbacksHandl... method onNavigationRequest (line 639) | FutureOr onNavigationRequest({ method onPageStarted (line 652) | void onPageStarted(String url) method onPageFinished (line 659) | void onPageFinished(String url) method onProgress (line 666) | void onProgress(int progress) method onWebResourceError (line 673) | void onWebResourceError(WebResourceError error) class WebViewCookieManager (line 681) | class WebViewCookieManager extends WebViewCookieManagerPlatform { FILE: packages/webview_flutter/webview_flutter_wkwebview/example/lib/main.dart function main (line 17) | void main() class WebViewExample (line 77) | class WebViewExample extends StatefulWidget { method createState (line 83) | State createState() class _WebViewExampleState (line 86) | class _WebViewExampleState extends State { method initState (line 90) | void initState() method build (line 143) | Widget build(BuildContext context) method favoriteButton (line 164) | Widget favoriteButton() type MenuOptions (line 179) | enum MenuOptions { class SampleMenu (line 195) | class SampleMenu extends StatelessWidget { method build (line 210) | Widget build(BuildContext context) method _onShowUserAgent (line 314) | Future _onShowUserAgent() method _onListCookies (line 322) | Future _onListCookies(BuildContext context) method _onAddToCache (line 339) | Future _onAddToCache(BuildContext context) method _onListCache (line 350) | Future _onListCache() method _onClearCache (line 357) | Future _onClearCache(BuildContext context) method _onClearCookies (line 367) | Future _onClearCookies(BuildContext context) method _onNavigationDelegateExample (line 380) | Future _onNavigationDelegateExample() method _onSetCookie (line 391) | Future _onSetCookie() method _onDoPostRequest (line 405) | Future _onDoPostRequest() method _onLoadLocalFileExample (line 417) | Future _onLoadLocalFileExample() method _onLoadFlutterAssetExample (line 422) | Future _onLoadFlutterAssetExample() method _onLoadHtmlStringExample (line 426) | Future _onLoadHtmlStringExample() method _onTransparentBackground (line 430) | Future _onTransparentBackground() method _getCookieList (line 434) | Widget _getCookieList(String cookies) method _prepareLocalFile (line 448) | Future _prepareLocalFile() class NavigationControls (line 460) | class NavigationControls extends StatelessWidget { method build (line 467) | Widget build(BuildContext context) FILE: packages/webview_flutter/webview_flutter_wkwebview/example/test_driver/integration_test.dart function main (line 7) | Future main() FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/common/instance_manager.dart function copy (line 20) | Copyable copy() class InstanceManager (line 38) | class InstanceManager { method addDartCreatedInstance (line 81) | int addDartCreatedInstance(Copyable instance) method removeWeakReference (line 97) | int? removeWeakReference(Copyable instance) method remove (line 119) | T? remove(int identifier) method getInstanceWithWeakReference (line 135) | T? getInstanceWithWeakReference(int identifier) method getIdentifier (line 154) | int? getIdentifier(Copyable instance) method addHostCreatedInstance (line 167) | void addHostCreatedInstance(Copyable instance, int identifier) method _addInstanceWithIdentifier (line 174) | void _addInstanceWithIdentifier(Copyable instance, int identifier) method containsIdentifier (line 185) | bool containsIdentifier(int identifier) method _nextUniqueIdentifier (line 190) | int _nextUniqueIdentifier() FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/common/weak_reference_utils.dart function withWeakRefenceTo (line 28) | S withWeakRefenceTo( FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/common/web_kit.g.dart type NSKeyValueObservingOptionsEnum (line 16) | enum NSKeyValueObservingOptionsEnum { type NSKeyValueChangeEnum (line 26) | enum NSKeyValueChangeEnum { type NSKeyValueChangeKeyEnum (line 36) | enum NSKeyValueChangeKeyEnum { type WKUserScriptInjectionTimeEnum (line 47) | enum WKUserScriptInjectionTimeEnum { type WKAudiovisualMediaTypeEnum (line 55) | enum WKAudiovisualMediaTypeEnum { type WKWebsiteDataTypeEnum (line 65) | enum WKWebsiteDataTypeEnum { type WKNavigationActionPolicyEnum (line 79) | enum WKNavigationActionPolicyEnum { type NSHttpCookiePropertyKeyEnum (line 87) | enum NSHttpCookiePropertyKeyEnum { type WKNavigationType (line 108) | enum WKNavigationType { class NSKeyValueObservingOptionsEnumData (line 140) | class NSKeyValueObservingOptionsEnumData { method encode (line 147) | Object encode() method decode (line 153) | NSKeyValueObservingOptionsEnumData decode(Object result) class NSKeyValueChangeKeyEnumData (line 161) | class NSKeyValueChangeKeyEnumData { method encode (line 168) | Object encode() method decode (line 174) | NSKeyValueChangeKeyEnumData decode(Object result) class WKUserScriptInjectionTimeEnumData (line 182) | class WKUserScriptInjectionTimeEnumData { method encode (line 189) | Object encode() method decode (line 195) | WKUserScriptInjectionTimeEnumData decode(Object result) class WKAudiovisualMediaTypeEnumData (line 203) | class WKAudiovisualMediaTypeEnumData { method encode (line 210) | Object encode() method decode (line 216) | WKAudiovisualMediaTypeEnumData decode(Object result) class WKWebsiteDataTypeEnumData (line 224) | class WKWebsiteDataTypeEnumData { method encode (line 231) | Object encode() method decode (line 237) | WKWebsiteDataTypeEnumData decode(Object result) class WKNavigationActionPolicyEnumData (line 245) | class WKNavigationActionPolicyEnumData { method encode (line 252) | Object encode() method decode (line 258) | WKNavigationActionPolicyEnumData decode(Object result) class NSHttpCookiePropertyKeyEnumData (line 266) | class NSHttpCookiePropertyKeyEnumData { method encode (line 273) | Object encode() method decode (line 279) | NSHttpCookiePropertyKeyEnumData decode(Object result) class NSUrlRequestData (line 290) | class NSUrlRequestData { method encode (line 306) | Object encode() method decode (line 315) | NSUrlRequestData decode(Object result) class WKUserScriptData (line 330) | class WKUserScriptData { method encode (line 343) | Object encode() method decode (line 351) | WKUserScriptData decode(Object result) class WKNavigationActionData (line 367) | class WKNavigationActionData { method encode (line 380) | Object encode() method decode (line 388) | WKNavigationActionData decode(Object result) class WKFrameInfoData (line 401) | class WKFrameInfoData { method encode (line 408) | Object encode() method decode (line 414) | WKFrameInfoData decode(Object result) class NSErrorData (line 425) | class NSErrorData { method encode (line 438) | Object encode() method decode (line 446) | NSErrorData decode(Object result) class WKScriptMessageData (line 459) | class WKScriptMessageData { method encode (line 469) | Object encode() method decode (line 476) | WKScriptMessageData decode(Object result) class NSHttpCookieData (line 488) | class NSHttpCookieData { method encode (line 498) | Object encode() method decode (line 505) | NSHttpCookieData decode(Object result) class _WKWebsiteDataStoreHostApiCodec (line 515) | class _WKWebsiteDataStoreHostApiCodec extends StandardMessageCodec { method writeValue (line 518) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 528) | Object? readValueOfType(int type, ReadBuffer buffer) class WKWebsiteDataStoreHostApi (line 542) | class WKWebsiteDataStoreHostApi { method createFromWebViewConfiguration (line 552) | Future createFromWebViewConfiguration( method createDefaultDataStore (line 577) | Future createDefaultDataStore(int arg_identifier) method removeDataOfTypes (line 600) | Future removeDataOfTypes( class UIViewHostApi (line 637) | class UIViewHostApi { method setBackgroundColor (line 647) | Future setBackgroundColor(int arg_identifier, int? arg_value) method setOpaque (line 669) | Future setOpaque(int arg_identifier, bool arg_opaque) class UIScrollViewHostApi (line 695) | class UIScrollViewHostApi { method createFromWebView (line 705) | Future createFromWebView( method getContentOffset (line 729) | Future> getContentOffset(int arg_identifier) method scrollBy (line 756) | Future scrollBy(int arg_identifier, double arg_x, double arg_y) method setContentOffset (line 778) | Future setContentOffset( class _WKWebViewConfigurationHostApiCodec (line 802) | class _WKWebViewConfigurationHostApiCodec extends StandardMessageCodec { method writeValue (line 805) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 815) | Object? readValueOfType(int type, ReadBuffer buffer) class WKWebViewConfigurationHostApi (line 829) | class WKWebViewConfigurationHostApi { method create (line 840) | Future create(int arg_identifier) method createFromWebView (line 862) | Future createFromWebView( method setAllowsInlineMediaPlayback (line 887) | Future setAllowsInlineMediaPlayback( method setMediaTypesRequiringUserActionForPlayback (line 911) | Future setMediaTypesRequiringUserActionForPlayback(int arg_ident... class WKWebViewConfigurationFlutterApi (line 939) | abstract class WKWebViewConfigurationFlutterApi { method create (line 942) | void create(int identifier) method setup (line 944) | void setup(WKWebViewConfigurationFlutterApi? api, class _WKUserContentControllerHostApiCodec (line 968) | class _WKUserContentControllerHostApiCodec extends StandardMessageCodec { method writeValue (line 971) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 984) | Object? readValueOfType(int type, ReadBuffer buffer) class WKUserContentControllerHostApi (line 1001) | class WKUserContentControllerHostApi { method createFromWebViewConfiguration (line 1012) | Future createFromWebViewConfiguration( method addScriptMessageHandler (line 1037) | Future addScriptMessageHandler( method removeScriptMessageHandler (line 1062) | Future removeScriptMessageHandler( method removeAllScriptMessageHandlers (line 1086) | Future removeAllScriptMessageHandlers(int arg_identifier) method addUserScript (line 1109) | Future addUserScript( method removeAllUserScripts (line 1133) | Future removeAllUserScripts(int arg_identifier) class WKPreferencesHostApi (line 1160) | class WKPreferencesHostApi { method createFromWebViewConfiguration (line 1170) | Future createFromWebViewConfiguration( method setJavaScriptEnabled (line 1195) | Future setJavaScriptEnabled( class WKScriptMessageHandlerHostApi (line 1222) | class WKScriptMessageHandlerHostApi { method create (line 1232) | Future create(int arg_identifier) class _WKScriptMessageHandlerFlutterApiCodec (line 1255) | class _WKScriptMessageHandlerFlutterApiCodec extends StandardMessageCodec { method writeValue (line 1258) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 1268) | Object? readValueOfType(int type, ReadBuffer buffer) class WKScriptMessageHandlerFlutterApi (line 1282) | abstract class WKScriptMessageHandlerFlutterApi { method didReceiveScriptMessage (line 1286) | void didReceiveScriptMessage(int identifier, method setup (line 1289) | void setup(WKScriptMessageHandlerFlutterApi? api, class WKNavigationDelegateHostApi (line 1325) | class WKNavigationDelegateHostApi { method create (line 1335) | Future create(int arg_identifier) class _WKNavigationDelegateFlutterApiCodec (line 1358) | class _WKNavigationDelegateFlutterApiCodec extends StandardMessageCodec { method writeValue (line 1361) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 1383) | Object? readValueOfType(int type, ReadBuffer buffer) class WKNavigationDelegateFlutterApi (line 1409) | abstract class WKNavigationDelegateFlutterApi { method didFinishNavigation (line 1413) | void didFinishNavigation(int identifier, int webViewIdentifier, String... method didStartProvisionalNavigation (line 1415) | void didStartProvisionalNavigation( method decidePolicyForNavigationAction (line 1418) | Future decidePolicyForNavigationAction( method didFailNavigation (line 1423) | void didFailNavigation( method didFailProvisionalNavigation (line 1426) | void didFailProvisionalNavigation( method webViewWebContentProcessDidTerminate (line 1429) | void webViewWebContentProcessDidTerminate( method setup (line 1432) | void setup(WKNavigationDelegateFlutterApi? api, class _NSObjectHostApiCodec (line 1594) | class _NSObjectHostApiCodec extends StandardMessageCodec { method writeValue (line 1597) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 1607) | Object? readValueOfType(int type, ReadBuffer buffer) class NSObjectHostApi (line 1621) | class NSObjectHostApi { method dispose (line 1631) | Future dispose(int arg_identifier) method addObserver (line 1653) | Future addObserver( method removeObserver (line 1683) | Future removeObserver(int arg_identifier, int arg_observerIdenti... class _NSObjectFlutterApiCodec (line 1708) | class _NSObjectFlutterApiCodec extends StandardMessageCodec { method writeValue (line 1711) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 1760) | Object? readValueOfType(int type, ReadBuffer buffer) class NSObjectFlutterApi (line 1813) | abstract class NSObjectFlutterApi { method observeValue (line 1816) | void observeValue( method dispose (line 1823) | void dispose(int identifier) method setup (line 1825) | void setup(NSObjectFlutterApi? api, class _WKWebViewHostApiCodec (line 1883) | class _WKWebViewHostApiCodec extends StandardMessageCodec { method writeValue (line 1886) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 1935) | Object? readValueOfType(int type, ReadBuffer buffer) class WKWebViewHostApi (line 1988) | class WKWebViewHostApi { method create (line 1998) | Future create( method setUIDelegate (line 2022) | Future setUIDelegate( method setNavigationDelegate (line 2046) | Future setNavigationDelegate( method getUrl (line 2070) | Future getUrl(int arg_identifier) method getEstimatedProgress (line 2092) | Future getEstimatedProgress(int arg_identifier) method loadRequest (line 2119) | Future loadRequest( method loadHtmlString (line 2142) | Future loadHtmlString( method loadFileUrl (line 2166) | Future loadFileUrl( method loadFlutterAsset (line 2190) | Future loadFlutterAsset(int arg_identifier, String arg_key) method canGoBack (line 2212) | Future canGoBack(int arg_identifier) method canGoForward (line 2239) | Future canGoForward(int arg_identifier) method goBack (line 2266) | Future goBack(int arg_identifier) method goForward (line 2288) | Future goForward(int arg_identifier) method reload (line 2310) | Future reload(int arg_identifier) method getTitle (line 2332) | Future getTitle(int arg_identifier) method setAllowsBackForwardNavigationGestures (line 2354) | Future setAllowsBackForwardNavigationGestures( method setCustomUserAgent (line 2378) | Future setCustomUserAgent( method evaluateJavaScript (line 2401) | Future evaluateJavaScript( class WKUIDelegateHostApi (line 2429) | class WKUIDelegateHostApi { method create (line 2439) | Future create(int arg_identifier) class _WKUIDelegateFlutterApiCodec (line 2462) | class _WKUIDelegateFlutterApiCodec extends StandardMessageCodec { method writeValue (line 2465) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 2481) | Object? readValueOfType(int type, ReadBuffer buffer) class WKUIDelegateFlutterApi (line 2501) | abstract class WKUIDelegateFlutterApi { method onCreateWebView (line 2504) | void onCreateWebView(int identifier, int webViewIdentifier, method setup (line 2507) | void setup(WKUIDelegateFlutterApi? api, class _WKHttpCookieStoreHostApiCodec (line 2542) | class _WKHttpCookieStoreHostApiCodec extends StandardMessageCodec { method writeValue (line 2545) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 2558) | Object? readValueOfType(int type, ReadBuffer buffer) class WKHttpCookieStoreHostApi (line 2575) | class WKHttpCookieStoreHostApi { method createFromWebsiteDataStore (line 2585) | Future createFromWebsiteDataStore( method setCookie (line 2610) | Future setCookie( FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/foundation/foundation.dart type NSKeyValueObservingOptions (line 19) | enum NSKeyValueObservingOptions { type NSKeyValueChange (line 44) | enum NSKeyValueChange { type NSKeyValueChangeKey (line 69) | enum NSKeyValueChangeKey { type NSHttpCookiePropertyKey (line 99) | enum NSHttpCookiePropertyKey { class NSUrlRequest (line 177) | @immutable class NSError (line 205) | @immutable class NSHttpCookie (line 229) | @immutable class NSObject (line 239) | @immutable method dispose (line 259) | void dispose(NSObject instance) method addObserver (line 291) | Future addObserver( method removeObserver (line 306) | Future removeObserver(NSObject observer, {required String keyPath}) method copy (line 311) | NSObject copy() FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/foundation/foundation_api_impls.dart function _toNSKeyValueObservingOptionsEnumData (line 12) | Iterable function toNSKeyValueChangeKey (line 40) | NSKeyValueChangeKey toNSKeyValueChangeKey() class FoundationFlutterApis (line 48) | class FoundationFlutterApis { method ensureSetUp (line 80) | void ensureSetUp() class NSObjectHostApiImpl (line 92) | class NSObjectHostApiImpl extends NSObjectHostApi { method addObserverForInstances (line 110) | Future addObserverForInstances( method removeObserverForInstances (line 125) | Future removeObserverForInstances( class NSObjectFlutterApiImpl (line 139) | class NSObjectFlutterApiImpl extends NSObjectFlutterApi { method _getObject (line 147) | NSObject _getObject(int identifier) method observeValue (line 152) | void observeValue( method dispose (line 175) | void dispose(int identifier) FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/legacy/web_kit_webview_widget.dart class WebKitWebViewWidget (line 20) | class WebKitWebViewWidget extends StatefulWidget { method createState (line 56) | State createState() class _WebKitWebViewWidgetState (line 59) | class _WebKitWebViewWidgetState extends State { method initState (line 63) | void initState() method build (line 75) | Widget build(BuildContext context) class WebKitWebViewPlatformController (line 81) | class WebKitWebViewPlatformController extends WebViewPlatformController { method _setCreationParams (line 190) | Future _setCreationParams( method _setWebViewConfiguration (line 243) | void _setWebViewConfiguration( method loadHtmlString (line 270) | Future loadHtmlString(String html, {String? baseUrl}) method loadFile (line 275) | Future loadFile(String absoluteFilePath) method clearCache (line 283) | Future clearCache() method loadFlutterAsset (line 296) | Future loadFlutterAsset(String key) method loadUrl (line 302) | Future loadUrl(String url, Map? headers) method loadRequest (line 311) | Future loadRequest(WebViewRequest request) method canGoBack (line 327) | Future canGoBack() method canGoForward (line 330) | Future canGoForward() method goBack (line 333) | Future goBack() method goForward (line 336) | Future goForward() method reload (line 339) | Future reload() method evaluateJavascript (line 342) | Future evaluateJavascript(String javascript) method runJavascript (line 348) | Future runJavascript(String javascript) method runJavascriptReturningResult (line 365) | Future runJavascriptReturningResult(String javascript) method getTitle (line 377) | Future getTitle() method currentUrl (line 380) | Future currentUrl() method scrollTo (line 383) | Future scrollTo(int x, int y) method scrollBy (line 391) | Future scrollBy(int x, int y) method getScrollX (line 399) | Future getScrollX() method getScrollY (line 405) | Future getScrollY() method updateSettings (line 411) | Future updateSettings(WebSettings setting) method addJavascriptChannels (line 430) | Future addJavascriptChannels(Set javascriptChannelNames) method removeJavascriptChannels (line 477) | Future removeJavascriptChannels( method _setHasProgressTracking (line 487) | Future _setHasProgressTracking(bool hasProgressTracking) method _setJavaScriptMode (line 504) | Future _setJavaScriptMode(JavascriptMode mode) method _setUserAgent (line 513) | Future _setUserAgent(WebSetting userAgent) method _setZoomEnabled (line 519) | Future _setZoomEnabled(bool zoomEnabled) method _disableZoom (line 532) | Future _disableZoom() method _resetUserScripts (line 551) | Future _resetUserScripts({ method _toWebResourceError (line 574) | WebResourceError _toWebResourceError(NSError error) method _asObjectiveCString (line 609) | String _asObjectiveCString(Object? value, {bool inContainer = false}) class WebViewWidgetProxy (line 646) | @visibleForTesting method createWebView (line 652) | WKWebView createWebView( method createScriptMessageHandler (line 665) | WKScriptMessageHandler createScriptMessageHandler({ method createUIDelgate (line 678) | WKUIDelegate createUIDelgate({ method createNavigationDelegate (line 690) | WKNavigationDelegate createNavigationDelegate({ FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/legacy/webview_cupertino.dart class CupertinoWebView (line 22) | class CupertinoWebView implements WebViewPlatform { method build (line 24) | Widget build({ method clearCookies (line 54) | Future clearCookies() FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/legacy/wkwebview_cookie_manager.dart class WKWebViewCookieManager (line 12) | class WKWebViewCookieManager extends WebViewCookieManagerPlatform { method clearCookies (line 22) | Future clearCookies() method setCookie (line 30) | Future setCookie(WebViewCookie cookie) method _isValidPath (line 48) | bool _isValidPath(String path) FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/ui_kit/ui_kit.dart class UIScrollView (line 21) | @immutable method getContentOffset (line 60) | Future> getContentOffset() method scrollBy (line 68) | Future scrollBy(Point offset) method setContentOffset (line 77) | Future setContentOffset(Point offset) method copy (line 82) | UIScrollView copy() class UIView (line 94) | @immutable method setBackgroundColor (line 118) | Future setBackgroundColor(Color? color) method setOpaque (line 125) | Future setOpaque(bool opaque) method copy (line 130) | UIView copy() FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/ui_kit/ui_kit_api_impls.dart class UIScrollViewHostApiImpl (line 20) | class UIScrollViewHostApiImpl extends UIScrollViewHostApi { method createFromWebViewForInstances (line 38) | Future createFromWebViewForInstances( method getContentOffsetForInstances (line 49) | Future> getContentOffsetForInstances( method scrollByForInstances (line 59) | Future scrollByForInstances( method setContentOffsetForInstances (line 71) | Future setContentOffsetForInstances( class UIViewHostApiImpl (line 84) | class UIViewHostApiImpl extends UIViewHostApi { method setBackgroundColorForInstances (line 102) | Future setBackgroundColorForInstances( method setOpaqueForInstances (line 113) | Future setOpaqueForInstances( FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/web_kit/web_kit.dart type WKUserScriptInjectionTime (line 18) | enum WKUserScriptInjectionTime { type WKAudiovisualMediaType (line 33) | enum WKAudiovisualMediaType { type WKWebsiteDataType (line 58) | enum WKWebsiteDataType { type WKNavigationActionPolicy (line 87) | enum WKNavigationActionPolicy { class WKErrorCode (line 102) | class WKErrorCode { class WKWebsiteDataRecord (line 134) | @immutable class WKNavigationAction (line 146) | @immutable class WKFrameInfo (line 171) | @immutable class WKUserScript (line 183) | @immutable class WKScriptMessage (line 205) | @immutable class WKPreferences (line 222) | @immutable method setJavaScriptEnabled (line 262) | Future setJavaScriptEnabled(bool enabled) method copy (line 267) | WKPreferences copy() class WKWebsiteDataStore (line 279) | @immutable method removeDataOfTypes (line 335) | Future removeDataOfTypes( method copy (line 347) | WKWebsiteDataStore copy() class WKHttpCookieStore (line 359) | @immutable method setCookie (line 396) | Future setCookie(NSHttpCookie cookie) method copy (line 401) | WKHttpCookieStore copy() class WKScriptMessageHandler (line 413) | @immutable method copy (line 462) | WKScriptMessageHandler copy() class WKUserContentController (line 481) | @immutable method addScriptMessageHandler (line 530) | Future addScriptMessageHandler( method removeScriptMessageHandler (line 551) | Future removeScriptMessageHandler(String name) method removeAllScriptMessageHandlers (line 562) | Future removeAllScriptMessageHandlers() method addUserScript (line 569) | Future addUserScript(WKUserScript userScript) method removeAllUserScripts (line 575) | Future removeAllUserScripts() method copy (line 580) | WKUserContentController copy() class WKWebViewConfiguration (line 592) | @immutable method setAllowsInlineMediaPlayback (line 673) | Future setAllowsInlineMediaPlayback(bool allow) method setMediaTypesRequiringUserActionForPlayback (line 686) | Future setMediaTypesRequiringUserActionForPlayback( method copy (line 698) | WKWebViewConfiguration copy() class WKUIDelegate (line 710) | @immutable method copy (line 756) | WKUIDelegate copy() class WKNavigationDelegate (line 772) | @immutable method copy (line 854) | WKNavigationDelegate copy() class WKWebView (line 873) | @immutable method setUIDelegate (line 942) | Future setUIDelegate(WKUIDelegate? delegate) method setNavigationDelegate (line 949) | Future setNavigationDelegate(WKNavigationDelegate? delegate) method getUrl (line 956) | Future getUrl() method getEstimatedProgress (line 965) | Future getEstimatedProgress() method loadRequest (line 973) | Future loadRequest(NSUrlRequest request) method loadHtmlString (line 978) | Future loadHtmlString(String string, {String? baseUrl}) method loadFileUrl (line 983) | Future loadFileUrl(String url, {required String readAccessUrl}) method loadFlutterAsset (line 991) | Future loadFlutterAsset(String key) method canGoBack (line 996) | Future canGoBack() method canGoForward (line 1001) | Future canGoForward() method goBack (line 1006) | Future goBack() method goForward (line 1011) | Future goForward() method reload (line 1016) | Future reload() method getTitle (line 1023) | Future getTitle() method setAllowsBackForwardNavigationGestures (line 1032) | Future setAllowsBackForwardNavigationGestures(bool allow) method setCustomUserAgent (line 1044) | Future setCustomUserAgent(String? userAgent) method evaluateJavaScript (line 1052) | Future evaluateJavaScript(String javaScriptString) method copy (line 1060) | WKWebView copy() FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/web_kit/web_kit_api_impls.dart function _toWKWebsiteDataTypeEnumData (line 15) | Iterable _toWKWebsiteDataTypeEnumData( function toNSHttpCookieData (line 51) | NSHttpCookieData toNSHttpCookieData() function toWKNavigationActionPolicyEnumData (line 67) | WKNavigationActionPolicyEnumData toWKNavigationActionPolicyEnumData() function toNSHttpCookiePropertyKeyEnumData (line 77) | NSHttpCookiePropertyKeyEnumData toNSHttpCookiePropertyKeyEnumData() function toWKUserScriptInjectionTimeEnumData (line 129) | WKUserScriptInjectionTimeEnumData toWKUserScriptInjectionTimeEnumData() function _toWKAudiovisualMediaTypeEnumData (line 144) | Iterable _toWKAudiovisualMediaTypeEnumData( function toNavigationAction (line 170) | WKNavigationAction toNavigationAction() function toWKFrameInfo (line 180) | WKFrameInfo toWKFrameInfo() function toNSUrlRequest (line 186) | NSUrlRequest toNSUrlRequest() function toNSError (line 197) | NSError toNSError() function toWKScriptMessage (line 207) | WKScriptMessage toWKScriptMessage() function toWKUserScriptData (line 213) | WKUserScriptData toWKUserScriptData() function toNSUrlRequestData (line 223) | NSUrlRequestData toNSUrlRequestData() class WebKitFlutterApis (line 234) | class WebKitFlutterApis { method ensureSetUp (line 288) | void ensureSetUp() class WKWebsiteDataStoreHostApiImpl (line 312) | class WKWebsiteDataStoreHostApiImpl extends WKWebsiteDataStoreHostApi { method createFromWebViewConfigurationForInstances (line 330) | Future createFromWebViewConfigurationForInstances( method createDefaultDataStoreForInstances (line 341) | Future createDefaultDataStoreForInstances( method removeDataOfTypesForInstances (line 350) | Future removeDataOfTypesForInstances( class WKScriptMessageHandlerHostApiImpl (line 364) | class WKScriptMessageHandlerHostApiImpl extends WKScriptMessageHandlerHo... method createForInstances (line 382) | Future createForInstances(WKScriptMessageHandler instance) class WKScriptMessageHandlerFlutterApiImpl (line 388) | class WKScriptMessageHandlerFlutterApiImpl method _getHandler (line 397) | WKScriptMessageHandler _getHandler(int identifier) method didReceiveScriptMessage (line 402) | void didReceiveScriptMessage( class WKPreferencesHostApiImpl (line 417) | class WKPreferencesHostApiImpl extends WKPreferencesHostApi { method createFromWebViewConfigurationForInstances (line 435) | Future createFromWebViewConfigurationForInstances( method setJavaScriptEnabledForInstances (line 446) | Future setJavaScriptEnabledForInstances( class WKHttpCookieStoreHostApiImpl (line 458) | class WKHttpCookieStoreHostApiImpl extends WKHttpCookieStoreHostApi { method createFromWebsiteDataStoreForInstances (line 476) | Future createFromWebsiteDataStoreForInstances( method setCookieForInstances (line 487) | Future setCookieForInstances( class WKUserContentControllerHostApiImpl (line 499) | class WKUserContentControllerHostApiImpl method createFromWebViewConfigurationForInstances (line 518) | Future createFromWebViewConfigurationForInstances( method addScriptMessageHandlerForInstances (line 529) | Future addScriptMessageHandlerForInstances( method removeScriptMessageHandlerForInstances (line 542) | Future removeScriptMessageHandlerForInstances( method removeAllScriptMessageHandlersForInstances (line 553) | Future removeAllScriptMessageHandlersForInstances( method addUserScriptForInstances (line 562) | Future addUserScriptForInstances( method removeAllUserScriptsForInstances (line 573) | Future removeAllUserScriptsForInstances( class WKWebViewConfigurationHostApiImpl (line 581) | class WKWebViewConfigurationHostApiImpl extends WKWebViewConfigurationHo... method createForInstances (line 599) | Future createForInstances(WKWebViewConfiguration instance) method createFromWebViewForInstances (line 604) | Future createFromWebViewForInstances( method setAllowsInlineMediaPlaybackForInstances (line 615) | Future setAllowsInlineMediaPlaybackForInstances( method setMediaTypesRequiringUserActionForPlaybackForInstances (line 626) | Future setMediaTypesRequiringUserActionForPlaybackForInstances( class WKWebViewConfigurationFlutterApiImpl (line 638) | @immutable method create (line 657) | void create(int identifier) class WKUIDelegateHostApiImpl (line 669) | class WKUIDelegateHostApiImpl extends WKUIDelegateHostApi { method createForInstances (line 687) | Future createForInstances(WKUIDelegate instance) class WKUIDelegateFlutterApiImpl (line 693) | class WKUIDelegateFlutterApiImpl extends WKUIDelegateFlutterApi { method _getDelegate (line 701) | WKUIDelegate _getDelegate(int identifier) method onCreateWebView (line 706) | void onCreateWebView( class WKNavigationDelegateHostApiImpl (line 725) | class WKNavigationDelegateHostApiImpl extends WKNavigationDelegateHostApi { method createForInstances (line 743) | Future createForInstances(WKNavigationDelegate instance) class WKNavigationDelegateFlutterApiImpl (line 749) | class WKNavigationDelegateFlutterApiImpl method _getDelegate (line 758) | WKNavigationDelegate _getDelegate(int identifier) method didFinishNavigation (line 763) | void didFinishNavigation( method decidePolicyForNavigationAction (line 778) | Future decidePolicyForNavigationAction( method didFailNavigation (line 803) | void didFailNavigation( method didFailProvisionalNavigation (line 818) | void didFailProvisionalNavigation( method didStartProvisionalNavigation (line 833) | void didStartProvisionalNavigation( method webViewWebContentProcessDidTerminate (line 848) | void webViewWebContentProcessDidTerminate( class WKWebViewHostApiImpl (line 862) | class WKWebViewHostApiImpl extends WKWebViewHostApi { method createForInstances (line 880) | Future createForInstances( method loadRequestForInstances (line 891) | Future loadRequestForInstances( method loadHtmlStringForInstances (line 902) | Future loadHtmlStringForInstances( method loadFileUrlForInstances (line 915) | Future loadFileUrlForInstances( method loadFlutterAssetForInstances (line 928) | Future loadFlutterAssetForInstances(WKWebView instance, String key) method canGoBackForInstances (line 936) | Future canGoBackForInstances(WKWebView instance) method canGoForwardForInstances (line 941) | Future canGoForwardForInstances(WKWebView instance) method goBackForInstances (line 946) | Future goBackForInstances(WKWebView instance) method goForwardForInstances (line 951) | Future goForwardForInstances(WKWebView instance) method reloadForInstances (line 956) | Future reloadForInstances(WKWebView instance) method getUrlForInstances (line 961) | Future getUrlForInstances(WKWebView instance) method getTitleForInstances (line 966) | Future getTitleForInstances(WKWebView instance) method getEstimatedProgressForInstances (line 971) | Future getEstimatedProgressForInstances(WKWebView instance) method setAllowsBackForwardNavigationGesturesForInstances (line 976) | Future setAllowsBackForwardNavigationGesturesForInstances( method setCustomUserAgentForInstances (line 987) | Future setCustomUserAgentForInstances( method evaluateJavaScriptForInstances (line 998) | Future evaluateJavaScriptForInstances( method setNavigationDelegateForInstances (line 1023) | Future setNavigationDelegateForInstances( method setUIDelegateForInstances (line 1034) | Future setUIDelegateForInstances( FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/webkit_proxy.dart function _defaultWebsiteDataStore (line 11) | WKWebsiteDataStore _defaultWebsiteDataStore() class WebKitProxy (line 23) | class WebKitProxy { FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/webkit_webview_controller.dart type PlaybackMediaTypes (line 23) | enum PlaybackMediaTypes { class WebKitWebViewControllerCreationParams (line 41) | @immutable class WebKitWebViewController (line 119) | class WebKitWebViewController extends PlatformWebViewController { method loadFile (line 178) | Future loadFile(String absoluteFilePath) method loadFlutterAsset (line 186) | Future loadFlutterAsset(String key) method loadHtmlString (line 192) | Future loadHtmlString(String html, {String? baseUrl}) method loadRequest (line 197) | Future loadRequest(LoadRequestParams params) method addJavaScriptChannel (line 213) | Future addJavaScriptChannel( method removeJavaScriptChannel (line 239) | Future removeJavaScriptChannel(String javaScriptChannelName) method currentUrl (line 248) | Future currentUrl() method canGoBack (line 251) | Future canGoBack() method canGoForward (line 254) | Future canGoForward() method goBack (line 257) | Future goBack() method goForward (line 260) | Future goForward() method reload (line 263) | Future reload() method clearCache (line 266) | Future clearCache() method clearLocalStorage (line 278) | Future clearLocalStorage() method runJavaScript (line 286) | Future runJavaScript(String javaScript) method runJavaScriptReturningResult (line 303) | Future runJavaScriptReturningResult(String javaScript) method getTitle (line 315) | Future getTitle() method scrollTo (line 318) | Future scrollTo(int x, int y) method scrollBy (line 326) | Future scrollBy(int x, int y) method getScrollPosition (line 334) | Future getScrollPosition() method setAllowsBackForwardNavigationGestures (line 340) | Future setAllowsBackForwardNavigationGestures(bool enabled) method setBackgroundColor (line 345) | Future setBackgroundColor(Color color) method setJavaScriptMode (line 355) | Future setJavaScriptMode(JavaScriptMode javaScriptMode) method setUserAgent (line 365) | Future setUserAgent(String? userAgent) method enableZoom (line 370) | Future enableZoom(bool enabled) method setPlatformNavigationDelegate (line 384) | Future setPlatformNavigationDelegate( method _disableZoom (line 394) | Future _disableZoom() method _resetUserScripts (line 413) | Future _resetUserScripts({String? removedJavaScriptChannel}) class WebKitJavaScriptChannelParams (line 437) | @immutable class WebKitWebViewWidgetCreationParams (line 478) | @immutable class WebKitWebViewWidget (line 509) | class WebKitWebViewWidget extends PlatformWebViewWidget { method build (line 523) | Widget build(BuildContext context) class WebKitWebResourceError (line 538) | class WebKitWebResourceError extends WebResourceError { method _toWebResourceErrorType (line 547) | WebResourceErrorType? _toWebResourceErrorType(int code) class WebKitNavigationDelegateCreationParams (line 571) | @immutable class WebKitNavigationDelegate (line 595) | class WebKitNavigationDelegate extends PlatformNavigationDelegate { method setOnPageFinished (line 696) | Future setOnPageFinished(PageEventCallback onPageFinished) method setOnPageStarted (line 701) | Future setOnPageStarted(PageEventCallback onPageStarted) method setOnProgress (line 706) | Future setOnProgress(ProgressCallback onProgress) method setOnWebResourceError (line 711) | Future setOnWebResourceError( method setOnNavigationRequest (line 718) | Future setOnNavigationRequest( FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/webkit_webview_cookie_manager.dart class WebKitWebViewCookieManagerCreationParams (line 13) | class WebKitWebViewCookieManagerCreationParams class WebKitWebViewCookieManager (line 40) | class WebKitWebViewCookieManager extends PlatformWebViewCookieManager { method clearCookies (line 54) | Future clearCookies() method setCookie (line 62) | Future setCookie(WebViewCookie cookie) method _isValidPath (line 81) | bool _isValidPath(String path) FILE: packages/webview_flutter/webview_flutter_wkwebview/lib/src/webkit_webview_platform.dart class WebKitWebViewPlatform (line 11) | class WebKitWebViewPlatform extends WebViewPlatform { method registerWith (line 13) | void registerWith() method createPlatformWebViewController (line 18) | WebKitWebViewController createPlatformWebViewController( method createPlatformNavigationDelegate (line 25) | WebKitNavigationDelegate createPlatformNavigationDelegate( method createPlatformWebViewWidget (line 32) | WebKitWebViewWidget createPlatformWebViewWidget( method createPlatformCookieManager (line 39) | WebKitWebViewCookieManager createPlatformCookieManager( FILE: packages/webview_flutter/webview_flutter_wkwebview/pigeons/web_kit.dart type NSKeyValueObservingOptionsEnum (line 7) | @ConfigurePigeon( class NSKeyValueObservingOptionsEnumData (line 42) | class NSKeyValueObservingOptionsEnumData { type NSKeyValueChangeEnum (line 49) | enum NSKeyValueChangeEnum { class NSKeyValueChangeEnumData (line 58) | class NSKeyValueChangeEnumData { type NSKeyValueChangeKeyEnum (line 65) | enum NSKeyValueChangeKeyEnum { class NSKeyValueChangeKeyEnumData (line 75) | class NSKeyValueChangeKeyEnumData { type WKUserScriptInjectionTimeEnum (line 82) | enum WKUserScriptInjectionTimeEnum { class WKUserScriptInjectionTimeEnumData (line 89) | class WKUserScriptInjectionTimeEnumData { type WKAudiovisualMediaTypeEnum (line 96) | enum WKAudiovisualMediaTypeEnum { class WKAudiovisualMediaTypeEnumData (line 105) | class WKAudiovisualMediaTypeEnumData { type WKWebsiteDataTypeEnum (line 112) | enum WKWebsiteDataTypeEnum { class WKWebsiteDataTypeEnumData (line 125) | class WKWebsiteDataTypeEnumData { type WKNavigationActionPolicyEnum (line 132) | enum WKNavigationActionPolicyEnum { class WKNavigationActionPolicyEnumData (line 139) | class WKNavigationActionPolicyEnumData { type NSHttpCookiePropertyKeyEnum (line 146) | enum NSHttpCookiePropertyKeyEnum { class NSHttpCookiePropertyKeyEnumData (line 165) | class NSHttpCookiePropertyKeyEnumData { type WKNavigationType (line 173) | enum WKNavigationType { class NSUrlRequestData (line 208) | class NSUrlRequestData { class WKUserScriptData (line 218) | class WKUserScriptData { class WKNavigationActionData (line 227) | class WKNavigationActionData { class WKFrameInfoData (line 236) | class WKFrameInfoData { class NSErrorData (line 243) | class NSErrorData { class WKScriptMessageData (line 252) | class WKScriptMessageData { class NSHttpCookieData (line 260) | class NSHttpCookieData { class WKWebsiteDataStoreHostApi (line 273) | @HostApi(dartHostTestHandler: 'TestWKWebsiteDataStoreHostApi') method createFromWebViewConfiguration (line 278) | void createFromWebViewConfiguration( method createDefaultDataStore (line 284) | void createDefaultDataStore(int identifier) method removeDataOfTypes (line 290) | bool removeDataOfTypes( class UIViewHostApi (line 300) | @HostApi(dartHostTestHandler: 'TestUIViewHostApi') method setBackgroundColor (line 303) | void setBackgroundColor(int identifier, int? value) method setOpaque (line 306) | void setOpaque(int identifier, bool opaque) class UIScrollViewHostApi (line 312) | @HostApi(dartHostTestHandler: 'TestUIScrollViewHostApi') method createFromWebView (line 315) | void createFromWebView(int identifier, int webViewIdentifier) method getContentOffset (line 318) | List getContentOffset(int identifier) method scrollBy (line 321) | void scrollBy(int identifier, double x, double y) method setContentOffset (line 324) | void setContentOffset(int identifier, double x, double y) class WKWebViewConfigurationHostApi (line 330) | @HostApi(dartHostTestHandler: 'TestWKWebViewConfigurationHostApi') method create (line 333) | void create(int identifier) method createFromWebView (line 336) | void createFromWebView(int identifier, int webViewIdentifier) method setAllowsInlineMediaPlayback (line 341) | void setAllowsInlineMediaPlayback(int identifier, bool allow) method setMediaTypesRequiringUserActionForPlayback (line 346) | void setMediaTypesRequiringUserActionForPlayback( class WKWebViewConfigurationFlutterApi (line 355) | @FlutterApi() method create (line 358) | void create(int identifier) class WKUserContentControllerHostApi (line 364) | @HostApi(dartHostTestHandler: 'TestWKUserContentControllerHostApi') method createFromWebViewConfiguration (line 369) | void createFromWebViewConfiguration( method addScriptMessageHandler (line 377) | void addScriptMessageHandler( method removeScriptMessageHandler (line 384) | void removeScriptMessageHandler(int identifier, String name) method removeAllScriptMessageHandlers (line 387) | void removeAllScriptMessageHandlers(int identifier) method addUserScript (line 390) | void addUserScript(int identifier, WKUserScriptData userScript) method removeAllUserScripts (line 393) | void removeAllUserScripts(int identifier) class WKPreferencesHostApi (line 399) | @HostApi(dartHostTestHandler: 'TestWKPreferencesHostApi') method createFromWebViewConfiguration (line 404) | void createFromWebViewConfiguration( method setJavaScriptEnabled (line 410) | void setJavaScriptEnabled(int identifier, bool enabled) class WKScriptMessageHandlerHostApi (line 416) | @HostApi(dartHostTestHandler: 'TestWKScriptMessageHandlerHostApi') method create (line 419) | void create(int identifier) class WKScriptMessageHandlerFlutterApi (line 425) | @FlutterApi() method didReceiveScriptMessage (line 430) | void didReceiveScriptMessage( class WKNavigationDelegateHostApi (line 440) | @HostApi(dartHostTestHandler: 'TestWKNavigationDelegateHostApi') method create (line 443) | void create(int identifier) class WKNavigationDelegateFlutterApi (line 449) | @FlutterApi() method didFinishNavigation (line 454) | void didFinishNavigation( method didStartProvisionalNavigation (line 463) | void didStartProvisionalNavigation( method decidePolicyForNavigationAction (line 473) | WKNavigationActionPolicyEnumData decidePolicyForNavigationAction( method didFailNavigation (line 482) | void didFailNavigation( method didFailProvisionalNavigation (line 491) | void didFailProvisionalNavigation( method webViewWebContentProcessDidTerminate (line 500) | void webViewWebContentProcessDidTerminate( class NSObjectHostApi (line 509) | @HostApi(dartHostTestHandler: 'TestNSObjectHostApi') method dispose (line 512) | void dispose(int identifier) method addObserver (line 517) | void addObserver( method removeObserver (line 527) | void removeObserver(int identifier, int observerIdentifier, String key... class NSObjectFlutterApi (line 533) | @FlutterApi() method observeValue (line 538) | void observeValue( method dispose (line 552) | void dispose(int identifier) class WKWebViewHostApi (line 558) | @HostApi(dartHostTestHandler: 'TestWKWebViewHostApi') method create (line 561) | void create(int identifier, int configurationIdentifier) method setUIDelegate (line 564) | void setUIDelegate(int identifier, int? uiDelegateIdentifier) method setNavigationDelegate (line 569) | void setNavigationDelegate(int identifier, int? navigationDelegateIden... method getUrl (line 572) | String? getUrl(int identifier) method getEstimatedProgress (line 575) | double getEstimatedProgress(int identifier) method loadRequest (line 578) | void loadRequest(int identifier, NSUrlRequestData request) method loadHtmlString (line 581) | void loadHtmlString(int identifier, String string, String? baseUrl) method loadFileUrl (line 584) | void loadFileUrl(int identifier, String url, String readAccessUrl) method loadFlutterAsset (line 587) | void loadFlutterAsset(int identifier, String key) method canGoBack (line 590) | bool canGoBack(int identifier) method canGoForward (line 593) | bool canGoForward(int identifier) method goBack (line 596) | void goBack(int identifier) method goForward (line 599) | void goForward(int identifier) method reload (line 602) | void reload(int identifier) method getTitle (line 605) | String? getTitle(int identifier) method setAllowsBackForwardNavigationGestures (line 608) | void setAllowsBackForwardNavigationGestures(int identifier, bool allow) method setCustomUserAgent (line 611) | void setCustomUserAgent(int identifier, String? userAgent) method evaluateJavaScript (line 615) | Object? evaluateJavaScript(int identifier, String javaScriptString) class WKUIDelegateHostApi (line 621) | @HostApi(dartHostTestHandler: 'TestWKUIDelegateHostApi') method create (line 624) | void create(int identifier) class WKUIDelegateFlutterApi (line 630) | @FlutterApi() method onCreateWebView (line 635) | void onCreateWebView( class WKHttpCookieStoreHostApi (line 646) | @HostApi(dartHostTestHandler: 'TestWKHttpCookieStoreHostApi') method createFromWebsiteDataStore (line 649) | void createFromWebsiteDataStore( method setCookie (line 656) | void setCookie(int identifier, NSHttpCookieData cookie) FILE: packages/webview_flutter/webview_flutter_wkwebview/test/legacy/web_kit_cookie_manager_test.dart function main (line 19) | void main() FILE: packages/webview_flutter/webview_flutter_wkwebview/test/legacy/web_kit_cookie_manager_test.mocks.dart class _FakeWKHttpCookieStore_0 (line 24) | class _FakeWKHttpCookieStore_0 extends _i1.SmartFake class _FakeWKWebsiteDataStore_1 (line 35) | class _FakeWKWebsiteDataStore_1 extends _i1.SmartFake class MockWKHttpCookieStore (line 50) | class MockWKHttpCookieStore extends _i1.Mock implements _i2.WKHttpCookie... method setCookie (line 56) | _i3.Future setCookie(_i4.NSHttpCookie? cookie) method copy (line 65) | _i2.WKHttpCookieStore copy() method addObserver (line 79) | _i3.Future addObserver( method removeObserver (line 97) | _i3.Future removeObserver( class MockWKWebsiteDataStore (line 116) | class MockWKWebsiteDataStore extends _i1.Mock method removeDataOfTypes (line 131) | _i3.Future removeDataOfTypes( method copy (line 146) | _i2.WKWebsiteDataStore copy() method addObserver (line 160) | _i3.Future addObserver( method removeObserver (line 178) | _i3.Future removeObserver( FILE: packages/webview_flutter/webview_flutter_wkwebview/test/legacy/web_kit_webview_widget_test.dart function main (line 37) | void main() function buildWidget (line 106) | Future buildWidget( FILE: packages/webview_flutter/webview_flutter_wkwebview/test/legacy/web_kit_webview_widget_test.mocks.dart class _FakePoint_0 (line 35) | class _FakePoint_0 extends _i1.SmartFake class _FakeUIScrollView_1 (line 46) | class _FakeUIScrollView_1 extends _i1.SmartFake implements _i3.UIScrollV... class _FakeWKNavigationDelegate_2 (line 56) | class _FakeWKNavigationDelegate_2 extends _i1.SmartFake class _FakeWKPreferences_3 (line 67) | class _FakeWKPreferences_3 extends _i1.SmartFake implements _i4.WKPrefer... class _FakeWKScriptMessageHandler_4 (line 77) | class _FakeWKScriptMessageHandler_4 extends _i1.SmartFake class _FakeWKWebViewConfiguration_5 (line 88) | class _FakeWKWebViewConfiguration_5 extends _i1.SmartFake class _FakeWKWebView_6 (line 99) | class _FakeWKWebView_6 extends _i1.SmartFake implements _i4.WKWebView { class _FakeWKUserContentController_7 (line 109) | class _FakeWKUserContentController_7 extends _i1.SmartFake class _FakeWKWebsiteDataStore_8 (line 120) | class _FakeWKWebsiteDataStore_8 extends _i1.SmartFake class _FakeWKHttpCookieStore_9 (line 131) | class _FakeWKHttpCookieStore_9 extends _i1.SmartFake class _FakeWKUIDelegate_10 (line 142) | class _FakeWKUIDelegate_10 extends _i1.SmartFake implements _i4.WKUIDele... class MockUIScrollView (line 156) | class MockUIScrollView extends _i1.Mock implements _i3.UIScrollView { method getContentOffset (line 162) | _i5.Future<_i2.Point> getContentOffset() method scrollBy (line 176) | _i5.Future scrollBy(_i2.Point? offset) method setContentOffset (line 185) | _i5.Future setContentOffset(_i2.Point? offset) method copy (line 195) | _i3.UIScrollView copy() method setBackgroundColor (line 209) | _i5.Future setBackgroundColor(_i6.Color? color) method setOpaque (line 218) | _i5.Future setOpaque(bool? opaque) method addObserver (line 227) | _i5.Future addObserver( method removeObserver (line 245) | _i5.Future removeObserver( class MockWKNavigationDelegate (line 264) | class MockWKNavigationDelegate extends _i1.Mock method copy (line 271) | _i4.WKNavigationDelegate copy() method addObserver (line 285) | _i5.Future addObserver( method removeObserver (line 303) | _i5.Future removeObserver( class MockWKPreferences (line 322) | class MockWKPreferences extends _i1.Mock implements _i4.WKPreferences { method setJavaScriptEnabled (line 328) | _i5.Future setJavaScriptEnabled(bool? enabled) method copy (line 337) | _i4.WKPreferences copy() method addObserver (line 351) | _i5.Future addObserver( method removeObserver (line 369) | _i5.Future removeObserver( class MockWKScriptMessageHandler (line 388) | class MockWKScriptMessageHandler extends _i1.Mock method copy (line 409) | _i4.WKScriptMessageHandler copy() method addObserver (line 423) | _i5.Future addObserver( method removeObserver (line 441) | _i5.Future removeObserver( class MockWKWebView (line 460) | class MockWKWebView extends _i1.Mock implements _i4.WKWebView { method setUIDelegate (line 482) | _i5.Future setUIDelegate(_i4.WKUIDelegate? delegate) method setNavigationDelegate (line 492) | _i5.Future setNavigationDelegate(_i4.WKNavigationDelegate? deleg... method getUrl (line 502) | _i5.Future getUrl() method getEstimatedProgress (line 510) | _i5.Future getEstimatedProgress() method loadRequest (line 518) | _i5.Future loadRequest(_i7.NSUrlRequest? request) method loadHtmlString (line 528) | _i5.Future loadHtmlString( method loadFileUrl (line 542) | _i5.Future loadFileUrl( method loadFlutterAsset (line 556) | _i5.Future loadFlutterAsset(String? key) method canGoBack (line 565) | _i5.Future canGoBack() method canGoForward (line 573) | _i5.Future canGoForward() method goBack (line 581) | _i5.Future goBack() method goForward (line 590) | _i5.Future goForward() method reload (line 599) | _i5.Future reload() method getTitle (line 608) | _i5.Future getTitle() method setAllowsBackForwardNavigationGestures (line 616) | _i5.Future setAllowsBackForwardNavigationGestures(bool? allow) method setCustomUserAgent (line 626) | _i5.Future setCustomUserAgent(String? userAgent) method evaluateJavaScript (line 635) | _i5.Future evaluateJavaScript(String? javaScriptString) method copy (line 644) | _i4.WKWebView copy() method setBackgroundColor (line 658) | _i5.Future setBackgroundColor(_i6.Color? color) method setOpaque (line 667) | _i5.Future setOpaque(bool? opaque) method addObserver (line 676) | _i5.Future addObserver( method removeObserver (line 694) | _i5.Future removeObserver( class MockWKWebViewConfiguration (line 713) | class MockWKWebViewConfiguration extends _i1.Mock method setAllowsInlineMediaPlayback (line 744) | _i5.Future setAllowsInlineMediaPlayback(bool? allow) method setMediaTypesRequiringUserActionForPlayback (line 754) | _i5.Future setMediaTypesRequiringUserActionForPlayback( method copy (line 765) | _i4.WKWebViewConfiguration copy() method addObserver (line 779) | _i5.Future addObserver( method removeObserver (line 797) | _i5.Future removeObserver( class MockWKWebsiteDataStore (line 816) | class MockWKWebsiteDataStore extends _i1.Mock method removeDataOfTypes (line 831) | _i5.Future removeDataOfTypes( method copy (line 846) | _i4.WKWebsiteDataStore copy() method addObserver (line 860) | _i5.Future addObserver( method removeObserver (line 878) | _i5.Future removeObserver( class MockWKUIDelegate (line 897) | class MockWKUIDelegate extends _i1.Mock implements _i4.WKUIDelegate { method copy (line 903) | _i4.WKUIDelegate copy() method addObserver (line 917) | _i5.Future addObserver( method removeObserver (line 935) | _i5.Future removeObserver( class MockWKUserContentController (line 954) | class MockWKUserContentController extends _i1.Mock method addScriptMessageHandler (line 961) | _i5.Future addScriptMessageHandler( method removeScriptMessageHandler (line 977) | _i5.Future removeScriptMessageHandler(String? name) method removeAllScriptMessageHandlers (line 987) | _i5.Future removeAllScriptMessageHandlers() method addUserScript (line 996) | _i5.Future addUserScript(_i4.WKUserScript? userScript) method removeAllUserScripts (line 1006) | _i5.Future removeAllUserScripts() method copy (line 1015) | _i4.WKUserContentController copy() method addObserver (line 1029) | _i5.Future addObserver( method removeObserver (line 1047) | _i5.Future removeObserver( class MockJavascriptChannelRegistry (line 1065) | class MockJavascriptChannelRegistry extends _i1.Mock method onJavascriptChannelMessage (line 1077) | void onJavascriptChannelMessage( method updateJavascriptChannelsFromSet (line 1092) | void updateJavascriptChannelsFromSet(Set<_i9.JavascriptChannel>? chann... class MockWebViewPlatformCallbacksHandler (line 1105) | class MockWebViewPlatformCallbacksHandler extends _i1.Mock method onNavigationRequest (line 1112) | _i5.FutureOr onNavigationRequest({ method onPageStarted (line 1128) | void onPageStarted(String? url) method onPageFinished (line 1136) | void onPageFinished(String? url) method onProgress (line 1144) | void onProgress(int? progress) method onWebResourceError (line 1152) | void onWebResourceError(_i10.WebResourceError? error) class MockWebViewWidgetProxy (line 1164) | class MockWebViewWidgetProxy extends _i1.Mock method createWebView (line 1171) | _i4.WKWebView createWebView( method createScriptMessageHandler (line 1196) | _i4.WKScriptMessageHandler createScriptMessageHandler( method createUIDelgate (line 1218) | _i4.WKUIDelegate createUIDelgate( method createNavigationDelegate (line 1241) | _i4.WKNavigationDelegate createNavigationDelegate({ FILE: packages/webview_flutter/webview_flutter_wkwebview/test/src/common/instance_manager_test.dart function main (line 8) | void main() class CopyableObject (line 138) | class CopyableObject with Copyable { method copy (line 140) | Copyable copy() FILE: packages/webview_flutter/webview_flutter_wkwebview/test/src/common/test_web_kit.g.dart class _TestWKWebsiteDataStoreHostApiCodec (line 16) | class _TestWKWebsiteDataStoreHostApiCodec extends StandardMessageCodec { method writeValue (line 19) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 29) | Object? readValueOfType(int type, ReadBuffer buffer) class TestWKWebsiteDataStoreHostApi (line 43) | abstract class TestWKWebsiteDataStoreHostApi { method createFromWebViewConfiguration (line 47) | void createFromWebViewConfiguration( method createDefaultDataStore (line 50) | void createDefaultDataStore(int identifier) method removeDataOfTypes (line 52) | Future removeDataOfTypes( method setup (line 57) | void setup(TestWKWebsiteDataStoreHostApi? api, class TestUIViewHostApi (line 138) | abstract class TestUIViewHostApi { method setBackgroundColor (line 141) | void setBackgroundColor(int identifier, int? value) method setOpaque (line 143) | void setOpaque(int identifier, bool opaque) method setup (line 145) | void setup(TestUIViewHostApi? api, class TestUIScrollViewHostApi (line 195) | abstract class TestUIScrollViewHostApi { method createFromWebView (line 198) | void createFromWebView(int identifier, int webViewIdentifier) method getContentOffset (line 200) | List getContentOffset(int identifier) method scrollBy (line 202) | void scrollBy(int identifier, double x, double y) method setContentOffset (line 204) | void setContentOffset(int identifier, double x, double y) method setup (line 206) | void setup(TestUIScrollViewHostApi? api, class _TestWKWebViewConfigurationHostApiCodec (line 302) | class _TestWKWebViewConfigurationHostApiCodec extends StandardMessageCod... method writeValue (line 305) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 315) | Object? readValueOfType(int type, ReadBuffer buffer) class TestWKWebViewConfigurationHostApi (line 329) | abstract class TestWKWebViewConfigurationHostApi { method create (line 333) | void create(int identifier) method createFromWebView (line 335) | void createFromWebView(int identifier, int webViewIdentifier) method setAllowsInlineMediaPlayback (line 337) | void setAllowsInlineMediaPlayback(int identifier, bool allow) method setMediaTypesRequiringUserActionForPlayback (line 339) | void setMediaTypesRequiringUserActionForPlayback( method setup (line 342) | void setup(TestWKWebViewConfigurationHostApi? api, class _TestWKUserContentControllerHostApiCodec (line 438) | class _TestWKUserContentControllerHostApiCodec extends StandardMessageCo... method writeValue (line 441) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 454) | Object? readValueOfType(int type, ReadBuffer buffer) class TestWKUserContentControllerHostApi (line 471) | abstract class TestWKUserContentControllerHostApi { method createFromWebViewConfiguration (line 475) | void createFromWebViewConfiguration( method addScriptMessageHandler (line 478) | void addScriptMessageHandler( method removeScriptMessageHandler (line 481) | void removeScriptMessageHandler(int identifier, String name) method removeAllScriptMessageHandlers (line 483) | void removeAllScriptMessageHandlers(int identifier) method addUserScript (line 485) | void addUserScript(int identifier, WKUserScriptData userScript) method removeAllUserScripts (line 487) | void removeAllUserScripts(int identifier) method setup (line 489) | void setup(TestWKUserContentControllerHostApi? api, class TestWKPreferencesHostApi (line 635) | abstract class TestWKPreferencesHostApi { method createFromWebViewConfiguration (line 638) | void createFromWebViewConfiguration( method setJavaScriptEnabled (line 641) | void setJavaScriptEnabled(int identifier, bool enabled) method setup (line 643) | void setup(TestWKPreferencesHostApi? api, class TestWKScriptMessageHandlerHostApi (line 697) | abstract class TestWKScriptMessageHandlerHostApi { method create (line 700) | void create(int identifier) method setup (line 702) | void setup(TestWKScriptMessageHandlerHostApi? api, class TestWKNavigationDelegateHostApi (line 729) | abstract class TestWKNavigationDelegateHostApi { method create (line 732) | void create(int identifier) method setup (line 734) | void setup(TestWKNavigationDelegateHostApi? api, class _TestNSObjectHostApiCodec (line 758) | class _TestNSObjectHostApiCodec extends StandardMessageCodec { method writeValue (line 761) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 771) | Object? readValueOfType(int type, ReadBuffer buffer) class TestNSObjectHostApi (line 785) | abstract class TestNSObjectHostApi { method dispose (line 788) | void dispose(int identifier) method addObserver (line 790) | void addObserver(int identifier, int observerIdentifier, String keyPath, method removeObserver (line 793) | void removeObserver(int identifier, int observerIdentifier, String key... method setup (line 795) | void setup(TestNSObjectHostApi? api, class _TestWKWebViewHostApiCodec (line 876) | class _TestWKWebViewHostApiCodec extends StandardMessageCodec { method writeValue (line 879) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 928) | Object? readValueOfType(int type, ReadBuffer buffer) class TestWKWebViewHostApi (line 981) | abstract class TestWKWebViewHostApi { method create (line 984) | void create(int identifier, int configurationIdentifier) method setUIDelegate (line 986) | void setUIDelegate(int identifier, int? uiDelegateIdentifier) method setNavigationDelegate (line 988) | void setNavigationDelegate(int identifier, int? navigationDelegateIden... method getUrl (line 990) | String? getUrl(int identifier) method getEstimatedProgress (line 992) | double getEstimatedProgress(int identifier) method loadRequest (line 994) | void loadRequest(int identifier, NSUrlRequestData request) method loadHtmlString (line 996) | void loadHtmlString(int identifier, String string, String? baseUrl) method loadFileUrl (line 998) | void loadFileUrl(int identifier, String url, String readAccessUrl) method loadFlutterAsset (line 1000) | void loadFlutterAsset(int identifier, String key) method canGoBack (line 1002) | bool canGoBack(int identifier) method canGoForward (line 1004) | bool canGoForward(int identifier) method goBack (line 1006) | void goBack(int identifier) method goForward (line 1008) | void goForward(int identifier) method reload (line 1010) | void reload(int identifier) method getTitle (line 1012) | String? getTitle(int identifier) method setAllowsBackForwardNavigationGestures (line 1014) | void setAllowsBackForwardNavigationGestures(int identifier, bool allow) method setCustomUserAgent (line 1016) | void setCustomUserAgent(int identifier, String? userAgent) method evaluateJavaScript (line 1018) | Future evaluateJavaScript(int identifier, String javaScriptSt... method setup (line 1020) | void setup(TestWKWebViewHostApi? api, class TestWKUIDelegateHostApi (line 1402) | abstract class TestWKUIDelegateHostApi { method create (line 1405) | void create(int identifier) method setup (line 1407) | void setup(TestWKUIDelegateHostApi? api, class _TestWKHttpCookieStoreHostApiCodec (line 1431) | class _TestWKHttpCookieStoreHostApiCodec extends StandardMessageCodec { method writeValue (line 1434) | void writeValue(WriteBuffer buffer, Object? value) method readValueOfType (line 1447) | Object? readValueOfType(int type, ReadBuffer buffer) class TestWKHttpCookieStoreHostApi (line 1464) | abstract class TestWKHttpCookieStoreHostApi { method createFromWebsiteDataStore (line 1468) | void createFromWebsiteDataStore( method setCookie (line 1471) | Future setCookie(int identifier, NSHttpCookieData cookie) method setup (line 1473) | void setup(TestWKHttpCookieStoreHostApi? api, FILE: packages/webview_flutter/webview_flutter_wkwebview/test/src/foundation/foundation_test.dart function main (line 21) | void main() FILE: packages/webview_flutter/webview_flutter_wkwebview/test/src/foundation/foundation_test.mocks.dart class MockTestNSObjectHostApi (line 25) | class MockTestNSObjectHostApi extends _i1.Mock method dispose (line 32) | void dispose(int? identifier) method addObserver (line 40) | void addObserver( method removeObserver (line 59) | void removeObserver( FILE: packages/webview_flutter/webview_flutter_wkwebview/test/src/ui_kit/ui_kit_test.dart function main (line 24) | void main() FILE: packages/webview_flutter/webview_flutter_wkwebview/test/src/ui_kit/ui_kit_test.mocks.dart class MockTestWKWebViewConfigurationHostApi (line 27) | class MockTestWKWebViewConfigurationHostApi extends _i1.Mock method create (line 34) | void create(int? identifier) method createFromWebView (line 42) | void createFromWebView( method setAllowsInlineMediaPlayback (line 57) | void setAllowsInlineMediaPlayback( method setMediaTypesRequiringUserActionForPlayback (line 72) | void setMediaTypesRequiringUserActionForPlayback( class MockTestWKWebViewHostApi (line 91) | class MockTestWKWebViewHostApi extends _i1.Mock method create (line 98) | void create( method setUIDelegate (line 113) | void setUIDelegate( method setNavigationDelegate (line 128) | void setNavigationDelegate( method getUrl (line 143) | String? getUrl(int? identifier) method getEstimatedProgress (line 148) | double getEstimatedProgress(int? identifier) method loadRequest (line 156) | void loadRequest( method loadHtmlString (line 171) | void loadHtmlString( method loadFileUrl (line 188) | void loadFileUrl( method loadFlutterAsset (line 205) | void loadFlutterAsset( method canGoBack (line 220) | bool canGoBack(int? identifier) method canGoForward (line 228) | bool canGoForward(int? identifier) method goBack (line 236) | void goBack(int? identifier) method goForward (line 244) | void goForward(int? identifier) method reload (line 252) | void reload(int? identifier) method getTitle (line 260) | String? getTitle(int? identifier) method setAllowsBackForwardNavigationGestures (line 265) | void setAllowsBackForwardNavigationGestures( method setCustomUserAgent (line 280) | void setCustomUserAgent( method evaluateJavaScript (line 295) | _i4.Future evaluateJavaScript( class MockTestUIScrollViewHostApi (line 314) | class MockTestUIScrollViewHostApi extends _i1.Mock method createFromWebView (line 321) | void createFromWebView( method getContentOffset (line 336) | List getContentOffset(int? identifier) method scrollBy (line 344) | void scrollBy( method setContentOffset (line 361) | void setContentOffset( class MockTestUIViewHostApi (line 382) | class MockTestUIViewHostApi extends _i1.Mock implements _i2.TestUIViewHo... method setBackgroundColor (line 388) | void setBackgroundColor( method setOpaque (line 403) | void setOpaque( FILE: packages/webview_flutter/webview_flutter_wkwebview/test/src/web_kit/web_kit_test.dart function main (line 31) | void main() FILE: packages/webview_flutter/webview_flutter_wkwebview/test/src/web_kit/web_kit_test.mocks.dart class MockTestWKHttpCookieStoreHostApi (line 27) | class MockTestWKHttpCookieStoreHostApi extends _i1.Mock method createFromWebsiteDataStore (line 34) | void createFromWebsiteDataStore( method setCookie (line 49) | _i3.Future setCookie( class MockTestWKNavigationDelegateHostApi (line 69) | class MockTestWKNavigationDelegateHostApi extends _i1.Mock method create (line 76) | void create(int? identifier) class MockTestWKPreferencesHostApi (line 88) | class MockTestWKPreferencesHostApi extends _i1.Mock method createFromWebViewConfiguration (line 95) | void createFromWebViewConfiguration( method setJavaScriptEnabled (line 110) | void setJavaScriptEnabled( class MockTestWKScriptMessageHandlerHostApi (line 129) | class MockTestWKScriptMessageHandlerHostApi extends _i1.Mock method create (line 136) | void create(int? identifier) class MockTestWKUIDelegateHostApi (line 148) | class MockTestWKUIDelegateHostApi extends _i1.Mock method create (line 155) | void create(int? identifier) class MockTestWKUserContentControllerHostApi (line 167) | class MockTestWKUserContentControllerHostApi extends _i1.Mock method createFromWebViewConfiguration (line 174) | void createFromWebViewConfiguration( method addScriptMessageHandler (line 189) | void addScriptMessageHandler( method removeScriptMessageHandler (line 206) | void removeScriptMessageHandler( method removeAllScriptMessageHandlers (line 221) | void removeAllScriptMessageHandlers(int? identifier) method addUserScript (line 229) | void addUserScript( method removeAllUserScripts (line 244) | void removeAllUserScripts(int? identifier) class MockTestWKWebViewConfigurationHostApi (line 256) | class MockTestWKWebViewConfigurationHostApi extends _i1.Mock method create (line 263) | void create(int? identifier) method createFromWebView (line 271) | void createFromWebView( method setAllowsInlineMediaPlayback (line 286) | void setAllowsInlineMediaPlayback( method setMediaTypesRequiringUserActionForPlayback (line 301) | void setMediaTypesRequiringUserActionForPlayback( class MockTestWKWebViewHostApi (line 320) | class MockTestWKWebViewHostApi extends _i1.Mock method create (line 327) | void create( method setUIDelegate (line 342) | void setUIDelegate( method setNavigationDelegate (line 357) | void setNavigationDelegate( method getUrl (line 372) | String? getUrl(int? identifier) method getEstimatedProgress (line 377) | double getEstimatedProgress(int? identifier) method loadRequest (line 385) | void loadRequest( method loadHtmlString (line 400) | void loadHtmlString( method loadFileUrl (line 417) | void loadFileUrl( method loadFlutterAsset (line 434) | void loadFlutterAsset( method canGoBack (line 449) | bool canGoBack(int? identifier) method canGoForward (line 457) | bool canGoForward(int? identifier) method goBack (line 465) | void goBack(int? identifier) method goForward (line 473) | void goForward(int? identifier) method reload (line 481) | void reload(int? identifier) method getTitle (line 489) | String? getTitle(int? identifier) method setAllowsBackForwardNavigationGestures (line 494) | void setAllowsBackForwardNavigationGestures( method setCustomUserAgent (line 509) | void setCustomUserAgent( method evaluateJavaScript (line 524) | _i3.Future evaluateJavaScript( class MockTestWKWebsiteDataStoreHostApi (line 543) | class MockTestWKWebsiteDataStoreHostApi extends _i1.Mock method createFromWebViewConfiguration (line 550) | void createFromWebViewConfiguration( method createDefaultDataStore (line 565) | void createDefaultDataStore(int? identifier) method removeDataOfTypes (line 573) | _i3.Future removeDataOfTypes( FILE: packages/webview_flutter/webview_flutter_wkwebview/test/webkit_navigation_delegate_test.dart function main (line 20) | void main() function onWebResourceError (line 89) | void onWebResourceError(WebResourceError error) function onWebResourceError (line 122) | void onWebResourceError(WebResourceError error) function onWebResourceError (line 156) | void onWebResourceError(WebResourceError error) function onNavigationRequest (line 188) | FutureOr onNavigationRequest( class CapturingNavigationDelegate (line 243) | class CapturingNavigationDelegate extends WKNavigationDelegate { class CapturingUIDelegate (line 259) | class CapturingUIDelegate extends WKUIDelegate { FILE: packages/webview_flutter/webview_flutter_wkwebview/test/webkit_navigation_delegate_test.mocks.dart class _FakeWKWebViewConfiguration_0 (line 26) | class _FakeWKWebViewConfiguration_0 extends _i1.SmartFake class _FakeUIScrollView_1 (line 37) | class _FakeUIScrollView_1 extends _i1.SmartFake implements _i3.UIScrollV... class _FakeWKWebView_2 (line 47) | class _FakeWKWebView_2 extends _i1.SmartFake implements _i2.WKWebView { class MockWKWebView (line 61) | class MockWKWebView extends _i1.Mock implements _i2.WKWebView { method setUIDelegate (line 83) | _i4.Future setUIDelegate(_i2.WKUIDelegate? delegate) method setNavigationDelegate (line 93) | _i4.Future setNavigationDelegate(_i2.WKNavigationDelegate? deleg... method getUrl (line 103) | _i4.Future getUrl() method getEstimatedProgress (line 111) | _i4.Future getEstimatedProgress() method loadRequest (line 119) | _i4.Future loadRequest(_i5.NSUrlRequest? request) method loadHtmlString (line 129) | _i4.Future loadHtmlString( method loadFileUrl (line 143) | _i4.Future loadFileUrl( method loadFlutterAsset (line 157) | _i4.Future loadFlutterAsset(String? key) method canGoBack (line 166) | _i4.Future canGoBack() method canGoForward (line 174) | _i4.Future canGoForward() method goBack (line 182) | _i4.Future goBack() method goForward (line 191) | _i4.Future goForward() method reload (line 200) | _i4.Future reload() method getTitle (line 209) | _i4.Future getTitle() method setAllowsBackForwardNavigationGestures (line 217) | _i4.Future setAllowsBackForwardNavigationGestures(bool? allow) method setCustomUserAgent (line 227) | _i4.Future setCustomUserAgent(String? userAgent) method evaluateJavaScript (line 236) | _i4.Future evaluateJavaScript(String? javaScriptString) method copy (line 245) | _i2.WKWebView copy() method setBackgroundColor (line 259) | _i4.Future setBackgroundColor(_i6.Color? color) method setOpaque (line 268) | _i4.Future setOpaque(bool? opaque) method addObserver (line 277) | _i4.Future addObserver( method removeObserver (line 295) | _i4.Future removeObserver( FILE: packages/webview_flutter/webview_flutter_wkwebview/test/webkit_webview_controller_test.dart function main (line 33) | void main() function createControllerWithMocks (line 37) | WebKitWebViewController createControllerWithMocks({ class CapturingNavigationDelegate (line 999) | class CapturingNavigationDelegate extends WKNavigationDelegate { class CapturingUIDelegate (line 1015) | class CapturingUIDelegate extends WKUIDelegate { FILE: packages/webview_flutter/webview_flutter_wkwebview/test/webkit_webview_controller_test.mocks.dart class _FakePoint_0 (line 27) | class _FakePoint_0 extends _i1.SmartFake class _FakeUIScrollView_1 (line 38) | class _FakeUIScrollView_1 extends _i1.SmartFake implements _i3.UIScrollV... class _FakeWKPreferences_2 (line 48) | class _FakeWKPreferences_2 extends _i1.SmartFake implements _i4.WKPrefer... class _FakeWKUserContentController_3 (line 58) | class _FakeWKUserContentController_3 extends _i1.SmartFake class _FakeWKHttpCookieStore_4 (line 69) | class _FakeWKHttpCookieStore_4 extends _i1.SmartFake class _FakeWKWebsiteDataStore_5 (line 80) | class _FakeWKWebsiteDataStore_5 extends _i1.SmartFake class _FakeWKWebViewConfiguration_6 (line 91) | class _FakeWKWebViewConfiguration_6 extends _i1.SmartFake class _FakeWKWebView_7 (line 102) | class _FakeWKWebView_7 extends _i1.SmartFake implements _i4.WKWebView { class MockUIScrollView (line 116) | class MockUIScrollView extends _i1.Mock implements _i3.UIScrollView { method getContentOffset (line 122) | _i5.Future<_i2.Point> getContentOffset() method scrollBy (line 136) | _i5.Future scrollBy(_i2.Point? offset) method setContentOffset (line 145) | _i5.Future setContentOffset(_i2.Point? offset) method copy (line 155) | _i3.UIScrollView copy() method setBackgroundColor (line 169) | _i5.Future setBackgroundColor(_i6.Color? color) method setOpaque (line 178) | _i5.Future setOpaque(bool? opaque) method addObserver (line 187) | _i5.Future addObserver( method removeObserver (line 205) | _i5.Future removeObserver( class MockWKPreferences (line 224) | class MockWKPreferences extends _i1.Mock implements _i4.WKPreferences { method setJavaScriptEnabled (line 230) | _i5.Future setJavaScriptEnabled(bool? enabled) method copy (line 239) | _i4.WKPreferences copy() method addObserver (line 253) | _i5.Future addObserver( method removeObserver (line 271) | _i5.Future removeObserver( class MockWKUserContentController (line 290) | class MockWKUserContentController extends _i1.Mock method addScriptMessageHandler (line 297) | _i5.Future addScriptMessageHandler( method removeScriptMessageHandler (line 313) | _i5.Future removeScriptMessageHandler(String? name) method removeAllScriptMessageHandlers (line 323) | _i5.Future removeAllScriptMessageHandlers() method addUserScript (line 332) | _i5.Future addUserScript(_i4.WKUserScript? userScript) method removeAllUserScripts (line 342) | _i5.Future removeAllUserScripts() method copy (line 351) | _i4.WKUserContentController copy() method addObserver (line 365) | _i5.Future addObserver( method removeObserver (line 383) | _i5.Future removeObserver( class MockWKWebsiteDataStore (line 402) | class MockWKWebsiteDataStore extends _i1.Mock method removeDataOfTypes (line 417) | _i5.Future removeDataOfTypes( method copy (line 432) | _i4.WKWebsiteDataStore copy() method addObserver (line 446) | _i5.Future addObserver( method removeObserver (line 464) | _i5.Future removeObserver( class MockWKWebView (line 483) | class MockWKWebView extends _i1.Mock implements _i4.WKWebView { method setUIDelegate (line 505) | _i5.Future setUIDelegate(_i4.WKUIDelegate? delegate) method setNavigationDelegate (line 515) | _i5.Future setNavigationDelegate(_i4.WKNavigationDelegate? deleg... method getUrl (line 525) | _i5.Future getUrl() method getEstimatedProgress (line 533) | _i5.Future getEstimatedProgress() method loadRequest (line 541) | _i5.Future loadRequest(_i7.NSUrlRequest? request) method loadHtmlString (line 551) | _i5.Future loadHtmlString( method loadFileUrl (line 565) | _i5.Future loadFileUrl( method loadFlutterAsset (line 579) | _i5.Future loadFlutterAsset(String? key) method canGoBack (line 588) | _i5.Future canGoBack() method canGoForward (line 596) | _i5.Future canGoForward() method goBack (line 604) | _i5.Future goBack() method goForward (line 613) | _i5.Future goForward() method reload (line 622) | _i5.Future reload() method getTitle (line 631) | _i5.Future getTitle() method setAllowsBackForwardNavigationGestures (line 639) | _i5.Future setAllowsBackForwardNavigationGestures(bool? allow) method setCustomUserAgent (line 649) | _i5.Future setCustomUserAgent(String? userAgent) method evaluateJavaScript (line 658) | _i5.Future evaluateJavaScript(String? javaScriptString) method copy (line 667) | _i4.WKWebView copy() method setBackgroundColor (line 681) | _i5.Future setBackgroundColor(_i6.Color? color) method setOpaque (line 690) | _i5.Future setOpaque(bool? opaque) method addObserver (line 699) | _i5.Future addObserver( method removeObserver (line 717) | _i5.Future removeObserver( class MockWKWebViewConfiguration (line 736) | class MockWKWebViewConfiguration extends _i1.Mock method setAllowsInlineMediaPlayback (line 767) | _i5.Future setAllowsInlineMediaPlayback(bool? allow) method setMediaTypesRequiringUserActionForPlayback (line 777) | _i5.Future setMediaTypesRequiringUserActionForPlayback( method copy (line 788) | _i4.WKWebViewConfiguration copy() method addObserver (line 802) | _i5.Future addObserver( method removeObserver (line 820) | _i5.Future removeObserver( FILE: packages/webview_flutter/webview_flutter_wkwebview/test/webkit_webview_cookie_manager_test.dart function main (line 18) | void main() FILE: packages/webview_flutter/webview_flutter_wkwebview/test/webkit_webview_cookie_manager_test.mocks.dart class _FakeWKHttpCookieStore_0 (line 24) | class _FakeWKHttpCookieStore_0 extends _i1.SmartFake class _FakeWKWebsiteDataStore_1 (line 35) | class _FakeWKWebsiteDataStore_1 extends _i1.SmartFake class MockWKWebsiteDataStore (line 50) | class MockWKWebsiteDataStore extends _i1.Mock method removeDataOfTypes (line 65) | _i3.Future removeDataOfTypes( method copy (line 80) | _i2.WKWebsiteDataStore copy() method addObserver (line 94) | _i3.Future addObserver( method removeObserver (line 112) | _i3.Future removeObserver( class MockWKHttpCookieStore (line 131) | class MockWKHttpCookieStore extends _i1.Mock implements _i2.WKHttpCookie... method setCookie (line 137) | _i3.Future setCookie(_i4.NSHttpCookie? cookie) method copy (line 146) | _i2.WKHttpCookieStore copy() method addObserver (line 160) | _i3.Future addObserver( method removeObserver (line 178) | _i3.Future removeObserver( FILE: packages/webview_flutter/webview_flutter_wkwebview/test/webkit_webview_widget_test.dart function main (line 17) | void main() FILE: packages/webview_flutter/webview_flutter_wkwebview/test/webkit_webview_widget_test.mocks.dart class _FakeWKUserContentController_0 (line 24) | class _FakeWKUserContentController_0 extends _i1.SmartFake class _FakeWKPreferences_1 (line 35) | class _FakeWKPreferences_1 extends _i1.SmartFake implements _i2.WKPrefer... class _FakeWKWebsiteDataStore_2 (line 45) | class _FakeWKWebsiteDataStore_2 extends _i1.SmartFake class _FakeWKWebViewConfiguration_3 (line 56) | class _FakeWKWebViewConfiguration_3 extends _i1.SmartFake class MockWKWebViewConfiguration (line 71) | class MockWKWebViewConfiguration extends _i1.Mock method setAllowsInlineMediaPlayback (line 102) | _i3.Future setAllowsInlineMediaPlayback(bool? allow) method setMediaTypesRequiringUserActionForPlayback (line 112) | _i3.Future setMediaTypesRequiringUserActionForPlayback( method copy (line 123) | _i2.WKWebViewConfiguration copy() method addObserver (line 137) | _i3.Future addObserver( method removeObserver (line 155) | _i3.Future removeObserver( FILE: script/tool/lib/src/analyze_command.dart class AnalyzeCommand (line 17) | class AnalyzeCommand extends PackageLoopingCommand { method _hasUnexpecetdAnalysisOptions (line 55) | bool _hasUnexpecetdAnalysisOptions(RepositoryPackage package) method initializeRun (line 84) | Future initializeRun() method runForPackage (line 105) | Future runForPackage(RepositoryPackage package) method _runPubCommand (line 138) | Future _runPubCommand(RepositoryPackage package, String command) FILE: script/tool/lib/src/common/core.dart type Print (line 10) | typedef Print = void Function(Object? object); type FlutterPlatform (line 35) | enum FlutterPlatform { android, ios, linux, macos, web, windows } function isPackage (line 38) | bool isPackage(FileSystemEntity entity) function printSuccess (line 52) | void printSuccess(String successMessage) function printError (line 57) | void printError(String errorMessage) class ToolExit (line 70) | class ToolExit extends Error { FILE: script/tool/lib/src/common/git_version_finder.dart class GitVersionFinder (line 12) | class GitVersionFinder { method _isPubspec (line 24) | bool _isPubspec(String file) method getChangedPubSpecs (line 29) | Future> getChangedPubSpecs() method getChangedFiles (line 34) | Future> getChangedFiles( method getDiffContents (line 54) | Future> getDiffContents({ method getPackageVersion (line 76) | Future getPackageVersion(String pubspecPath, method getBaseSha (line 97) | Future getBaseSha() FILE: script/tool/lib/src/common/package_command.dart class PackageEnumerationEntry (line 22) | class PackageEnumerationEntry { class PackageCommand (line 37) | abstract class PackageCommand extends Command { method getBoolArg (line 182) | bool getBoolArg(String key) method getStringArg (line 187) | String getStringArg(String key) method getStringListArg (line 192) | List getStringListArg(String key) method _checkSharding (line 203) | void _checkSharding() method getExcludedPackageNames (line 224) | Set getExcludedPackageNames() method getTargetPackages (line 249) | Stream getTargetPackages( method _getAllPackages (line 295) | Stream _getAllPackages() method getTargetPackagesAndSubpackages (line 435) | Stream getTargetPackagesAndSubpackages( method getSubpackages (line 447) | Stream getSubpackages(RepositoryPackage package, method getFiles (line 459) | Stream getFiles() method getFilesForPackage (line 465) | Stream getFilesForPackage(RepositoryPackage package) method retrieveVersionFinder (line 475) | Future retrieveVersionFinder() method _getChangedPackageNames (line 491) | Set _getChangedPackageNames(List changedFiles) method isFederatedPackage (line 499) | bool isFederatedPackage(String candidatePackageName, String parentName) method _isCheckoutFromBranch (line 540) | Future _isCheckoutFromBranch(String branchName) method _getBranch (line 565) | Future _getBranch() method _changesRequireFullTest (line 577) | bool _changesRequireFullTest(List changedFiles) FILE: script/tool/lib/src/common/package_looping_command.dart type PackageLoopingType (line 20) | enum PackageLoopingType { type RunState (line 34) | enum RunState { class PackageResult (line 50) | class PackageResult { class PackageLoopingCommand (line 85) | abstract class PackageLoopingCommand extends PackageCommand { method initializeRun (line 124) | Future initializeRun() method getPackagesToProcess (line 132) | Stream getPackagesToProcess() method runForPackage (line 161) | Future runForPackage(RepositoryPackage package) method completeRun (line 165) | Future completeRun() method handleCapturedOutput (line 169) | Future handleCapturedOutput(List output) method logWarning (line 220) | void logWarning(String warningMessage) method getRelativePosixPath (line 233) | String getRelativePosixPath( method run (line 245) | Future run() method _runInternal (line 265) | Future _runInternal() method _runForPackageIfSupported (line 348) | Future _runForPackageIfSupported( method _printSuccess (line 375) | void _printSuccess(String message) method _printError (line 379) | void _printError(String message) method _printPackageHeading (line 389) | void _printPackageHeading(PackageEnumerationEntry entry, method _printRunSummary (line 417) | void _printRunSummary(List packages, method _printPerPackageRunOverview (line 457) | void _printPerPackageRunOverview( method _printFailureSummary (line 488) | void _printFailureSummary(List packageEnumera... method _printColorized (line 509) | void _printColorized(String message, Styles color) method _formatDurationAsRelativeTime (line 520) | String _formatDurationAsRelativeTime(Duration d) FILE: script/tool/lib/src/common/process_runner.dart class ProcessRunner (line 16) | class ProcessRunner { method runAndStream (line 29) | Future runAndStream( method run (line 63) | Future run(String executable, List args, method start (line 92) | Future start(String executable, List args, method _getErrorString (line 99) | String _getErrorString(String executable, List args, FILE: script/tool/lib/src/common/repository_package.dart class RepositoryPackage (line 18) | class RepositoryPackage { method platformDirectory (line 70) | Directory platformDirectory(FlutterPlatform platform) method parsePubspec (line 101) | Pubspec parsePubspec() method requiresFlutter (line 104) | bool requiresFlutter() method getExamples (line 136) | Iterable getExamples() FILE: script/tool/lib/src/main.dart function main (line 14) | void main(List args)