Links

Migrate to the v1.0.3 (hotfix)

If you have configured the admin and app already and facing the loading issue, then follow the steps below. Otherwise, use the new source code.

1. Delete A Collection from Firebase

From your firebase console, go to the Firestore Database and delete the settings collection.

2. Download the New Source Code

Download the new source code. You need to replace some files from the new source code with your old source code.

Ad

2.1 Admin Update

Two files have changed in the new update. Replace these two files from the new source code with your old source code.

Ad

  1. 1.
    lib/blocs/ads_bloc.dart
  2. 2.
    lib/blocs/settings_bloc.dart
2. Now follow the Build The Web App and Upload to Hosting steps.

2.2 App Update

Two files have changed in the new update. Replace these two files from the new source code with your old source code.

Ad

  1. 1.
    lib/widgets/featured.dart
  2. 2.
    lib/widgets/home_categories.dart
That's it.

Ad

Ad