Dmitriy

Results 9 comments of Dmitriy

![image](https://user-images.githubusercontent.com/36802187/98955076-2aeb6200-2507-11eb-9c46-03d78dc525a5.png) what's wrong with my path? ![image](https://user-images.githubusercontent.com/36802187/98955335-700f9400-2507-11eb-8dbc-df14e191ffb8.png) my pubspec.yaml ![image](https://user-images.githubusercontent.com/36802187/98955477-98978e00-2507-11eb-9169-19bc8a8f3ed0.png) and import. what have I missed?

**Thank you for the clarification. You have complete information in the first message !!!** I read your previous message for the second time and now I found the right solution...

**This is a very egregious question !!**! And there are still no solutions ((( I spent **3 days** on the Internet looking for a solution, but I did not achieve...

@Jei Please help us. tell me at least what needs to be changed at: **Project \ ios \ Runner \ AppDelegate.swift** some kind of temporary solution. I hope my searches,...

We are waiting for your decision ...

**It turned out to transfer functions inside the code, but they do not work on the flutter** ``` option = { xAxis: { }, yAxis: { }, series: [ {...

**So it also does not work:** ![image](https://user-images.githubusercontent.com/36802187/105238572-4dd46b00-5b75-11eb-808f-81fa3722a7d7.png) ![image](https://user-images.githubusercontent.com/36802187/105239158-6c3a6680-5b75-11eb-9087-d4cbcc5ac213.png)

**I am using app evaluation package:** `in_app_review: ^ 2.0.0-nullsafety` ``` void didChangeDependencies() { try { _inAppReview.isAvailable().then( (bool isAvailable) => setState( () => _isAvailable = isAvailable, ), ); } catch (e)...

## Property - `Mac mini (M1, 2020)` - `Kotlin version 1.6.10` ## Script **shared/build.gradle.kts** ``` kt val packForXcode by tasks.creating(Sync::class) { group = "build" val mode = System.getenv("CONFIGURATION") ?: "DEBUG"...