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 code to Dart 3.0 #284

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Update code to Dart 3.0 #284

wants to merge 9 commits into from

Commits on Apr 21, 2023

  1. Accept SDK version above 3.0.

    Fix local variable typos and add comments preparing for 3.0 migration.
    lrhn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b78de08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f961ff View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. WIP

    lrhn committed May 3, 2023
    Configuration menu
    Copy the full SHA
    88aa113 View commit details
    Browse the repository at this point in the history
  2. Update pubspec.yaml

    lrhn committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b6ce4b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72a6789 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into 3.0

    lrhn committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4ef876d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    0bbee8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c722cdc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Add extension method for converting map entries to records (#289)

    Add `Map.pairs` getter for more flexibility with patterns than `entries`.
    nex3 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6ac3b5c View commit details
    Browse the repository at this point in the history