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
| return Row( | |
| children: <Widget>[ | |
| CircleAvatar( | |
| backgroundImage: CachedNetworkImageProvider( | |
| post.author.photoUrl, | |
| ), | |
| ), | |
| Expanded( | |
| child: Text(post.author.displayName), | |
| ), |
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
| <?php | |
| /** | |
| Plugin Name: WooCommerce PDF Invoices Italian Add-on | |
| Plugin URI: https://ldav.it/plugin/woocommerce-pdf-invoices-italian-add-on/ | |
| Description: Aggiunge a WooCommerce tutto il necessario per un e-commerce italiano e la fatturazione elettronica | |
| Version: 0.7.0.13 | |
| Author: laboratorio d'Avanguardia | |
| Author URI: https://ldav.it/ | |
| License: GPLv2 or later | |
| License URI: http://www.opensource.org/licenses/gpl-license.php |
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