Feed
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
FVM
We use FVM (Flutter Version Management) to manage Flutter versions for this project.
To enable FVM, run the following:
dart pub global activate fvm
You can then install and use Flutter version e.g:
fvm install 3.35.7 && fvm use 3.35.7
Melos
This project depends on melos
To setup melos, run the following from root folder (the folder that has the melos.yaml file)
dart pub global activate melos
melos bootstrap
Project Setup
To get started, you need to download the source code or copy source then follow the steps below:
-
Update your
pubspec.yamlto include all dependencies inpubspec.yaml.example. -
For android, check the additional reference files in the
androidfolder. -
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.