Vanethos / flutter_notification_permissions

Plugin for Flutter to check and ask for Notification Permissions
BSD 2-Clause "Simplified" License
81 stars 75 forks source link

Define CLANG, set version in .podspec #16

Closed ened closed 4 years ago

ened commented 5 years ago

Various cleanups and allow the plugin to define the clang module, so that it can be loaded statically.

See discussions in Flutter https://github.com/flutter/flutter/issues/41007

This also fixed the podspec to show the correct version and link the LICENSE file properly:

[!] Unable to read the license file `../LICENSE` for the spec `notification_permissions (0.0.1)`
ened commented 5 years ago

@Vanethos hi! Do you have recommendations about the build server?

Vanethos commented 4 years ago

I'm ashamed for taking so long to reply, but thank you so much for the PR @ened !