{
X-Shopify-Access-Code: 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
This file contains 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
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ | |
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ | |
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ | |
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ | |
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ | |
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ | |
░░░░░░░░░░░░▒███▓░░░░▓████▓░░░░░░░░░░░░ | |
░░░░░░░░░░▒███████▒▒████████▒░░░░░░░░░░ | |
░░░░░░░░░▒██░░░░░░███░░░░░░██▓░░░░░░░░░ | |
░░░░░░░░░▒██░░░░░░███░░░░░░██▓░░░░░░░░░ |
This file contains 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
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"> | |
<tbody> | |
<tr> | |
<td> | |
<!--[if mso | IE]> | |
<table align="center" border="0" cellpadding="0" cellspacing="0" class="" style="width:800px;" width="800"> | |
<tr> | |
<td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"> | |
<![endif]--> | |
<div style="margin:0px auto;max-width:800px;"> |
This file contains 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
<div class="c-listCard" style="margin:0px auto;max-width:640px;"> | |
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;"> | |
<tbody> | |
<tr> | |
<td style="direction:ltr;font-size:0px;padding:0px 15px;padding-bottom:0;padding-top:0;text-align:center;"> | |
<!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td | |
class="col-outlook img-outlook" style="vertical-align:top;width:244px;" | |
><![endif]--> | |
<div class="mj-column-per-40 mj-outlook-group-fix col img" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;"> | |
<table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%"> |
This file contains 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'; | |
final ThemeData indigoTheme = _buildDefaultTheme(); | |
final white = const Color(0xffffffff); | |
final black = const Color(0xFF000000); | |
final indigo = const Color(0xFF4957F4); | |
final splashColor = const Color(0x224957F4); | |
final brand = const Color(0xFF996D17); | |
final divider = const Color(0xFFCFCFCF); |
This file contains 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
{"lastUpload":"2019-11-19T02:44:46.633Z","extensionVersion":"v3.4.3"} |
This file contains 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/cupertino.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:flutter_svg/svg.dart'; | |
import 'package:mgm_resorts/indigo_theme.dart'; | |
import 'package:mgm_resorts/widgets/fade_in_on_scroll.dart'; | |
import 'package:mgm_resorts/widgets/typography/typography.dart'; | |
import 'package:provider/provider.dart'; | |
import 'package:flutter_range_slider/flutter_range_slider.dart'; | |
class _FiltersViewModel with ChangeNotifier { |
This file contains 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'; | |
final ThemeData indigoTheme = _buildDefaultTheme(); | |
final white = const Color(0xffffffff); | |
final black = const Color(0xFF000000); | |
final indigo = const Color(0xFF4957F4); | |
final brand = const Color(0xFF996D17); | |
final divider = const Color(0xFFCFCFCF); | |
final lightGrey = const Color(0xFFCFCFCF); |
This file contains 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
Error output from Xcode build: | |
↳ | |
2019-04-23 17:33:58.048 xcodebuild[13267:3736970] DTDeviceKit: deviceType from | |
00008006-000F6AE91EA2002E was NULL | |
2019-04-23 17:33:58.048 xcodebuild[13267:3736970] DTDeviceKit: deviceType from | |
00008006-000F6AE91EA2002E was NULL | |
2019-04-23 17:33:58.049 xcodebuild[13267:3736970] iPhoneSupport: 📱<DVTiOSDevice | |
(0x7ff298c0c480), Scott’s iPhone, iPhone, 12.2 (16E227), 00008020-000C05E90A42002E> unable to | |
mount DeveloperDiskImage (Error Domain=com.apple.dtdevicekit Code=601 "Could not find platform" | |
UserInfo={NSLocalizedDescription=Could not find platform}) |
This file contains 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
{ | |
"editor.formatOnSave": true, | |
"search.exclude": { | |
"vendor/flutter": true | |
}, | |
"dart.flutterCreateIOSLanguage": "swift", | |
"dart.flutterCreateAndroidLanguage": "kotlin", | |
"dart.flutterCreateOrganization": "com.superformula", | |
"dart.debugExternalLibraries": true, | |
"dart.debugSdkLibraries": true, |
NewerOlder