Rahmanrezaee

Results 10 comments of Rahmanrezaee

I need as this any can help me ![image](https://user-images.githubusercontent.com/37028113/132420619-743bbec4-ede5-4ad7-8f56-f537c19d4199.png)

I have same issue I thing the problem is type of string which have many characters and spaces

Its same to me at debugs mode after upgrade to 3.3.2 show this crash in android devices If you downgrade to v3.0.5 all bugs solve also I added the `android:hardwareAccelerated="false"`...

Same Issue when I used Some thing like this ``` Theme.of(context).textTheme.subtitle1!.copyWith(fontSize: 12, color: AppColors.brandColor), ```

use androidview composable function ``` setContent { Bettary_appTheme( darkTheme = false ) { Column( Modifier.fillMaxSize(), Arrangement.Center, Alignment.CenterHorizontally ) { Text(text = "Select Address Activity") AndroidView({ LayoutInflater.from(it) .inflate(R.layout.charging_animation_layout, null) .apply {...

Same issue on android but its work fine on ios and web in my case, i just downgraded to 8.x.x

this packages ``` package_info_plus: 8.0.0 versionarte: ^1.0.0 ``` And show this error: ``` Because versionarte >=0.9.1 depends on package_info_plus ^5.0.1 and [APP_NAME] depends on package_info_plus 8.0.0, versionarte >=0.9.1 is forbidden....