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:
-
Update your
pubspec.yaml
to include all dependencies inpubspec.yaml.example
. -
For android, check the additional reference files in the
android
folder. -
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