Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
Closed
Changes from 2 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
6 changes: 3 additions & 3 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 Appwrite instance with Almost Netflix project ready. You can visit the 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 Down Expand Up @@ -37,13 +37,13 @@ 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.
Comment thread
neshvig10 marked this conversation as resolved.
Outdated

### `lib/providers`

Our `lib/providers` folder is where we create our `ChangeNotifiers` that allow observation and access across our app.

For more information about Provider library we used can be found in the [documentation](https://pub.dev/packages/provider)
For more information about the Provider library which we used can be found in the [documentation](https://pub.dev/packages/provider)
Comment thread
neshvig10 marked this conversation as resolved.
Outdated

### `lib/screens`

Expand Down