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 with 9.0.0 changes #97

Closed
wants to merge 13 commits into from
Closed

Null-Safety with 9.0.0 changes #97

wants to merge 13 commits into from

Commits on Feb 16, 2021

  1. update syntax to support null-safety

    refactored (& deprecated some) tests to pass
    gmcdowell committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    ff1e1bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129c3fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b67aeeb View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. FormControl nullable

    radvansky-tomas committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    8da4857 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    64735dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0edaf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97e155a View commit details
    Browse the repository at this point in the history
  4. Resolve invalid null-safety operators, add reactive date picker null …

    …fall back, incorrect dropdown min height value, handle null value in reactive slider
    radvansky-tomas committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    af7ce73 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    fc712f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fae175e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    6a5e84c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae83a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Merge commit '642c14767c36c5ad86e85bf9d13726479d4e2e44' into 9.0.0

    # Conflicts:
    #	lib/src/widgets/reactive_checkbox.dart
    #	lib/src/widgets/reactive_checkbox_list_tile.dart
    #	lib/src/widgets/reactive_date_picker.dart
    #	lib/src/widgets/reactive_dropdown_field.dart
    #	lib/src/widgets/reactive_form_field.dart
    #	lib/src/widgets/reactive_radio.dart
    #	lib/src/widgets/reactive_radio_list_tile.dart
    #	lib/src/widgets/reactive_status_listenable_builder.dart
    #	lib/src/widgets/reactive_switch.dart
    #	lib/src/widgets/reactive_switch_list_tile.dart
    #	lib/src/widgets/reactive_text_field.dart
    #	lib/src/widgets/reactive_time_picker.dart
    radvansky-tomas committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    1d37a19 View commit details
    Browse the repository at this point in the history