Back
Showing 1-12 of 106 results
add to app flutter web in react js

Use Flutter Web in ReactJs Without Rewriting Code – Tutorial

August 14, 2025
0

Sometimes you have the best of both worlds – a beautifully crafted Flutter Web app and an existing ReactJs website. You can simply do Add to app of Flutter Web as a module inside your …

Bookmark (0)
opal by google blog navoki

Opal (by Google): create Mini Ai apps

August 13, 2025
0

Introduction In the world of AI workflows and automation, you’ve probably heard of tools like N8N and Make.com ,they’ve set the stage for how developers and non-developers alike create complex workflows using AI. But now, …

Bookmark (0)
OpenAI-GPT-OSS-Is-Here-and-It-Changes-Everything-Navoki

🚨 BREAKING: OpenAI New GPT OSS Models

August 6, 2025
0

On August 5, 2025, Sam Altman announced on X (Twitter) something that instantly shook the AI community: “gpt-oss is a big deal; it is a state-of-the-art open-weights reasoning model, with strong real-world performance comparable to …

Bookmark (0)
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)