-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
1.17.0 Error: No named parameter with the name 'animation'. #160
Comments
Same issue on dev channel
|
Getting this too. I believe it has to do with new changes since stable... |
I fixed this and offered a PR that will probably only be accepted when the current version goes to the stable branch.
|
Thanks! |
support it when it's in stable branch |
No dev version? |
may be i will release a dev version to pub this weekend. I have done some bug fixes and features in dev branch |
I just got this today after updating. I'm on beta branch |
0.7.3-dev is ready on pub |
Hi Please help. |
Try adding this at the end of your lib dependencies dependency_overrides:
extended_image:
git:
url: git://github.com/jonataslaw/extended_image.git or
|
Hi
dependency_overrides:
extended_image:
git:
url: git://github.com/jonataslaw/extended_image.git
After adding this I am getting error.
Because native_pdf_view 2.2.0 depends on extended_image ^0.7.1 and no
versions of native_pdf_view match >2.2.0 <3.0.0, native_pdf_view ^2.2.0
requires extended_image from hosted.
…On Thu, Apr 16, 2020 at 1:27 PM Jonny Borges ***@***.***> wrote:
I fixed this and offered a PR that will probably only be accepted when the
current version goes to the stable branch.
You can try the fix right away using this:
extended_image:
git:
url: git://github.com/jonataslaw/extended_image.git
Hi
After adding this above line I am facing this error
Because native_pdf_view 2.2.0 depends on extended_image ^0.7.1 and no
versions of native_pdf_view match >2.2.0 <3.0.0, native_pdf_view ^2.2.0
requires extended_image from hosted.
Please help.
Try adding this at the end of your lib dependencies
dependency_overrides:
extended_image:
git:
url: git://github.com/jonataslaw/extended_image.git
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLL533T4ZE4DEZQ2FTRIUDRM23ADANCNFSM4LYSHVZQ>
.
--
Regards,
Er. Sandeep Singh Sidhu
Cell No-9463661542
|
reopen ,people find it quickly |
extended_image_slide_page_route.dart:333:9: Error: No named parameter with the name 'animation'. |
Error: No named parameter with the name 'animation'extended_image: 0.7.3-dev |
extended_image 0.7.3+1 is ready on pub.dev for fixing 1.17 |
Won't this change crash if we are still using flutter 1.12? |
ok, i will follow this rule in next build, plz see #89 , it's show how to use in un-1.17 version for now |
…e_pdf_view package as per fluttercandies/extended_image#160 which allows fluter test to pass correctly.
Compiler message:
/Users/xxxx/flutter/.pub-cache/hosted/pub.dartlang.org/extended_image-0.7.2/lib/src/gesture/extended_image_slide_page_route.dart:333:9: Error: No named parameter with the name 'animation'.
animation: animation,
^^^^^^^^^
/Users/xxxx/flutter/packages/flutter/lib/src/cupertino/route.dart:435:3: Context: Found this candidate, but the arguments don't match.
CupertinoFullscreenDialogTransition({
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FAILURE: Build failed with an exception.
The text was updated successfully, but these errors were encountered: