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

Migrate to Dart 3.0 #1517

Merged
merged 15 commits into from
May 15, 2023
Merged

Migrate to Dart 3.0 #1517

merged 15 commits into from
May 15, 2023

Commits on May 11, 2023

  1. use dart 3

    - This was already an indirect requirement because of `flutter: ">=3.10.0"`.
    - setting this dependency constraint enables the new dart 3 language features.
    josxha committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b0ea1a6 View commit details
    Browse the repository at this point in the history
  2. use dart 3 in example project

    josxha committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1a5b0ba View commit details
    Browse the repository at this point in the history
  3. use advanced switch

    josxha committed May 11, 2023
    Configuration menu
    Copy the full SHA
    e030512 View commit details
    Browse the repository at this point in the history
  4. remove tuple dependency

    josxha committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1841c11 View commit details
    Browse the repository at this point in the history
  5. dart format

    josxha committed May 11, 2023
    Configuration menu
    Copy the full SHA
    87a3bb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1e45a5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    36e6521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6324be View commit details
    Browse the repository at this point in the history
  3. Make TileDisplay sealed

    JaffaKetchup committed May 12, 2023
    Configuration menu
    Copy the full SHA
    bec0a05 View commit details
    Browse the repository at this point in the history
  4. Removed unnecessary type parameter of AnchorPos

    Removed unused `multiplyBy` method in `CustomPoint`
    Replaced some `TileCoordinates` parameters with positional super params
    Replaced private constructor with `abstract` class for `TileUpdateTransformers`
    Improved `TileUpdateTransformer(s)` documentation
    Deprecated `TileUpdateTransformers.alwaysLoadAndPrune`, as it should be unnecessary compared to `ignoreTapEvents`
    JaffaKetchup committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d2de8b5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    4fbbee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b1b2f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aee89fb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. resolves #1517 (comment)

    josxha committed May 15, 2023
    Configuration menu
    Copy the full SHA
    3a58ee8 View commit details
    Browse the repository at this point in the history
  2. resolve #1517 (comment)

    josxha committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2bff4b7 View commit details
    Browse the repository at this point in the history