simple_splash_view 0.1.21
simple_splash_view: ^0.1.21 copied to clipboard
Native splash generator (Android/iOS) with Kotlin/Swift using config from pubspec.yaml.
0.1.21 #
- Updated the GitHub repository visibility and metadata to ensure full compatibility with pub.dev HEAD validation checks.
- Fixed remaining "URL unreachable" warnings by correcting repository links and verifying public access.
- Improved internal versioning workflows to prevent stale metadata during publish operations.
- Polished CHANGELOG and README formatting for clearer package history and usage guidance.
- Minor tweaks across scripts/config to streamline the release process.
0.1.20 #
- Fixed pub.dev metadata validation for homepage, repository, and issue tracker URLs after removing deprecated
.gitsuffix. - Ensured GitHub links respond correctly to HEAD requests to resolve remaining analyzer warnings.
- Improved publishing pipeline stability and cleaned up leftover temporary assets before packaging.
- Updated README with corrected installation and usage instructions.
- Minor code cleanup and formatting adjustments across the CLI and task runner.
0.1.19 #
- Updated
pubspec.yamlmetadata (homepage, repository, issue tracker) to ensure full pub.dev compliance. - Improved analyzer compatibility and resolved the "Homepage URL unreachable" warning.
- Refined internal directory structure for better maintainability.
- Synced documentation with latest API changes.
- Minor cleanup in build scripts and lint fixes.
0.1.18 #
- Documented the public API surface (library, runner, config, assets, tasks, and utilities) to satisfy pub.dev coverage guidance and make the workflows easier to understand.
- Improved Android/iOS task logging and comments, clarified doc tone, and removed duplicated literals in the asset pipeline for easier maintenance.
- Formatted all Dart sources with
dart format lib/and refreshed the README/homepage metadata in preparation for republishing.
0.1.17 #
- Initial release.
- Native Android & iOS splash generation.
- Supports Lottie, images, sound, dark mode, and loading indicator.
- Fully idempotent patching and auto-cleaning of old edits.
- Edit Readme File
- Fix All Error