-
Notifications
You must be signed in to change notification settings - Fork 167
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
base: master
Are you sure you want to change the base?
Commits on Sep 24, 2021
-
Takuro KAKOI committed
Sep 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 6448391 - Browse repository at this point
Copy the full SHA 6448391View commit details -
Takuro KAKOI committed
Sep 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 7dfb049 - Browse repository at this point
Copy the full SHA 7dfb049View commit details -
Takuro KAKOI committed
Sep 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 00a58ef - Browse repository at this point
Copy the full SHA 00a58efView commit details -
Takuro KAKOI committed
Sep 24, 2021 Configuration menu - View commit details
-
Copy full SHA for cba181e - Browse repository at this point
Copy the full SHA cba181eView commit details -
Takuro KAKOI committed
Sep 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 86d2ed0 - Browse repository at this point
Copy the full SHA 86d2ed0View commit details -
Takuro KAKOI committed
Sep 24, 2021 Configuration menu - View commit details
-
Copy full SHA for ed937e7 - Browse repository at this point
Copy the full SHA ed937e7View commit details -
Takuro KAKOI committed
Sep 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 114db84 - Browse repository at this point
Copy the full SHA 114db84View commit details -
Takuro KAKOI committed
Sep 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 7ecc529 - Browse repository at this point
Copy the full SHA 7ecc529View commit details -
Takuro KAKOI committed
Sep 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 25d8256 - Browse repository at this point
Copy the full SHA 25d8256View commit details
Commits on Sep 25, 2021
-
Takuro KAKOI committed
Sep 25, 2021 Configuration menu - View commit details
-
Copy full SHA for 3d3493c - Browse repository at this point
Copy the full SHA 3d3493cView commit details -
Takuro KAKOI committed
Sep 25, 2021 Configuration menu - View commit details
-
Copy full SHA for ee37715 - Browse repository at this point
Copy the full SHA ee37715View commit details
Commits on Sep 28, 2021
-
Takuro KAKOI committed
Sep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 4449760 - Browse repository at this point
Copy the full SHA 4449760View commit details -
Takuro KAKOI committed
Sep 28, 2021 Configuration menu - View commit details
-
Copy full SHA for b81461c - Browse repository at this point
Copy the full SHA b81461cView commit details
Commits on Nov 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e3dd529 - Browse repository at this point
Copy the full SHA e3dd529View commit details
Commits on Feb 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d034d79 - Browse repository at this point
Copy the full SHA d034d79View commit details
Commits on May 15, 2022
-
* Upgrade dependencies path_provider, vector_math. * Example app: ** Use Uri instead of deprecated String in launchUrl ** Upgrade dependencies, url_launcher, permission_handler
Configuration menu - View commit details
-
Copy full SHA for 895bc49 - Browse repository at this point
Copy the full SHA 895bc49View commit details
Commits on Oct 16, 2022
-
* 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
Configuration menu - View commit details
-
Copy full SHA for ae78cdc - Browse repository at this point
Copy the full SHA ae78cdcView commit details
Commits on Mar 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f392a8b - Browse repository at this point
Copy the full SHA f392a8bView commit details -
Disable image saver(image_gallery_saver) for now, as it's using a ver…
…y old kotlin-gradle-plugin
Configuration menu - View commit details
-
Copy full SHA for 703ab48 - Browse repository at this point
Copy the full SHA 703ab48View commit details
Commits on Mar 17, 2023
-
* Null safety cleanups. * Upgrade dependency vector_math
Configuration menu - View commit details
-
Copy full SHA for 6f3f86f - Browse repository at this point
Copy the full SHA 6f3f86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fa7dce - Browse repository at this point
Copy the full SHA 3fa7dceView commit details
Commits on Mar 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ff54a7 - Browse repository at this point
Copy the full SHA 6ff54a7View commit details
Commits on Jun 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6544e29 - Browse repository at this point
Copy the full SHA 6544e29View commit details
Commits on Jun 11, 2023
-
* Upgrade dependencies intl, screenshot, permission_handler
Configuration menu - View commit details
-
Copy full SHA for 385d9c4 - Browse repository at this point
Copy the full SHA 385d9c4View commit details
Commits on Oct 27, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 4e5915b - Browse repository at this point
Copy the full SHA 4e5915bView commit details
Commits on Dec 21, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 73483e1 - Browse repository at this point
Copy the full SHA 73483e1View commit details
Commits on Aug 31, 2024
-
* Upgrade dependencies path_provider, screenshot * Upgrade example app dependencies url_launcher , permission_handler, cupertino_icons
Configuration menu - View commit details
-
Copy full SHA for 50f99da - Browse repository at this point
Copy the full SHA 50f99daView commit details
Commits on Sep 19, 2024
-
* Update example Gradle to 8.2 DSL
* BREAKING: Update minimum supported Flutter to 3.22, Dart to 3.3
Configuration menu - View commit details
-
Copy full SHA for 5740833 - Browse repository at this point
Copy the full SHA 5740833View commit details
Commits on Oct 7, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 36b3ab1 - Browse repository at this point
Copy the full SHA 36b3ab1View commit details