This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building com.nextocompany.thingstore for device (ios-release)... | |
Automatically signing iOS for device deployment using specified development team | |
in Xcode project: P8WULW25UZ | |
Running pod install... 13,1s | |
Running Xcode build... | |
└─Compiling, linking and signing... 6,2s | |
Xcode build done. 373,6s | |
Failed to build iOS app | |
Error output from Xcode build: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'dart:async'; | |
import 'dart:html'; | |
import 'package:firebase/firebase.dart' as firebase; | |
import 'package:flutter_web/foundation.dart'; | |
/// Questa classe permette di eseguire l'upload di un'immagine nel database di Firestore. | |
/// Il meccanismo è abbastanza semplice, ma data l'ingestibilità di riprodurlo ogni volta, è stata astratta dal resto. | |
/// Verrà inserita in un apposito gist. |
NewerOlder