Commit Graph

3 Commits

Author SHA1 Message Date
google-labs-jules[bot] 653bbb8c85 fix(flutter_vibrate): Add missing import for TARGET_OS_SIMULATOR
The `TARGET_OS_SIMULATOR` macro was not in scope in `SwiftVibratePlugin.swift`, causing build failures on the iOS simulator.

This change adds the necessary `#import <TargetConditionals.h>` to the bridging header (`VibratePlugin.h`) to make the macro available to the Swift compiler.
2026-01-21 07:35:56 +00:00
rodydavis 2a3652d808 migrate to pigeon 2026-01-13 22:53:42 -08:00
rodydavis 7eb3d100ac add flutter_vibrate 2026-01-13 22:03:47 -08:00