Update repository references for transfer to MayR Labs organization#3
Merged
YoungMayor merged 5 commits intomainfrom Oct 18, 2025
Merged
Update repository references for transfer to MayR Labs organization#3YoungMayor merged 5 commits intomainfrom
YoungMayor merged 5 commits intomainfrom
Conversation
…ayR-Labs/dart_validator Co-authored-by: YoungMayor <[email protected]>
Co-authored-by: YoungMayor <[email protected]>
Copilot
AI
changed the title
[WIP] Update package references and documentation for dart_validator
Update repository references for transfer to MayR Labs organization
Oct 18, 2025
Collaborator
|
@copilot the package name should not change, it's still mayr_validator, only the repo name was changed to dart_validator |
Co-authored-by: YoungMayor <[email protected]>
Contributor
Author
Corrected in commit 8aa1cc0. The package name is now mayr_validator everywhere (pubspec.yaml, import statements, documentation, and examples). Only the repository URLs have been updated to MayR-Labs/dart_validator. |
Updated copyright notice to include website link.
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.
Overview
This PR updates all repository references to reflect the transfer from
YoungMayor/mayr_dart_validatorto the MayR Labs organization asMayR-Labs/dart_validator.Important: Only the repository name changes to
dart_validator. The package name remainsmayr_validator.Changes
Package Information
mayr_validator(unchanged)dart_validatorFiles Updated
1. LICENSE
2. pubspec.yaml
mayr_validatorMayR-Labs/dart_validator3. Documentation
mayr_validatorin pub.dev badges and installation instructionsmayr_validator4. Source Code
All Dart import statements remain as
package:mayr_validator/mayr_validator.dart(unchanged)5. GitHub Copilot Instructions
Created
.github/copilot-instructions.mdwith comprehensive guidelines for Flutter package development, including:Migration Guide
Users do not need to change their package dependencies. The package name remains the same:
Only the repository URL has changed from
YoungMayor/mayr_dart_validatortoMayR-Labs/dart_validator.Testing
All references have been verified and updated consistently across:
No functional code changes were made - this is purely an organization transfer update with repository name change.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.