Skip to content

refactor(flutter_plugin): add pigeon for platform communication#386

Draft
marcossevilla wants to merge 12 commits intomainfrom
feat/flutter_plugin/pigeon
Draft

refactor(flutter_plugin): add pigeon for platform communication#386
marcossevilla wants to merge 12 commits intomainfrom
feat/flutter_plugin/pigeon

Conversation

@marcossevilla
Copy link
Member

Description

Closes #43.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore
  • 🧪 Test

@marcossevilla marcossevilla self-assigned this Nov 4, 2025
@marcossevilla marcossevilla changed the title feat(flutter_plugin): add pigeon for platform communication refactor(flutter_plugin): add pigeon for platform communication Nov 5, 2025
@marcossevilla marcossevilla marked this pull request as ready for review November 12, 2025 12:46
@marcossevilla marcossevilla requested a review from a team as a code owner November 12, 2025 12:46
@marcossevilla
Copy link
Member Author

making it draft until we fix the migration for windows/linux

@marcossevilla marcossevilla marked this pull request as draft January 8, 2026 16:22
TestWidgetsFlutterBinding.ensureInitialized();

group('{{project_name.pascalCase()}}Android', () {
group({{project_name.pascalCase()}}Android, () {
Copy link
Contributor

@yuruyuri16 yuruyuri16 Feb 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like you removed the single quotes by mistake.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's intentional so we get the reference to the class name in the group and it changes if it's renamed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Using Pigeon for the platform communication

2 participants