-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44613de
commit ac27f44
Showing
2 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,40 @@ | ||
# notes_dicoding | ||
|
||
A new Flutter project. | ||
# KuCatat | ||
|
||
## Getting Started | ||
Project aplikasi pencatatan android yang simpel. Dibuat menggunakan Flutter dan Firebase untuk menyimpan data. Aplikasi ini merupakan tugas submission Dicoding di kelas Belajar Membuat Aplikasi Flutter untuk Pemula. Aplikasi ini juga sudah responsif walau masih terdapat sedikit yang belum. | ||
## Screenshots | ||
|
||
This project is a starting point for a Flutter application. | ||
![App Screenshot](./preview.png) | ||
|
||
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) | ||
## Demo | ||
|
||
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. | ||
https://notes.dioo.my.id (old version) | ||
|
||
|
||
## Run Locally | ||
|
||
Clone the project | ||
|
||
```bash | ||
git clone https://github.com/diorizqi404/ku-catat | ||
``` | ||
|
||
Go to the project directory | ||
|
||
```bash | ||
cd notes-dicoding | ||
``` | ||
|
||
Get Packages | ||
|
||
```bash | ||
flutter pub get | ||
``` | ||
|
||
Run the app | ||
|
||
```bash | ||
flutter run | ||
// In VSCode, u can use F5 | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.