Skip to content

Update repository references for transfer to MayR Labs organization#3

Merged
YoungMayor merged 5 commits intomainfrom
copilot/update-package-references
Oct 18, 2025
Merged

Update repository references for transfer to MayR Labs organization#3
YoungMayor merged 5 commits intomainfrom
copilot/update-package-references

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Oct 18, 2025

Overview

This PR updates all repository references to reflect the transfer from YoungMayor/mayr_dart_validator to the MayR Labs organization as MayR-Labs/dart_validator.

Important: Only the repository name changes to dart_validator. The package name remains mayr_validator.

Changes

Package Information

Files Updated

1. LICENSE

  • Updated copyright from "Meyoron Aghogho" to "MayR Labs"

2. pubspec.yaml

  • Package name remains mayr_validator
  • Updated all repository URLs to MayR-Labs/dart_validator
  • Updated homepage, issue tracker, and documentation links

3. Documentation

  • README.md: Updated GitHub repository badges and links, kept package name as mayr_validator in pub.dev badges and installation instructions
  • CONTRIBUTING.md: Updated all GitHub repository links
  • CHANGELOG.md: Updated release links
  • IMPLEMENTATION_SUMMARY.md: Updated repository metadata, kept package name as mayr_validator
  • API.md: Updated repository references
  • example/README.md: Updated repository references
  • example/flutter_example/README.md: Updated repository references

4. Source Code

All Dart import statements remain as package:mayr_validator/mayr_validator.dart (unchanged)

5. GitHub Copilot Instructions

Created .github/copilot-instructions.md with comprehensive guidelines for Flutter package development, including:

  • Project overview with organization information
  • Development guidelines and best practices
  • Code style and architecture patterns
  • Testing requirements
  • Documentation standards
  • Common templates for validators and tests

Migration Guide

Users do not need to change their package dependencies. The package name remains the same:

dependencies:
  mayr_validator: ^1.0.0
import 'package:mayr_validator/mayr_validator.dart';

Only the repository URL has changed from YoungMayor/mayr_dart_validator to MayR-Labs/dart_validator.

Testing

All references have been verified and updated consistently across:

  • ✅ Documentation files (README, API, CONTRIBUTING, CHANGELOG)
  • ✅ Repository URLs in all files
  • ✅ Package metadata
  • ✅ License information

No functional code changes were made - this is purely an organization transfer update with repository name change.

Original prompt

The package has now been transfered to my Organization MayR Labs:

Links

The repo name is now dart_validator, no longer mayr_dart_validator

I would like the LICENSE, README, pubspec links, etc

Also add copilot instructions for a flutter package


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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
Copilot AI requested a review from YoungMayor October 18, 2025 08:44
@YoungMayor
Copy link
Copy Markdown
Collaborator

@copilot the package name should not change, it's still mayr_validator, only the repo name was changed to dart_validator

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Oct 18, 2025

@copilot the package name should not change, it's still mayr_validator, only the repo name was changed to dart_validator

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.
@YoungMayor YoungMayor marked this pull request as ready for review October 18, 2025 09:08
@YoungMayor YoungMayor merged commit a0d7355 into main Oct 18, 2025
1 check passed
@YoungMayor YoungMayor deleted the copilot/update-package-references branch October 18, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants