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