Flutter Animation Director

Flutter Animation Director

December 29, 2020 totosugito 0

animation_director A package to create nice and smooth animations for flutter Introduction A simple package to build beautiful and smooth animations for flutter framework. By […]

Sliding Up Panel Flutter

Sliding Up Panel Flutter

November 24, 2020 totosugito 0

sliding_up_panel A draggable Flutter widget that makes implementing a SlidingUpPanel much easier! Based on the Material Design bottom sheet component, this widget works on both […]

Flutter Tinder Like Cards

Flutter Tinder Like Cards

September 10, 2020 totosugito 0

TCard Tinder like cards. Uasge Use normal widget TCard( cards: [ Container(color: Colors.blue), Container(color: Colors.yellow), Container(color: Colors.red), ], ) Use network image List<String> images = […]

Flutter Circular Animation

Flutter Circular Animation

July 3, 2020 totosugito 0

Circular Reveal Animation Circular Reveal Animation as Flutter widget! Inspired by Android’s ViewAnimationUtils.createCircularReveal(…). Статья с описанием (русский). Article with description (english). Demo web-site Usage CircularRevealAnimation( […]

Flutter Hero Animation

Flutter Hero Animation

July 3, 2020 totosugito 0

flutter_sidekick Widgets for creating Hero-like animations between two widgets within the same screen. Features Hero-like animations. Allow you to specify a different animation for each […]