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

Circle Avatar Flutter Glow

Circle Avatar Flutter Glow

June 24, 2020 totosugito 0

Avatar Glow This Flutter package provides a Avatar Glow Widget with cool background glowing animation. Live Demo: https://apgapg.github.io/avatar_glow/ 💻 Installation In the dependencies: section of […]

Lazy Loading Flutter Plugin

Lazy Loading Flutter Plugin

June 24, 2020 totosugito 0

flutter_placeholder_textlines A simple plugin to generate placeholder lines that emulates text in a UI, useful for displaying placeholder content while loading or empty items Example […]

Flutter Loading Spinner

Flutter Loading Spinner

June 24, 2020 totosugito 0

flutter_easyloading Installing Add this to your package’s pubspec.yaml file: dependencies: flutter_easyloading: ^1.1.3 Import import 'package:flutter_easyloading/flutter_easyloading.dart'; How to use first, warp your app widget with FlutterEasyLoading: […]

Flutter Loading Animation

Flutter Loading Animation

June 24, 2020 totosugito 0

Flutter Loading Animations A simple yet very customizable set of loading animations for Flutter projects. Installation Add the following to your pubspec.yaml file: … dependencies: […]

Flutter Pageview Transformer

Flutter Pageview Transformer

June 18, 2020 totosugito 0

transformer_page_view PageTransformer for flutter Very simple to use import 'package:transformer_page_view/transformer_page_view.dart'; … new TransformerPageView( loop: true, transformer: new AccordionTransformer(), itemBuilder: (BuildContext context, int index) { return […]

Flutter Motion Tab Bar

Flutter Motion Tab Bar

June 15, 2020 totosugito 0

Motion Tab Bar A beautiful animated widget for your Flutter apps Getting Started Add the plugin: dependencies: motion_tab_bar: ^0.1.1 Basic Usage Adding the widget MotionTabController […]

Flutter Pull To Refresh

Flutter Pull To Refresh

May 29, 2020 totosugito 0

flutter_pulltorefresh Intro a widget provided to the flutter scroll component drop-down refresh and pull up load.support android and ios. Download Demo(Android): Features pull up load […]

Lazy Loading Flutter

Lazy Loading Flutter

May 29, 2020 totosugito 0

frefresh Help you to build pull-down refresh and pull-up loading in the simplest way. Although unprecedented simplicity, but the effect is amazing. It also supports […]

Flutter Liquid Progress Indicator

Flutter Liquid Progress Indicator

May 25, 2020 totosugito 0

liquid_progress_indicator Liquid progress indicator for Flutter. Features Liquid circular progress indicator. Liquid linear progress indicator. Liquid custom progress indicator. Works similarly to Flutters own ProgressIndicator. […]