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

RDART-1010: Allow configuration of generator per realm model class #1641

Merged
merged 8 commits into from
Apr 19, 2024

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    fccede0 View commit details
    Browse the repository at this point in the history
  2. Introduce GeneratorConfig class

    This can be used to configure the style of constructor
    to use when generating realm object classes.
    
    A new RealmModel.using ctor allows the user to pass
    an GeneratorConfig instance when annotating a class.
    nielsenko committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    16af902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e112bbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d33b858 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbc4be0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    498a46a View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG

    nielsenko committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9ca1297 View commit details
    Browse the repository at this point in the history
  8. Update packages/realm_generator/lib/src/realm_model_info.dart

    Co-authored-by: Nikola Irinchev <irinchev@me.com>
    nielsenko and nirinchev committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    36a43af View commit details
    Browse the repository at this point in the history