PostHog / posthog-flutter

PostHog Flutter SDK
https://posthog.com/docs/libraries/flutter
MIT License
52 stars 37 forks source link

ref: clean old files #72

Closed marandaneto closed 9 months ago

marandaneto commented 9 months ago

:bulb: Motivation and Context

Release log:

Total compressed archive size: 85 KB. Validating package... Package validation found the following potential issue:

  • 2 checked-in files are ignored by a .gitignore. Previous versions of Pub would include those in the published package.

    Consider adjusting your .gitignore files to not ignore those files, and if you do not wish to publish these files use .pubignore. See also dart.dev/go/pubignore

    Files that are checked in while gitignored:

    example/android/app/src/debug/AndroidManifest.xml example/ios/Podfile.lock

They don't need to be checked in. Strange enough, example/android/app/src/debug/AndroidManifest.xml isn't ignored and has to be checked in, likely a bug in the analyzer.

#skip-changelog

:green_heart: How did you test it?

:pencil: Checklist