lantah

Results 6 issues of lantah

![image](https://user-images.githubusercontent.com/35018535/106224693-bfb84e80-621e-11eb-87af-8360d4a82d55.png) ![image](https://user-images.githubusercontent.com/35018535/106224719-cf379780-621e-11eb-89c2-64efa69d8f6f.png) 999999999.99 : this double value length is 9, but infinity value length is 10, This judgment will never hold

```flutter void onClicked(String event) ``` 上面的clicked方法中,参数context都没有,后续怎样通过Navigator.of(context)方法跳转?

### 使用superTextView ``` ``` ### 使用普通的TextView+backgroup ``` ``` 发现上面的两种写法中,使用普通的Textview+backgroup的形式,开启过度绘制,文字层和backgroup层的颜色是一样的,证明它们在同一层级,而superTextView则显示为文字会加深一个层级,,,说起来有点绕,可以写demo开启过度绘制去看看效果。

## Environment - Android OS version: Android 14 - Devices affected: magic 6 pro - Maps SDK Version: 11.2.0 ## Observed behavior and steps to reproduce In my project, I'm...

bug :beetle:

![image](https://user-images.githubusercontent.com/35018535/216903156-08af93bf-5d39-4df4-af53-e2c919cb0fe4.png)

` final manager = await mapboxMap.annotations.createPolylineAnnotationManager(); manager.addOnPolylineAnnotationClickListener(_LineAnnotationClickListener((an) { // How can i get the position of clicked event })); ` @evil159 can you help me ? thanks very much.