Almost Netflix: A Netflix clone built with Flutter + Appwrite

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • demo-almost-netflix-for-flutter

    Discontinued A Netflix clone built with @appwrite + @flutter

    It would be impossible to write every piece of code in this article 😬 You will read about all essential concepts, components, and communication with Appwrite. Still, if you want to check out every corner of our Almost Netflix in Flutter, you can check out the GitHub Source Code that holds the whole application.

  • provider

    InheritedWidgets, but simple

    To make things a bit easier to use and more reusable, we are going to use provider library instead of InheritedWidget, including simplified resource management, reduced boilerplate, lazy loading and a nice listening mechanism to go with ChangeNotifier

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • demo-almost-netflix-for-web

    Discontinued A Netflix clone built with @appwrite + @vuejs + @nuxt

    The last item to take care of is our assets. We are going to create a new directory in our project called assets and then download (save) all our assets from the static folder on GitHub into our newly created assets folder. Now let's jump back into our pubspec.yaml file, and scroll till you see the section assets: and let's add our assets folder path so it looks like:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts