fixed ../../.pub-cache/hosted/pub.dev/livekit_client-2.6.2/lib/src/tr…#979
fixed ../../.pub-cache/hosted/pub.dev/livekit_client-2.6.2/lib/src/tr…#979Adityakaldhone wants to merge 2 commits intolivekit:mainfrom
Conversation
…ack/local/video.dart:178:4: Error: Undefined name 'internal' this issue
📝 WalkthroughWalkthroughAdded a Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (2)
✏️ Tip: You can disable this entire section by setting Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ack/local/video.dart:178:4: Error: Undefined name 'internal' this issue
|
fix: add missing meta import for @internal annotation in local video track Description Error: Undefined name 'internal'. @internal Detailed error occuring in flutter while running flutter app: Undefined name 'internal'. [ ] [ ] @internal [ ] [ ] ^^^^^^^^ This error occurs because the @internal annotation requires the meta package, which was not imported in this specific file, causing the compiler to treat it as an undefined name rather than a valid constant. The Fix Verification Results Functionality: Verified that Room creation and joining are working as expected after the fix. My Flutter Version : |
|
Hi @Adityakaldhone, thanks so much for the PR! I’m going to close this one in favor of #981, which addresses import errors more broadly. 🙏 |
…ack/local/video.dart:178:4: Error: Undefined name 'internal' this issue
Summary by CodeRabbit