Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1608

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Update README.md #1608

merged 1 commit into from
Apr 3, 2024

Conversation

mafreud
Copy link
Contributor

@mafreud mafreud commented Mar 29, 2024

This pull request primarily focuses on renaming the part files in the README.md file of the Realm SDK for Flutter and Dart. The part files have been renamed from *.g.dart to *.realm.dart. This change has been applied consistently throughout the document.

Changes in the README.md file:

  • Changed the declaration of part file from app.g.dart to app.realm.dart.
  • Updated the instructions for declaring a part file in catalog.dart from catalog.g.dart to catalog.realm.dart.
  • Modified the output of the dart run realm generate command from catalog.g.dart to catalog.realm.dart.
  • Adjusted the part file import in the example code from catalog.g.dart to catalog.realm.dart.
  • Altered the output of the dart run realm_dart generate command from catalog.g.dart to catalog.realm.dart.

From v2.0.0, realm uses ```part x.realm.dart```.
Copy link

cla-bot bot commented Mar 29, 2024

Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA. Our records show that CLA has not been signed by @mafreud. Please submit your CLA electronically using our Google form so we can accept your submissions. After signing the CLA you can recheck this PR with a @cla-bot check comment. The GitHub usernames you file there will need to match that of your Pull Requests. If you have any questions or cannot file the CLA electronically, make a comment here and we will be happy to help you out.

@mafreud
Copy link
Contributor Author

mafreud commented Mar 29, 2024

@cla-bot check

@cla-bot cla-bot bot added the cla: yes label Mar 29, 2024
Copy link

cla-bot bot commented Mar 29, 2024

The cla-bot has been summoned, and re-checked this pull request!

@nielsenko
Copy link
Contributor

@mafreud Thank you!

@mafreud
Copy link
Contributor Author

mafreud commented Apr 3, 2024

@nielsenko My pleasure 😄

@nielsenko nielsenko merged commit 702da52 into realm:main Apr 3, 2024
26 of 50 checks passed
papafe added a commit that referenced this pull request Apr 8, 2024
* main:
  RDART-996: Don't serialize backlinks (#1617)
  Update README.md (#1608)
  RDART-983: Refactor how we open dynamic library to give better error message (#1614)
  RDART-991: Rename Key enum (#1613)
  RDART-992: Handle Identifer expression as well (#1612)
  Add workflow_dispatch for development
  Common setup script (#1610)
  RDART-992: Const initializer evaluation is too simple (#1607)

# Conflicts:
#	CHANGELOG.md
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants