dghub_listview 0.0.5 dghub_listview: ^0.0.5 copied to clipboard
Min Thant Htet.
DGHub Studio #
Buy Me a Coffee #
What is #
Easy language package. Check example folder.
Installation #
In the dependencies:
section of your pubspec.yaml
, add the following line:
dependencies:
dghub_listview: <latest_version>
Import package #
import 'package:dghub_listview/dghub_listview.dart';
DGHubListView(
onPaginate: () {
},
onRefresh: () {
},
padding: const EdgeInsets.all(20),
// padding: EdgeInsets.all(20),
itemBuilder: (context, index){
return ///
});
- Package created by Min Thant Htet