Minas Giannekas

Results 25 comments of Minas Giannekas

Seeing the exact same issues when running on larger screen sizes, like on the 11-inch iPad Pro: My header (which contains a logo) doesn't appear at all and the bottom...

Using the `8.15.0` tag throws: ``` [!] CocoaPods could not find compatible versions for pod "FirebaseFirestore": In Podfile: FirebaseFirestore (from `https://github.com/invertase/firestore-ios-sdk-frameworks.git`, tag `8.15.0`) cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`) was resolved to 3.2.0,...

> delete ios file for the 5th time (LOL) You mean to delete the iOS folder, right? In any case, I did the rest of the steps, with no luck....

It seems that building for physical device works. Building for Simulator device throws the errors.

> Temporary patch fix: If you remove the precompiled iOS framework (From Podfile) the issue seems to go away Indeed, it worked without the precompiled iOS framework, though it took...

I am not sure. I could try implementing this in a native app to see how it behaves.

Could [this](https://twitter.com/stroughtonsmith/status/1178692734024130565/photo/1) be of any help?

Also, a [more complete way](https://github.com/DylanMcD8/MacAccentColorCatalyst/blob/f4461d5e6641f7aa24648f34079502c203a2af5e/Mac%20Accent%20Color%20Test/ViewController.swift) of getting the accent color.

You are probably referring to [this implementation style?](https://github.com/flutter/flutter/blob/5464c5bac742001448fe4fc0597be939379f88ea/packages/flutter/lib/src/material/text_field.dart#L858). As I understand, they merge an [InputDecorationTheme](https://api.flutter.dev/flutter/material/InputDecorationTheme-class.html) and the constructor-provided decoration property, to get the final input decoration.