Flutter 3D Widget

Flutter 3D Widget

July 15, 2020 totosugito 0

Flutter Cube A Flutter 3D widget that renders Wavefront’s object files. Getting Started Add flutter_cube as a dependency in your pubspec.yaml file. dependencies: flutter_cube: ^0.0.4 […]

Flutter App Bar Image

Flutter App Bar Image

July 14, 2020 totosugito 0

Widget Background App Bar A background app bar plugin, use this plugin if you want to preserve background of sliver app bar when scrolling, inspired […]

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( […]

Animation in Flutter

Animation in Flutter

July 1, 2020 totosugito 0

drawing_animation From static SVG assets See more examples in the showcasing app. Dynamically created from Path objects which are animated over time more coming soon… […]

Shape In Flutter

Shape In Flutter

July 1, 2020 totosugito 0

flutter_custom_clippers Flutter package that provides you custom clippers to help you achieve various custom shapes. Usage To use this plugin, add flutter_custom_clippers as a dependency […]

Shape Flutter Widget

Shape Flutter Widget

July 1, 2020 totosugito 0

clippy_flutter Clip your widgets with custom shapes provided. Arc, Arrow, Bevel, ButtCheek, Chevron, Diagonal, Label, Message, Paralellogram, Point, Polygon, Rabbet, Rhombus, Star, Ticket, Trapezoid, Triangle […]