Posts
Sending emails in Flutter
In today’s interconnected world, email communication remains a critical part of our personal and professional lives. If you’re a Flutter developer looking to integrate email functionality into your app, you’re in the right place. In this guide, we’ll explore how to send emails from your Flutter app using Dialoguewise.
First, we will need to import the Dialoguewise package like this:
import 'package:dialogue_wise/dialoguewise.dart';
The next step is to prepare the payload.
Posts
Headless CMS for Gatsby apps
Gatsby is a React-based, GraphQL powered, static site generator (SSG). With SSGs, the HTML, CSS, JavaScript, and other assets are pre-generated at build-time. By using SSGs like GatsbyJS make it straightforward to pull data via APIs and generate a static Progressive Web Apps (PWA) that’s easy to deploy to any web host. They can also easily be distributed through CDN, creating the fastest possible experience for the users and also making Google happy for SEO purposes.
Posts
Headless CMS for NativeScript apps
NativeScript NativeScript is an open-source framework to develop cross-platform mobile applications with JavaScript, TypeScript, Angular or Vue.js.
In this post, we’ll see how you can use our Headless CMS to power the contents of your apps. This means you don’t need any database or custom solutions to manage content. We will use TypeScript as an example to demonstrate how you can integrate Dialoguewise into your apps.
Let’s get started by installing the NPM package: