Flutter Lazy Loading

Flutter Lazy Loading

August 26, 2020 totosugito 0

A library for widgets that load their content one page (or batch) at a time (also known as lazy-loading and pagination). Features Load data one […]

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 Load Widget

Flutter Load Widget

June 23, 2020 totosugito 0

load Global loading widget, which can be used through simple configuration. Pure flutter library, not use native code. It is similar to OKToast in use. […]

Flutter Loading Indicator

Flutter Loading Indicator

June 23, 2020 totosugito 0

✨ Flutter Spinkit A collection of loading indicators animated with flutter. Heavily inspired by @tobiasahlin‘s SpinKit. 🎖 Installing dependencies: flutter_spinkit: "^4.1.2" ⚡️ Import import 'package:flutter_spinkit/flutter_spinkit.dart'; […]

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