Member-only story
Flutter CRUD Application using Strapi CMS
Welcome to another Flutter knowledge-sharing tutorial. As a Flutter beginner, We all know that We should learn about fundamental usages which frequently apply in a mobile application. So far, We have done tutorials on those essentials. This is another step to creating an API using Strapi CMS. This story will describe how to perform all CRUD operations(Create, Read, Update, Delete) with Flutter and Strapi. This is a beneficial application.
Strapi is a JavaScript framework that simplifies the creation of REST APIs. It allows developers to create content types and their relationships between them. Strapi is a headless CMS that’s built on top of Node.js. This is an excellent alternative to traditional CMSes that are already in use. Here we do not need to write the code for backend development.
Flutter is a cross-platform front-end framework in which we can develop applications for mobile, desktop, web and all devices using one code base. We are using different types of back ends with Flutter.
Pre-requisites
- Flutter installation. (Android Studio / VS Code)
- NPM
- Node.js (v16.16.0)