Skip to content

KarthiDreamr/DashNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

📝 DashNotes - Flutter Application 🚀

DashNotes is a note-taking application built with Flutter. It allows you to create, edit, and delete simple notes with a title and description. 📋✏️

📸 Screenshots 🖼️

Screenshots of the application will be added here.

Enjoy taking notes with DashNotes! 🎉🎊

Features ✨

🎨 Material Theming 🌈

  The application supports Material Theming, providing a modern and intuitive user interface.

💾 Data Storage 🗃️

  For data storage, the application uses Provider and Shared Preferences, ensuring your notes are safely stored and easily accessible.

🌐 Cross-Platform Compatibility 🔄

  One of the key advantages of using Flutter is its cross-platform compatibility. DashNotes can run on all major platforms including Android, iOS, Windows, Linux, and MacOS. 📱💻

🚀 Get Started 🏁

Get it on GitHub Get it on F-Droid

F-Droid releases can not upgrade to other releases and it is compiled, signed and distributed uniformly by F-Droid.


If you want to build the application on your own, clone the repository and follow the instructions below:

git clone https://github.com/KarthiDreamr/DashNotes
cd dashnotes
flutter build [platform]

The platform can be any of the following:

  • aar: Build a repository containing an AAR and a POM file.
  • apk: Build an Android APK file from your app.
  • appbundle: Build an Android App Bundle file from your app.
  • bundle: Build the Flutter assets directory from your app.
  • linux: Build a Linux desktop application.
  • web: Build a web application bundle.

📜 License 📄

This project is licensed under the GNU General Public License (GPL). The GPL is a strong copyleft license that requires improvements to be shared back with the community. For more information, see the LICENSE file.