Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giorgiogtelian/frognote
https://github.com/giorgiogtelian/frognote
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/giorgiogtelian/frognote
- Owner: giorgioGTelian
- Created: 2023-11-07T10:18:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T14:19:33.000Z (12 months ago)
- Last Synced: 2023-11-17T19:42:47.909Z (12 months ago)
- Language: C++
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frognote
## ribbitA new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## plugin added
flutter pub add pencil_kit - pencil kit for OS
TBD = use the note taking template
TDB = setting up firebase
TDB = setting up secure authproject structure so far:
my_app/
|-- android/
|-- ios/
|-- lib/
| |-- main.dart
| |-- screens/
| | |-- login_screen.dart
| | |-- home_screen.dart
| | |-- note_screen.dart
| |-- widgets/
| | |-- my_drawer.dart
| | |-- note_list.dart
| | |-- note_item.dart
| |-- models/
| | |-- note.dart
| |-- services/
| | |-- note_service.dart
| | |-- auth_service.dart
| | |-- firestore_service.dart
| | |-- storage_service.dart
|-- test/
|-- pubspec.yaml