la-haus / flutter-segment

Segment.io library for flutter
MIT License
22 stars 138 forks source link

Add AGP 8 compatibility #88

Closed vbuberen closed 11 months ago

vbuberen commented 12 months ago

Added new namespace property required by Android Gradle Plugin 8+ versions. With this change users can use AGP 8+ in their projects without issues like described in #75 Also added a check if this property is available as it appeared only since AGP 4.2 and some users might still use old version.

Closes #75

P.S. I am not a big fan of supporting old AGPs and in Plus Plugins I decided to not do it, but since I don't know the policy for flutter_segment package about deprecation or old versions support went the way of compatibility here.

cdmunoz commented 11 months ago

@vbuberen I'm sorry to write this closing it, but at La Haus they are no longer maintaining this repository, then I'd suggest forking the project then have your own.