Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Allow to use pre-release version #156

Closed
ampersanda opened this issue Sep 7, 2023 · 1 comment
Closed

[FEATURE] Allow to use pre-release version #156

ampersanda opened this issue Sep 7, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ampersanda
Copy link

Is your feature request related to a problem? Please describe.
I tried to implement Video Calling feature for Android, iOS and Web, but sadly the web doesn't want to be compiled and got dart:ffi errors when doing that.

Describe the solution you'd like

  • Allow to use pre-release version
  • Allow running without crashing compilation for the web

Describe alternatives you've considered
Since pre-release is listed in the readme file, I considered this as temporary solution for my project. How should I do that?

Additional context

Screenshot 2023-09-07 at 16 58 12
@ampersanda ampersanda added the enhancement New feature or request label Sep 7, 2023
@ampersanda
Copy link
Author

temporarily solution I found, in fact it's not the compilation, but in the barrel file that I have

export 'utils/agora/unsupported_agora_rtc_utils.dart'
    if (dart.library.ffi) 'utils/agora/agora_rtc_utils.dart';

solves my problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants