It is an application that uses fingerprint as biometric authentication to access the Notes application that is used to capture a quick thought, create checklists, sketch ideas, and more. The Notes app 📝 lets you quickly write ✒️ down your thoughts, draft out your memos, or store any text you want to keep around for any length of time. With it, you can easily create new notes, update or append existing notes, delete old notes you no longer need and share them too.
- Flutter
- For notes app to store the notes that user adds or modifies:
- To add sharing option to our Note App:
- For fingerprint authentication :
- Other Packages
Running this is as simple as it gets. Follow this steps
- Open your terminal (NOTE: git bash prefered/ Terminal on VS Code)
- Navigate to the project folder where you have cloned this repo.
- Open an emulator or plug in a real device
- Type the following command in the terminal
flutter run
MIT License
Copyright (c) 2020 Abhishek Kumar
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions
of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.