Andrey Gordeev
Andrey Gordeev
Trying to run `Fix imports` command on my unit test file. Getting this error: `Current file is not on project root or not on lib folder? File must be on...
After upgrading from `beta.36` to `beta.50` I'm unable to launch my app: ``` ════════ Exception caught by widgets library ═══════════════════════════════════ The following StackOverflowError was thrown building Builder(dirty, dependencies: [Binder]): Stack...
`pod repo update` and `pod install` installs ActionCableClient (0.2.3) and Starscream 2.0.4 (was 3.0.4). The project can't be built due to Swift compiler errors. Did you push version`0.2.4` to pod...
Your library is great, however I noticed that the version, which is downloaded from CocoaPods is different from the version in the repo. The repo version has "youtu.be" short link...
Can you please try to play this video: https://youtu.be/3jREZeBg0js ? This doesn't seem playing. This is the code I use: ``` if let playerController = video.movieViewController?(YKQualityOptions.Medium) { playerController.moviePlayer.setFullscreen(true, animated: false)...
Executing this: supabase functions deploy dart_edge --debug Getting this: ``` Supabase CLI 1.110.1 Version 1.30.3 is already installed Bundling dart_edge Error bundling function: exit status 1 file:///Users/andrey/Documents/MyProjects/Pillarium/pillarium_edge/supabase/functions/import_map.json file:///Users/andrey/Documents/MyProjects/Pillarium/pillarium_edge/supabase/functions/dart_edge/index.ts error: Uncaught...
Tested on example app. On iOS, the long press shows the paste button. On web iOS, the long press does nothing. iOS app (works as expected): https://github.com/Tkko/Flutter_Pinput/assets/2883524/e266e8c3-2e32-400a-82b5-1c98372baf5e iOS web app...