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 'package:flutter/material.dart'; | |
void main() { | |
runApp(MaterialApp(home: HomePage())); | |
} | |
class HomePage extends StatefulWidget { | |
@override |
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
if($(document).ready(function(){if("undefined"!=typeof marca_produto&&null!==marca_produto&&1==marca_produto){var o=$('meta[itemprop="name"]').attr("content"),a=$('span[itemprop="brand"]');a.load(window.location.origin+"/ .marcas li a",function(){a.find("img").each(function(a,e){$(e).attr("alt")!==o&&$(e).remove()})})}if($(window).width()<800){var e=$(window).width();$("img").each(function(o,a){var i=$(a).width();e<=i&&($(a).width("100%"),$(a).height("auto"))})}if("undefined"!=typeof depoimentos&&null!==depoimentos&&depoimentos.length>0){var i="";$(depoimentos).each(function(o,a){star='<i class="icon-star"></i>'.repeat(a.star),i+='<div> <div class="depoimento-box"> <div class="depoimento-imagem"> <img src="'+a.imagem+'" /> </div> <div class="depoimento-nome">'+a.nome+'</div> <div class="depoimento-mensagem">"'+a.mensagem+'"</div> <div class="depoimento-localidade">'+a.localidade+'</div><div class="depoimento-star">'+star+"</div> </div> </div>"}),$('<div class="conteiner conteiner-depoimentos"> <div class="lis |