Skip to content

Instantly share code, notes, and snippets.

@AseemWangoo
Created December 20, 2022 06:20
Show Gist options
  • Save AseemWangoo/93089e4e4efe284f55f9fabe9ab092fe to your computer and use it in GitHub Desktop.
Save AseemWangoo/93089e4e4efe284f55f9fabe9ab092fe to your computer and use it in GitHub Desktop.
pubspec ffigen
dev_dependencies:
ffigen:
name: TimeZoneLibrary
language: objc
output: "timezone_bindings.dart"
exclude-all-by-default: true
objc-interfaces:
include:
- "NSTimeZone"
headers:
entry-points:
- "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSTimeZone.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment