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

Full package nullsafety and Flutter 3 fixes #178

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

Commits on Sep 24, 2021

  1. migrate by command

    Takuro KAKOI committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    6448391 View commit details
    Browse the repository at this point in the history
  2. update null-safety

    Takuro KAKOI committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    7dfb049 View commit details
    Browse the repository at this point in the history
  3. update

    Takuro KAKOI committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    00a58ef View commit details
    Browse the repository at this point in the history
  4. update

    Takuro KAKOI committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    cba181e View commit details
    Browse the repository at this point in the history
  5. update

    Takuro KAKOI committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    86d2ed0 View commit details
    Browse the repository at this point in the history
  6. update

    Takuro KAKOI committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    ed937e7 View commit details
    Browse the repository at this point in the history
  7. update

    Takuro KAKOI committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    114db84 View commit details
    Browse the repository at this point in the history
  8. migrate command examples

    Takuro KAKOI committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    7ecc529 View commit details
    Browse the repository at this point in the history
  9. update example

    Takuro KAKOI committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    25d8256 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. update

    Takuro KAKOI committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    3d3493c View commit details
    Browse the repository at this point in the history
  2. update gitignore

    Takuro KAKOI committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    ee37715 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. update

    Takuro KAKOI committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    4449760 View commit details
    Browse the repository at this point in the history
  2. fix OptimizedGestureDetector

    Takuro KAKOI committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b81461c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Merge pull request Null safety

    Null safety
    absar authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    e3dd529 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Null safety updates.

    Upgrade dependencies.
    Bump version.
    absar committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    d034d79 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. * Flutter 3 fixes.

    * Upgrade dependencies path_provider, vector_math.
    * Example app:
    ** Use Uri instead of deprecated String in launchUrl
    ** Upgrade dependencies, url_launcher, permission_handler
    absar committed May 15, 2022
    Configuration menu
    Copy the full SHA
    895bc49 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Flutter 3.3 fixes

    * Upgrade dependencies path_provider, path_drawing, optimized_gesture_detector
    * bump sdk from >=2.12.0 to >=2.17.0
    * Example app:
      ** Upgrade dependencies, url_launcher, permission_handler, cupertino_icons
    absar committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ae78cdc View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    f392a8b View commit details
    Browse the repository at this point in the history
  2. Disable image saver(image_gallery_saver) for now, as it's using a ver…

    …y old kotlin-gradle-plugin
    absar committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    703ab48 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. * Flutter 3.7 updates

    * Null safety cleanups.
    * Upgrade dependency vector_math
    absar committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6f3f86f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa7dce View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

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

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    6544e29 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Flutter 3.10 updates

    * Upgrade dependencies intl, screenshot, permission_handler
    absar committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    385d9c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Update sdk constraints to >=3.0.0 <4.0.0

    * Upgrade dependencies intl, path_provider
    * Upgrade example app dependencies url_launcher, permission_handler, cupertino_icons, intl
    absar committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4e5915b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Rename Easing to MpEasing to not conflict with Flutter Easing

    * Export most classes in mp_chart so that users only import mp_chart instead of individual classes
    * Flutter 3.16 updates
    * Upgrade dependencies intl
    * Upgrade example app dependencies url_launcher, permission_handler, intl
    absar committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    73483e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. * Flutter 3.22 updates

    * Upgrade dependencies path_provider, screenshot
    * Upgrade example app dependencies url_launcher , permission_handler, cupertino_icons
    absar committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    50f99da View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. * Update example Gradle to 8.2 DSL

    * BREAKING: Update minimum supported Flutter to 3.22, Dart to 3.3
    absar committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5740833 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Example app: Upgrade kotlin plugin from 1.7.20 to 1.8.22 and Gradle f…

    …rom 8.2 to 8.3, to sync it with Flutter 3.24
    absar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    36b3ab1 View commit details
    Browse the repository at this point in the history