Singsys blog: Technologies

Fully Customizable Popup Menu in Flutter

Fully Customizable Popup Menu in Flutter

In flutter when it comes to the popup menu, flutter provides the PopupMenuButton for creating a popup menu with some option but somewhere it has restrictions in padding and other fields so we are unable to get our desired design of Popup Menu, we have also faced some issues when we were using PopupMenuButton provided by the flutter, so we have decided to create a custom Popup menu with fully customisable functionality.

 

(more…)

Some advance JS concepts that may help you

JS Concepts

This article is created to help new developers and intermediate developers understand more about some advanced javascript concepts, so that they can create more optimized and reliable functionalities.

 

(more…)

Clean Architecture in Programming Language

Programming Language

CLEAN ARCHITECTURE!!What does that mean? Sounds Interesting though? Ok so we’ll explore some important facts about it, shall we?

 

I assume you’ve already built apps whether using Flutter, Native, or in any other language. We usually don’t focus on how the data flow is working, writing independent data layers, separation of code, the real use of OOP, testing, features scaling, …etc.

 

(more…)

Key Features of NextJs Framework

NextJs Framework

Next.js is a React framework that enables you to build seo-friendly and fast web applications using React. Next.js is widely used by the biggest and most popular companies all over the world like Netflix, Uber, Starbucks. It’s also considered as one of the fastest-growing frameworks, perfect to work where SEO is important.

(more…)

Benefits Of Flutter in cross-platform Application Development

Flutter

What is Flutter?

Flutter is Google’s mobile app SDK, complete with a framework, widgets, and tools, that give developers an easy way to build and deploy visually attractive, fast mobile apps on both Android and iOS platforms.

(more…)