|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<issues format="6" by="lint 7.0.1" type="baseline" client="gradle" name="AGP (7.0.1)" variant="all" version="7.0.1"> |
| 3 | + |
| 4 | + <issue |
| 5 | + id="SyntheticAccessor" |
| 6 | + message="Access to `private` field `loadedCallbackPending` of class `GoogleMapController` requires synthetic accessor" |
| 7 | + errorLine1=" loadedCallbackPending = false;" |
| 8 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| 9 | + <location |
| 10 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapController.java" |
| 11 | + line="165" |
| 12 | + column="13"/> |
| 13 | + </issue> |
| 14 | + |
| 15 | + <issue |
| 16 | + id="SyntheticAccessor" |
| 17 | + message="Access to `private` method `postFrameCallback` of class `GoogleMapController` requires synthetic accessor" |
| 18 | + errorLine1=" postFrameCallback(" |
| 19 | + errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 20 | + <location |
| 21 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapController.java" |
| 22 | + line="166" |
| 23 | + column="13"/> |
| 24 | + </issue> |
| 25 | + |
| 26 | + <issue |
| 27 | + id="SyntheticAccessor" |
| 28 | + message="Access to `private` method `postFrameCallback` of class `GoogleMapController` requires synthetic accessor" |
| 29 | + errorLine1=" postFrameCallback(" |
| 30 | + errorLine2=" ~~~~~~~~~~~~~~~~~"> |
| 31 | + <location |
| 32 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapController.java" |
| 33 | + line="168" |
| 34 | + column="19"/> |
| 35 | + </issue> |
| 36 | + |
| 37 | + <issue |
| 38 | + id="SyntheticAccessor" |
| 39 | + message="Access to `private` field `mapView` of class `GoogleMapController` requires synthetic accessor" |
| 40 | + errorLine1=" if (mapView != null) {" |
| 41 | + errorLine2=" ~~~~~~~"> |
| 42 | + <location |
| 43 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapController.java" |
| 44 | + line="170" |
| 45 | + column="29"/> |
| 46 | + </issue> |
| 47 | + |
| 48 | + <issue |
| 49 | + id="SyntheticAccessor" |
| 50 | + message="Access to `private` field `mapView` of class `GoogleMapController` requires synthetic accessor" |
| 51 | + errorLine1=" mapView.invalidate();" |
| 52 | + errorLine2=" ~~~~~~~"> |
| 53 | + <location |
| 54 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapController.java" |
| 55 | + line="171" |
| 56 | + column="27"/> |
| 57 | + </issue> |
| 58 | + |
| 59 | + <issue |
| 60 | + id="SyntheticAccessor" |
| 61 | + message="Access to `private` constructor of class `ProxyLifecycleProvider` requires synthetic accessor" |
| 62 | + errorLine1=" new ProxyLifecycleProvider(activity)));" |
| 63 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 64 | + <location |
| 65 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapsPlugin.java" |
| 66 | + line="64" |
| 67 | + column="19"/> |
| 68 | + </issue> |
| 69 | + |
| 70 | + <issue |
| 71 | + id="SyntheticAccessor" |
| 72 | + message="Access to `private` field `lifecycle` of class `GoogleMapsPlugin` requires synthetic accessor" |
| 73 | + errorLine1=" return lifecycle;" |
| 74 | + errorLine2=" ~~~~~~~~~"> |
| 75 | + <location |
| 76 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapsPlugin.java" |
| 77 | + line="85" |
| 78 | + column="28"/> |
| 79 | + </issue> |
| 80 | + |
| 81 | + <issue |
| 82 | + id="SyntheticAccessor" |
| 83 | + message="Access to `private` field `handler` of class `TileProviderController` requires synthetic accessor" |
| 84 | + errorLine1=" handler.post(" |
| 85 | + errorLine2=" ~~~~~~~"> |
| 86 | + <location |
| 87 | + file="src/main/java/io/flutter/plugins/googlemaps/TileProviderController.java" |
| 88 | + line="52" |
| 89 | + column="7"/> |
| 90 | + </issue> |
| 91 | + |
| 92 | + <issue |
| 93 | + id="SyntheticAccessor" |
| 94 | + message="Access to `private` field `methodChannel` of class `TileProviderController` requires synthetic accessor" |
| 95 | + errorLine1=" methodChannel.invokeMethod(" |
| 96 | + errorLine2=" ~~~~~~~~~~~~~"> |
| 97 | + <location |
| 98 | + file="src/main/java/io/flutter/plugins/googlemaps/TileProviderController.java" |
| 99 | + line="54" |
| 100 | + column="15"/> |
| 101 | + </issue> |
| 102 | + |
| 103 | + <issue |
| 104 | + id="SyntheticAccessor" |
| 105 | + message="Access to `private` field `tileOverlayId` of class `TileProviderController` requires synthetic accessor" |
| 106 | + errorLine1=" Convert.tileOverlayArgumentsToJson(tileOverlayId, x, y, zoom)," |
| 107 | + errorLine2=" ~~~~~~~~~~~~~"> |
| 108 | + <location |
| 109 | + file="src/main/java/io/flutter/plugins/googlemaps/TileProviderController.java" |
| 110 | + line="56" |
| 111 | + column="54"/> |
| 112 | + </issue> |
| 113 | + |
| 114 | + <issue |
| 115 | + id="UnknownNullness" |
| 116 | + message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 117 | + errorLine1=" public PlatformView create(Context context, int id, Object args) {" |
| 118 | + errorLine2=" ~~~~~~~~~~~~"> |
| 119 | + <location |
| 120 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapFactory.java" |
| 121 | + line="33" |
| 122 | + column="10"/> |
| 123 | + </issue> |
| 124 | + |
| 125 | + <issue |
| 126 | + id="UnknownNullness" |
| 127 | + message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 128 | + errorLine1=" public PlatformView create(Context context, int id, Object args) {" |
| 129 | + errorLine2=" ~~~~~~~"> |
| 130 | + <location |
| 131 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapFactory.java" |
| 132 | + line="33" |
| 133 | + column="30"/> |
| 134 | + </issue> |
| 135 | + |
| 136 | + <issue |
| 137 | + id="UnknownNullness" |
| 138 | + message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 139 | + errorLine1=" public PlatformView create(Context context, int id, Object args) {" |
| 140 | + errorLine2=" ~~~~~~"> |
| 141 | + <location |
| 142 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapFactory.java" |
| 143 | + line="33" |
| 144 | + column="55"/> |
| 145 | + </issue> |
| 146 | + |
| 147 | + <issue |
| 148 | + id="UnknownNullness" |
| 149 | + message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 150 | + errorLine1=" final io.flutter.plugin.common.PluginRegistry.Registrar registrar) {" |
| 151 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> |
| 152 | + <location |
| 153 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapsPlugin.java" |
| 154 | + line="35" |
| 155 | + column="13"/> |
| 156 | + </issue> |
| 157 | + |
| 158 | + <issue |
| 159 | + id="UnknownNullness" |
| 160 | + message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 161 | + errorLine1=" public void onAttachedToEngine(FlutterPluginBinding binding) {" |
| 162 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| 163 | + <location |
| 164 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapsPlugin.java" |
| 165 | + line="73" |
| 166 | + column="34"/> |
| 167 | + </issue> |
| 168 | + |
| 169 | + <issue |
| 170 | + id="UnknownNullness" |
| 171 | + message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 172 | + errorLine1=" public void onDetachedFromEngine(FlutterPluginBinding binding) {}" |
| 173 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> |
| 174 | + <location |
| 175 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapsPlugin.java" |
| 176 | + line="91" |
| 177 | + column="36"/> |
| 178 | + </issue> |
| 179 | + |
| 180 | + <issue |
| 181 | + id="UnknownNullness" |
| 182 | + message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 183 | + errorLine1=" public void onAttachedToActivity(ActivityPluginBinding binding) {" |
| 184 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| 185 | + <location |
| 186 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapsPlugin.java" |
| 187 | + line="96" |
| 188 | + column="36"/> |
| 189 | + </issue> |
| 190 | + |
| 191 | + <issue |
| 192 | + id="UnknownNullness" |
| 193 | + message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations" |
| 194 | + errorLine1=" public void onReattachedToActivityForConfigChanges(ActivityPluginBinding binding) {" |
| 195 | + errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> |
| 196 | + <location |
| 197 | + file="src/main/java/io/flutter/plugins/googlemaps/GoogleMapsPlugin.java" |
| 198 | + line="106" |
| 199 | + column="54"/> |
| 200 | + </issue> |
| 201 | + |
| 202 | +</issues> |
0 commit comments