Commit Graph

11 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 66bd6fd965 add license 2026-01-15 17:41:04 -08:00
rodydavis 5918123e28 Merge branch 'main' of https://github.com/rodydavis/packages.dart 2026-01-15 00:37:58 -08:00
rodydavis 2e5f0f1ae1 fix ios and recreate examples 2026-01-14 22:25:55 -08:00
dependabot[bot] 94e587b4c7 Bump flutter_lints from 5.0.0 to 6.0.0
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 5.0.0 to 6.0.0.
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages)

---
updated-dependencies:
- dependency-name: flutter_lints
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-14 09:27:26 +00:00
rodydavis 6250a11afd update flutter_sms to the latest version 2026-01-14 00:23:07 -08:00
rodydavis 12fb3a2089 update flutter_vibrate 2026-01-13 23:09:42 -08:00
rodydavis 2a3652d808 migrate to pigeon 2026-01-13 22:53:42 -08:00
rodydavis b0736478cd Fix android and update example 2026-01-13 22:44:49 -08:00
rodydavis 9126b79873 recreate examples 2026-01-13 22:32:16 -08:00
rodydavis 7eb3d100ac add flutter_vibrate 2026-01-13 22:03:47 -08:00