flutter_sidekick
flutter_sidekick copied to clipboard
Widgets for creating Hero-like animations between two widgets within the same screen.
In flutter 2.x, I am seeing the following error message when attempting to use Sidekick: flutter_sidekick-0.1.3/lib/src/widgets/sidekick_team_builder.dart:75:17: Error: The method 'ancestorStateOfType' isn't defined for the class 'BuildContext'. Apparently context.ancestorStateOfType() and context.ancestorInheritedElementForWidgetOfExactType(type)...
Does not support flutter 2.0, some deprecated functions are used and some functions are used which are no longer available in flutter 2.0.
The library 'package:flutter_sidekick/flutter_sidekick.dart' is legacy, and should not be imported into a null safe library. Try migrating the imported library. ``` Error: This project cannot run with sound null safety,...
This package is cool, but would be great if you will add ability to drag'n'drop between two widget
I want animation to be driven as the user scrolls list. E.g. the more page is scrolled, the more SidekickController value is from `0.0` to `1.0`.
it
When I try to use sidekick inside a TableView.buider I get this error, type 'RenderSliverList' is not a subtype of type 'RenderBox' this happens for any limition of flutter or...
When the overlay is not full screen, the animating widgets were not displayed in the correct position. This fix applies the same fixes that are present in the current Flutter's...
This PR adds a new param to use with the source "from" Sidekick widget to allow choosing to keep showing the original source widget. My thanks to @efortuna for submitting...
Hello, is there a way to integrate this awesome widget with CustomScrollView? So we animate the sidekick by the value of LayoutBuilder constraints inside SliverAppBar's flexibleSpace attribute Thank you