nylo-core / nylo

Nylo is the fastest way to build your next Flutter mobile app. Streamline your projects with Nylo's opinionated approach to building Flutter apps. Develop your next idea ⚡️
https://nylo.dev
MIT License
597 stars 61 forks source link

Can we have custom refresh load instead of this #147

Closed jitendravn closed 4 months ago

jitendravn commented 5 months ago

Screenshot 2024-05-24 at 3 36 57 PM

agordn52 commented 5 months ago

Hi @jitendravn,

Sorry for the late response. I'll look into this.

agordn52 commented 4 months ago

Hi @jitendravn,

Sorry for the late reply! At the moment, you can use one of the following.

NyPullToRefresh(
    child: (context, item) {...},
    data: (page) async {...},
     headerStyle: "MaterialClassicHeader", // e.g. adding a header style
),

In the future, it'd be nice to implement custom headers.

jitendravn commented 4 months ago

Thank you @agordn52