Skip to content

Instantly share code, notes, and snippets.

View dancrux's full-sized avatar

Daniel Nwogwugwu dancrux

  • Nigeria
View GitHub Profile
class PhotoFeedItem extends StatelessWidget {
final Post post;
final CommunityModel? community;
final bool isHomeFeed;
const PhotoFeedItem({
super.key,
required this.post,
required this.community,
this.isHomeFeed = true,
🙌 Shorebird Build
3m 47s
Show command
➡️ Using type: release
🚀 Running release command
⠋ Downloading patch......
✓ Downloading patch... (0.1s)
Failed to build iOS app
Error output from Xcode build:
** ARCHIVE FAILED **
Xcode's output:
Writing result bundle at path:
package com.qtrim.pos
import android.app.Activity
import android.content.Intent
import androidx.activity.result.ActivityResultLauncher
import androidx.activity.result.contract.ActivityResultContract
import androidx.annotation.NonNull
import androidx.core.app.ActivityOptionsCompat
import androidx.lifecycle.MutableLiveData
import com.google.gson.Gson