Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giorgiogtelian/frognote


https://github.com/giorgiogtelian/frognote

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

# frognote
## ribbit

A 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 auth

project 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