News Feed Template - Social Media & Feed-Based Apps

Initializing...
InfoOptionsCode
Download

Build stunning feeds-based apps such as social media or content apps like Facebook and 𝕏. Features dynamic content, infinite scroll, and sleek Flutter UI design.

Getting Started

To get started, you need to download the source code or copy source then follow the steps below:

  1. Update your pubspec.yaml to include all dependencies in pubspec.yaml.example.

  2. For android, check the additional reference files in the android folder.

  3. Go to terminal and run the following command from the root directory of your project:

dart run build_runner build

** If .migrations.dart files are not generated, you may need to clear build_runner cache first:

dart run build_runner clean

Files to Update

Places where you may start your customization are labeled with // TODO(dev): comment