Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

A simple notes creating mobile application developed in flutter

NoteBox

A simple note mobile application for Andorid and iOS, to users can easily create and save personal notes in smart phone, this application created in flutter for ui design and functions, all CRUD Operations applying with API JSON which is developed on PHP (Codeigniter Framework).

Highlighted Feature

Getting Started

Codeigniter Application

All the back-end/ API code is devloped in php, which is commited on folder codeigniter-api, open the folder and publish to your shared hosting and connect your domain to dart application in config.dart file you can replace host name with your host name where you published your codeigniter application.

Step for Setup with Codeigniter:

(Tutorial) How Deploy CodeIgniter 4 to Shared Hosting

Step for Setup with Flutter:

(Tutorial) Flutter Setup in Visual Studio Code & Running first Flutter app in Android Device

API Parameters

An API Parameter will be pass in Codeigniter/PHP application from flutter.

namedescriptionparameterrequeste type
/addUserCreate new username email passwordPOST
/loginAuthorize useremail passwordPOST
/resetForget user accountemailPOST
/createNoteCreate new noteuser_id heading notePOST
/getNotesGet all notes by useridGET
/getuserGet user informationidGET
/updateUserUpdate user informationid name emailPOST
/updatePassUpdate user updateid cpassword passwordPOST

Workflow

Here the simple workflow how the application working.

Screeshots

Download notes creating mobile app source code on GitHub

Exit mobile version