Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A simple notes creating mobile application developed in flutter and php for API

License

NotificationsYou must be signed in to change notification settings

rohit-chouhan/notebox-flutter-application

Repository files navigation

A simple note mobile application for Android and iOS, wherein users can easily create and save personal notes on their smartphones.

Highlighted Feature

  • Log-in/Sign-up
  • Forget Password (via SMTP Server)
  • Dashboard
  • Add New Notes
  • Settings
  • Dark Mode

Built with

  • Flutter. UI design
  • PHP (CodeIgniter Framework). CRUD operations with API JSON

Getting Started

CodeIgniter Application

All the back-end/API code is developed in PHP, which is commited on foldercodeigniter-api. Open the folder and publish to your shared hosting and connect your domain to dart application inconfig.dart file. You can replace the host name with your host name where you published your CodeIgniter application.

Set-up Codeigniter:

  • Download latest CodeIgniter application fromhttps://codeigniter.com/download.
  • Extract the zip file.
  • Copy theapp folder from here (repository), paste to the extracted folder and replace all the files.
  • Deploy to hosting. Database file is also available inapp/controllers folder. Import to hosting, then enjoy coding!

(Tutorial) How Deploy CodeIgniter 4 to Shared Hosting :https://www.youtube.com/watch?v=k943H5OiIdE

Set-up Flutter:

  • Open VS Code.
  • Go to File.
  • Select Open Workspace..
  • Select project and open it.
  • Enjoy coding!!!

(Tutorial) Flutter Setup in Visual Studio Code & Running first Flutter app in Android Device :https://www.youtube.com/watch?v=WepTtmHKcoI

API Parameters

An API Parameter will be passed in CodeIgniter/PHP application from Flutter.

namedescriptionparameterrequest type
/addUserCreate new usernameemailpasswordPOST
/loginAuthorize useremailpasswordPOST
/resetForget user accountemailPOST
/createNoteCreate new noteuser_idheadingnotePOST
/getNotesGet all notes by useridGET
/getuserGet user informationidGET
/updateUserUpdate user informationidnameemailPOST
/updatePassUpdate useridcpasswordpasswordPOST

Workflow

Here is the simple workflow of how the application works:

Screeshots

About

This application is developed byRohit Chouhan ❤️
Create an issue and pull request if you find any problem. Thank you!

Last updated: 2025-07-19 01:00:32

About

A simple notes creating mobile application developed in flutter and php for API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp