SEO, Software development

SEO-Powered Flutter Web Development

Overview Flutter is an open-source UI (User Interface) framework created by Google. Primarily, it has only mobile support, but later on, it expanded its support for the web as well. Flutter web is stable and provides a comprehensive set of features, including cross-platform compatibility, a rich library of customizable widgets for...

by tushar.nigam
Tag: Flutter
10-Dec-2023

Front End Development, Mobility

Is Flutter a good option to consider for your next cross platform app development?

Today, we're talking about Flutter, a relatively new player in the market that has attracted attention from the development community. The field of cross-platform application development is always evolving because of new frameworks and technologies like Flutter, which enable programmers to make more reliable and effective apps for a...

by piyush.gupta1
Tag: Flutter
16-Nov-2023

Android, iOS

Building a Reusable Circular View Component in Flutter

Flutter, Google's open-source UI software development toolkit, is gaining popularity day by day for its ability to create beautiful and highly customisable user interfaces. Flutter is now becoming a better option to create and deliver cross-platform apps. In this blog post, we will dive into creating a reusable circular view component in...

by Piyush Bharadwaj
Tag: Flutter
17-Oct-2023

Hybrid

Isolates in Flutter

I have always wondered what set of code to run in the background to make my app powerful and responsive but I don’t really know how. Some time back I got to know about isolates and I tried implementing it. And I should tell you, it was painful. But I recently discovered how easy it has become. So here it is. You might have heard...

by dhruvam
Tag: Flutter
15-Feb-2023

Hybrid, Mobility

Flutter Test Coverage

As a good practice we should always write unit tests while writing the code for a software. Next, it is important to measure that the test we write is enough for our code or not, as per our coverage criteria. We leverage a few tools, discussed below, that check which lines of the codes are not covered in the tests. Pre-requisite (basic...

by saurabh.sablok
Tag: Flutter
03-Jul-2022