Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Requirements

Before using this project, you will need to have Appwrite instance with Almost Netflix project ready. You can visit Project setup [GitHub repository](https://github.com/Meldiron/almost-netflix-project-setup) or [Dev.to post](https://dev.to/appwrite/did-we-just-build-a-netflix-clone-with-appwrite-28ok).
Before using this project, you will need to have an Appwrite instance with Almost Netflix project ready. You can visit Project setup [GitHub repository](https://github.com/Meldiron/almost-netflix-project-setup) or [Dev.to post](https://dev.to/appwrite/did-we-just-build-a-netflix-clone-with-appwrite-28ok).

## Usage

Expand All @@ -18,12 +18,12 @@ $ flutter run

Make sure to update Endpoint and ProjectID in `lib/api/client.dart`.

The application will be listening on port `3000`. You can visit in on URL `http://localhost:3000`.
The application will be listening on port `3000`. You can visit it on URL `http://localhost:3000`.


### `assets`

The assets directory contains your images such as logos as well as anything else you would like your project to use, be sure to update `pubspec.yaml` with any addition folders.
The assets directory contains your images such as logos as well as anything else you would like your project to use, be sure to update `pubspec.yaml` with any additional folders.

More information about assets can be found in [the documentation](https://docs.flutter.dev/development/ui/assets-and-images).

Expand All @@ -37,7 +37,7 @@ The `lib/data` folder is where we put anything that represents data such as our

### `lib/extensions`

We use the `lib/extensions` folder to extend the Dart language with helpers for convience methods.
We use the `lib/extensions` folder to extend the Dart language with helpers for convenience methods.

### `lib/providers`

Expand All @@ -51,6 +51,6 @@ Directory `lib/screens` is where we place all of our top level views and respons

### `lib/widgets`

The `lib/widgets` directory contains all of our Flutter widgets. Widgets are the main component of Flutter and can make up different pars of your screen.
The `lib/widgets` directory contains all of our Flutter widgets. Widgets are the main components of Flutter and can make up different pars of your screen.

For more information on Widgets can be found in the [documentation](https://docs.flutter.dev/reference/widgets)
More information on Widgets can be found in the [documentation](https://docs.flutter.dev/reference/widgets)