Oleksandr Leushchenko
Oleksandr Leushchenko
You don't need to put it in `GCC_PREPROCESSOR_DEFINITIONS`. Follow the documentation: ```ruby post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['OTHER_SWIFT_FLAGS'] = '-DDISABLE_TRUEDEPTH_API' ... # Your other stuff end...
@PierluigiV, please read the first sentence of my response one more time.
You can achieve that by using `Shimmer` constructor with the `gradient` field. The width might be controlled by `stops` and the angle by setting the correct `alignment` (`begin` and `end`)....
Hello! The proposed changes don't work with the latest version. After making the changes in both `plugin.dart` and `server_to_client_channel.dart` files, I see a `RequestErrorCode.PLUGIN_ERROR: UnimplementedError` error. I assume the linter...
Hey! 👋 Thank you for your updates! Would you please address the last comment from my initial review and provide a sample for the added functionality? It would help others...
Dear @talsec-app, Do you have any estimate of when the fixed version be released? Thanks!
I assume that it works, so I’m closing this ticket.
This branch has conflicts, I'm closing the PR, please feel free to reopen it.
"Animations" is a great topic that I missed in the roadmap. Most applications do not require more advanced animations than implicit ones, and I expect devs to familiarise themselves with...
I guess I might know what's wrong. Please check the fix by referencing the plugin in the `pubspec.yaml` file as follows: ```yaml arkit_plugin: git: url: https://github.com/olexale/arkit_flutter_plugin ref: bugfix/init-race-condition ``` Looking...