Back
Showing 1-12 of 55 results
How to add Firebase AI Logic in Flutter

How to Add Firebase AI Logic in Flutter | Navoki

July 31, 2025
0

In the rapidly evolving world of AI, developers are looking for ways to integrate smart capabilities into their mobile apps. That’s where Firebase AI Logic comes in a powerful tool from Google to bring the …

Bookmark (0)
Firebase AI Logic: Why Flutter Dev Should Learn this ? | Navoki

Firebase AI Logic: Why Flutter Dev Should Learn this ? | Navoki

July 27, 2025
0

Summary of this Blog You stay relevant and in demand 😎 What Is Firebase AI Logic Firebase AI Logic is Google’s next-gen evolution of Vertex AI and Gemini API in Firebase, a secure, client-friendly SDK …

Bookmark (0)
Chained Assignment in Dart Flutter

The Chain Assignment Trick : Dart Programming

June 18, 2024
0

Want to write cleaner, more efficient code for your Flutter mobile apps? Dart programming language behind Flutter, has a handy feature called chain assignment that can help you do just that. What is Chain Assignment? …

Bookmark (2)
singleton design pattern

Expert Dart Programming: Singleton Design Pattern

April 1, 2024
0

In the ever-evolving world of mobile application development, Flutter has emerged as a leading framework, offering developers a seamless way to create visually stunning and functionally rich applications. Powered by the Dart programming language, Flutter …

Bookmark (1)
Factory Design Pattern in Flutter

Expert Dart Programming: The Factory Design Pattern

March 18, 2024
0

The Factory Design Pattern is a smart way to make objects in programming, especially when you’re working with Dart to create Flutter apps. Instead of the usual way of making new objects (which is calling …

Bookmark (1)
6 app min | 6 Essential Flutter Projects to Elevate Your Resume

6 Essential Flutter Projects to Elevate Your Resume

March 12, 2024
0

Simply cloning apps from YouTube and GitHub code has NO value. As a Mobile Developer with 7 years of experience, I want to emphasize that showcasing projects and the experiences you go through during their …

Bookmark (1)
everything-about-flutter-3-in-google-i-o-2022 navoki.com

Everything about Flutter 3 in Google I/O 2022

May 12, 2022
0

At GoogleIO 2022, Flutter 3.0 was announced. Flutter is a cross-platform UI kit to build Natively compiled apps; after this, Flutter 3 release completes the road map to becoming a multiplatform framework using Dart programming …

Bookmark (0)
Flutter-Web-CORS-Error-SOLVED-Navoki.com

[SOLVED] Flutter Web CORS Error

May 4, 2022
8

You must have faced a CORS Policy error in Flutter web app (as mentioned below) when fetching data from a Rest API or using a NetworkImage URL. Quick Solution for CORS Policy Error These are …

Bookmark (0)
How Video Call works in Flutter

How Incoming Video Call Notification works in Flutter

April 15, 2022
0

Introduction How What’s App call works and How to implement flutter video call. It is a pretty complicated and tedious task for a junior developer to implement it for the first time. Let us see how …

Bookmark (0)
How to Install Flutter on Windows, macOS and Ubuntu

How to Install Flutter on Windows, macOS and Ubuntu

April 11, 2022
0

Introduction Flutter app development is also supported on desktop, and we can make cross-platform apps using Flutter, which means we can run a flutter app on all the platforms, i.e., Android, iOS, Web, and Desktop. Navoki Notes an …

Bookmark (0)
Flutter Warning: Mapping new ns to old ns

[SOLVED] Warning: Mapping new ns to old ns

February 23, 2022
4

Hey! Flutter Dev if you are here that means your are facing warning about Mapping new ns to old ns , you recently updated to Flutter SDK 2.10, and the project shows the red warning. …

Bookmark (0)
Flutter Desktop Linux Snapcraft

Linux Desktop app with Flutter | Publish on Snapcraft Tutorial

August 4, 2021
0

Flutter is Google’s UI framework to make apps for Android, iOS, Web, Windows, Mac, Linux, and Fuchsia OS. Since the last 2 years, the flutter Framework has already achieved popularity among mobile developers to develop Android and iOS apps.  …

Bookmark (0)