simple_splash_view 0.2.3
simple_splash_view: ^0.2.3 copied to clipboard
Native splash generator (Android/iOS) with Kotlin/Swift using config from pubspec.yaml.
0.2.3 #
- Fixed Android generated Kotlin so it only references loader view IDs that exist in the generated XML layout.
- Hardened Xcode project object IDs used for generated Swift source registration.
- Added regression coverage for Android circular-loader generation.
0.2.2 #
- Fixed iOS Swift compiler errors by automatically registering
SplashViewController.swiftwith the Runner Xcode target. - Updated cleanup so
--remove --platform iosremoves the generated Swift source fromproject.pbxproj. - Expanded tests to verify Xcode project source registration and cleanup.
0.2.1 #
- Added automatic iOS Bundle Identifier repair for default
com.example.*apps to reduce first-run signing failures. - Added
ios_bundle_identifierso apps can define the exact iOS Bundle Identifier frompubspec.yaml. - Improved iOS setup messaging around Apple signing and CocoaPods failures.
- Updated CLI examples to use
dart run simple_splash_view.
0.2.0 #
- Added
indicator_stylewithcircular,linear,dots,pulse, andlottieloader styles. - Added
indicator_lottieandindicator_lottie_darkfor custom native loader animations. - Fixed iOS regeneration so
AppDelegate.swiftupdates when text, indicator visibility, colors, or positions change. - Hardened iOS
AppDelegate.swiftdetection for templates that use modifiers such asfinalor custom spacing. - Improved CocoaPods failure logs when
pod installexits without stderr output. - Improved Android text/indicator constraints so
text_position: bottomandindicator_positionwork independently. - Added
--platform android|ios|allto target specific native platforms from the CLI. - Added
--removeto delete generated splash files and remove native Android/iOS integrations safely. - Rewrote README and generated usage docs with loader examples, cleanup commands, iOS signing guidance, and publishing steps.
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