Thanh LeforThanh Le's Blogthanhle.hashnode.net·Oct 3, 2021Animate SliverAppBar's widgets when scrollingFull-screen: TOC Getting Started Inspecting design "The recipe" Feeling too long to dig in, so "Jump to recipe"! Getting Started Let's start with the above screen first and ignore unimportant things! class MyHomePage extends StatelessWidget { ...Discuss·6 likes·964 readsFlutter
Thanh LeforThanh Le's Blogthanhle.hashnode.net·Jul 23, 2022Flutter: Scrolling to the first invalid form fieldDo you want functionality like scrolling to the first invalid field (after being validated)? So, one of my projects has verrry long form fields. (I know it's imperfect at UX, but that is the specifics of the application). And that came to the questio...Discuss·269 readsFlutter
DavideforWeb3Davesoosweb3.hashnode.net·Nov 9, 2022Deploy an ERC-20 token on Scroll L2 using HardhatThis simple project shows you how to deploy an ERC-20 token on the Scroll L2 testnet using HardHat. Scroll is a new and emerging EVM compatible zero knowledge rollup blockchain aimed at improving Ethereum scalability and reducing costs. Find the rep...Discuss·54 readsscroll
Francis Ethamforfrancis123.hashnode.net·Mar 27, 2023Scroll to top component reactIntroduction: Scrolling to the top of a webpage is a common functionality that many websites offer to enhance user experience. It allows users to quickly navigate to the top of the page without the need to manually scroll back up. In React, creating ...DiscussReact
Pieces for DevelopersforPieces for Developers Blogpieces.hashnode.net·Jan 13, 2023Improving Scroll Effects with Locomotive Scroll in VueWebsites, especially those with enormous amounts of material, can use scrolling animations as features to make browsing more enjoyable. With the advent of specialized libraries, scrolling animations are becoming increasingly widespread on the web. We...Discuss·41 readsVue.js
Olayinka OshidipeforYinka's blogyunggenius.hashnode.net·Nov 29, 2022How To Deploy An Existing Smart Contract To Scroll.io TestnetScroll is an EVM-Equvalent zkEVM zkRollup. One of the many things this means is that developers can migrate currently existing dapps onto scroll with minimal tweaks to how their code is written. This is great news as there aren’t a lot of compatibili...Discuss·86 readszkrollup
DavideforWeb3Davesoosweb3.hashnode.net·Nov 9, 2022Deploy an ERC-20 token on Scroll L2 using HardhatThis simple project shows you how to deploy an ERC-20 token on the Scroll L2 testnet using HardHat. Scroll is a new and emerging EVM compatible zero knowledge rollup blockchain aimed at improving Ethereum scalability and reducing costs. Find the rep...Discuss·54 readsscroll
Steve ChegeforCodeCraftersstevechege.hashnode.net·Aug 20, 2022Scroll-to-position using FlutterHey folks, In this tutorial we will see some ways in which we can programmatically tweak the scrolling behaviors in our flutter applications. Why should anyone care? Because no one wouldn't love to bless their users with intuitive scrolling in their ...Discuss·300 readsFlutter
Thanh LeforThanh Le's Blogthanhle.hashnode.net·Jul 23, 2022Flutter: Scrolling to the first invalid form fieldDo you want functionality like scrolling to the first invalid field (after being validated)? So, one of my projects has verrry long form fields. (I know it's imperfect at UX, but that is the specifics of the application). And that came to the questio...Discuss·269 readsFlutter
Thanh LeforThanh Le's Blogthanhle.hashnode.net·Oct 3, 2021Animate SliverAppBar's widgets when scrollingFull-screen: TOC Getting Started Inspecting design "The recipe" Feeling too long to dig in, so "Jump to recipe"! Getting Started Let's start with the above screen first and ignore unimportant things! class MyHomePage extends StatelessWidget { ...Discuss·6 likes·964 readsFlutter