LangRizkie

Results 3 comments of LangRizkie

Sorry, is this still maintained? I've tried to remove `home` but it still redirected to the homepage instead previous route

I did it, ` countDecoration: (count, likeCount) { return Text(NumberFormat.compact().format(likeCount)); },`

> Add a useEffect and useState setTimeout to delay and then re-renders the tabs. > > const [showTabs, setShowTabs] = useState(false); useEffect(... setTimeout) > > return showTabs && It's not...