simple_splash_view 0.2.4 copy "simple_splash_view: ^0.2.4" to clipboard
simple_splash_view: ^0.2.4 copied to clipboard

Native splash generator (Android/iOS) with Kotlin/Swift using config from pubspec.yaml.

0.2.4 #

  • Fixed generated and repaired iOS Podfiles to use Flutter's supported flutter_additional_ios_build_settings(target) post-install hook.
  • Added automatic repair for older generated Podfiles that contain unsupported flutter_post_install(installer).
  • Added verification and clearer warning when SplashViewController.swift cannot be fully registered with the Xcode target.
  • Expanded iOS tests to cover Podfile hook repair.

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.swift with the Runner Xcode target.
  • Updated cleanup so --remove --platform ios removes the generated Swift source from project.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_identifier so apps can define the exact iOS Bundle Identifier from pubspec.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_style with circular, linear, dots, pulse, and lottie loader styles.
  • Added indicator_lottie and indicator_lottie_dark for custom native loader animations.
  • Fixed iOS regeneration so AppDelegate.swift updates when text, indicator visibility, colors, or positions change.
  • Hardened iOS AppDelegate.swift detection for templates that use modifiers such as final or custom spacing.
  • Improved CocoaPods failure logs when pod install exits without stderr output.
  • Improved Android text/indicator constraints so text_position: bottom and indicator_position work independently.
  • Added --platform android|ios|all to target specific native platforms from the CLI.
  • Added --remove to 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 .git suffix.
  • 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.yaml metadata (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
6
likes
0
points
694
downloads

Publisher

unverified uploader

Weekly Downloads

Native splash generator (Android/iOS) with Kotlin/Swift using config from pubspec.yaml.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, path, xml, yaml

More

Packages that depend on simple_splash_view