chore: promote dev to prod (0.1.0)#3
Merged
Merged
Conversation
pub.dev rejected adaptive_layouts as too similar to the active adaptive_layout package. morph_kit keeps name, API, and docs speaking one word — the morph is already the core concept (ModalConfig.morph, the README's The morph section). Pubspec description rewritten for search (adaptive, responsive, list-detail, split view, bottom sheet, state preservation); barrel is now lib/morph_kit.dart. Zero grep hits for the old name.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Label |
… template The first sweep's grep was scoped to Dart/YAML/Markdown and missed every native platform file. Now renamed: Android namespace, applicationId, manifest label, and the Kotlin package directory; iOS bundle display name; macOS PRODUCT_NAME plus the pbxproj/xcscheme references; web manifest and index title; the deploy script's repo slugs; and the bug-report template label. The org team is renamed to morph_kit-maintainers so CODEOWNERS and auto-close point at a real team. Full-tree grep for the old name: zero hits.
This comment has been minimized.
This comment has been minimized.
…ojects The sweep greps hunted snake_case only — adaptiveLayoutsExample bundle identifiers (macOS AppInfo.xcconfig, RunnerTests in both pbxproj files, the whole iOS pbxproj) and the 'Adaptive Layouts Example' iOS display name slipped through. All name variants now grep to zero.
This comment has been minimized.
This comment has been minimized.
slopfairy
approved these changes
Jul 19, 2026
slopfairy
left a comment
There was a problem hiding this comment.
Tip
Approved — complete rename sweep, zero adaptive_layouts references remain
✅ Checked
pubspec.yaml— name, description, homepage, repository, and issue_tracker all updated tomorph_kit- Barrel file — renamed from
lib/adaptive_layouts.darttolib/morph_kit.dart, all exports intact - All
lib/src/source imports — every internalpackage:adaptive_layouts/reference replaced withpackage:morph_kit/ - All
test/imports — every test file updated - Example app —
pubspec.yaml,main.dart, platform configs (Android namespace, iOS bundle ID, macOS product name, web manifest), and journey tests all updated - Docs — ARCHITECTURE.md, CAPABILITY_ROADMAP.md, UPDATING.md, CONTRIBUTING.md, README.md, SECURITY.md, AGENTS.md, Makefile all swept
- CI/infra — CODEOWNERS, auto-close workflow, secrets manager all repointed
- Android Kotlin file — both renamed directory and updated package declaration
grep adaptive_layoutsacross the entire repo — zero hits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Retry of the 0.1.0 genesis release under the new name — pub.dev rejected adaptive_layouts as too similar to the active adaptive_layout, so the package is now morph_kit (full rename sweep, zero old-name references, gate green).