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

Null safety (cherry-pick from upstream) #31

Merged
merged 7 commits into from
Oct 26, 2021
Merged

Commits on Oct 20, 2021

  1. Cherry-pick and adapt null safety from upstream

    Co-Authored-By: morvagergely <51244648+morvagergely@users.noreply.github.com>
    m0nac0 and morvagergely committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    3dd9707 View commit details
    Browse the repository at this point in the history
  2. Fix requestMyLocationLatLng in the platform interface (#697)

    It was crashing for me with the following error:
    ```
    flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type '_InternalLinkedHashMap<Object?, Object?>' is not a subtype of type 'Map<Object, Object>'
    ```
    
    No reason to use <Object, Object> types instead of <dynamic, dynamic> as
    used everywhere else
    shroff authored and m0nac0 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    a191808 View commit details
    Browse the repository at this point in the history
  3. Fix Warning: Operand of null-aware operation '!' has type 'Locale' wh…

    …ich excludes null. (#676)
    tomasweigenast authored and m0nac0 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    e6acaa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98c1562 View commit details
    Browse the repository at this point in the history
  5. Formatting

    m0nac0 committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    a946136 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3eecbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eac9423 View commit details
    Browse the repository at this point in the history