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

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