-
-
Notifications
You must be signed in to change notification settings - Fork 915
Prepare 2.0.0 non-preview release #603
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
Conversation
Hey @ryan-berger 👋 Time to release 2.0.0? |
@erickok Let's get anchor tags in this release, and then we can get this merged |
# Conflicts: # example/lib/main.dart
@ryan-berger any decision? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's now possible to use the lastest version of flutter_svg
👍
We did publish an update to flutter_math_fork
today.
pubspec.yaml
Outdated
@@ -29,10 +29,10 @@ dependencies: | |||
chewie_audio: ^1.2.0 | |||
|
|||
# Plugins for rendering the <svg> tag. | |||
flutter_svg: ^0.21.0-nullsafety.0 | |||
flutter_svg: ^0.21.0+1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flutter_svg: ^0.21.0+1 | |
flutter_svg: ^0.22.0 |
Co-authored-by: Dennis Kugelmann <kugelmann.dennis@gmail.com>
# Conflicts: # pubspec.yaml
# Conflicts: # pubspec.yaml
I have published |
Sorry, finals have been very wild. Let's move forward without the link feature. I would like to mess around with a GlobalKey a bit before we roll the link feature. TLDR; Lets continue with 2.0.0 without links |
Links have already been merged so you'd probably need to revert that somehow if you want to publish without that feature |
@tneotia Ooops, okay. No problem. The big thing to make sure it really works well and doesn't consumer lots of resources will be switching over to a stateful widget. I think for now that it is fine |
So we release 2.0.0? We really need a 'stable' (non-preview) release with nullability support. |
@erickok Yup! Sorry, got lost responding to a discussion. Let me approve this |
No description provided.