techblog.geekyants.comHow to Create a Custom Extension in TipTap WYSIWYG EditorTipTap WYSIWYG editor is a headless content editor in which you can craft a customized editing experience for the user. In TipTap, you can create and customize the interactions and functionality to cater to the user's needs. Under the hood, TipTap us...Jul 25, 2024·11 min read
techblog.geekyants.comCreating Nested Reorderable Lists with Custom Scrolling in FlutterIn this article, we will explore the process of creating nested reorderable lists in Flutter, with a focus on implementing custom scrolling behaviour. Reorderable lists are a powerful UI component that allow users to rearrange items within a list by ...Jul 25, 2024·6 min read
techblog.geekyants.comSecuring Firebase Functions Using App CheckIn today's fast-paced digital environment, protecting backend services is critical. Firebase, a well-known Backend as a Service (BaaS) platform, offers robust tools for building serverless applications. Among these tools, developers extensively use F...Jul 25, 2024·4 min read
techblog.geekyants.comReusing a Single Codebase for Creating Multiple React Native Applications and Ways to Maintain the SameCreating multiple mobile applications that share the same set of features can quickly become a maintenance nightmare if not managed properly. Developing, testing, and deploying each app individually leads to redundant manual effort and increased comp...Jul 25, 2024·7 min read
techblog.geekyants.comSeamlessly Integrating JavaScript Libraries in Flutter Web with JS InteropIntroduction As Flutter continues to grow in popularity for web development, developers are finding innovative ways to leverage existing JavaScript libraries within their Flutter web applications. One powerful feature that enables this is the JS inte...Jul 25, 2024·4 min read