FSFlutter Senseiinfluttersensei.hashnode.dev·1d ago · 23 min readFlutter SliverAppBar Explained – Collapsible Headers, Scroll Effects & Flexible LayoutsEver feel like your mobile app's UI is just a bit too... rigid? You open a world-class app like Spotify or Airbnb, and everything glides. The header images shrink gracefully. The search bar snaps into00
HKHarsh Kushwahainharshkushwahadev.hashnode.dev·2d ago · 7 min readThe Easiest Way to Build Animated Page Transitions in Next.js (No Framer Motion)Web apps have always had one problem that native apps don't. When you tap something in an iOS app, the new screen slides in from the right. Tap back, it slides back. The animation tells you where you 00
Yyadavlakshyageetinlakshyajourney.hashnode.dev·5d ago · 2 min readDay 21 - Look Out (Brands deal feature - The TV)Okay so today was interesting. Started with a page view widget for the TV feature — you know the one that scrolls sideways. Felt right at first but after some research I found the carousel widget and 00
KSKalpick Sharmainkalpicksharma.hashnode.dev·Jul 5 · 3 min readAI-Powered Design Systems: Beyond Component GenerationWhen people talk about AI in design, the conversation usually starts with generating screens. "Create an image (PROMPT)" "Create a dashboard." "Generate a landing page." "Design a mobile app." Those d00
SJSundeep Jaackopindesignsystem.hashnode.dev·Jul 2 · 8 min readThe UI/UX Architecture Behind Successful SaaS ProductsMost SaaS founders spend countless hours choosing colors, fonts, animations, and modern UI libraries. While these decisions matter, they rarely determine whether a product succeeds. The products users00
DDimonindimonb19a.hashnode.dev·Jun 26 · 3 min readColor PaletteI had a chance to work on a runtime theming engine in some UI system where we have a support for different themes: 3 types of physics (glass/flat/retro), and 2 modes (dark/light). Basically, the color00
DDimonindimonb19a.hashnode.dev·Jun 25 · 3 min readFlexible density for all the UIIn our UI system we dont use pixel values to define spacing, we use semantic variables, (t-shirt sizes: gap-sm, p-lg, my-2xl) - so thats like you change one CSS variable, and the whole UI adapts. We00
BKBinay Kumar Dasinfindcoffeemate.hashnode.dev·Jun 17 · 3 min readThe Infinite API Loop That Almost Crashed My Browser2month back i was working on an infinite scroll feature and thought I'd be done in an hour. The requirement was simple: when the user reaches the bottom of the page, fetch the next set of records. I'v00
DDimonindimonb19a.hashnode.dev·Jun 14 · 6 min readLiquid glass needs a ladderEveryone wants the lens right now — the Apple-style glass where content doesn't just blur behind a surface but visibly bends around its rim. And you can build it on the web today: SVG displacement fil00
TKTomas Kucharzykinkuchatom.hashnode.dev·Jun 12 · 2 min readNew Button Badges in Oracle APEX 26.1.One of the new features in APEX 26.1. is Badge support for buttons using data-count attribute. It is very simple to use, and has many potential use cases, let's see how it works. In the button attri00