Keith Black
Keith Black
Mac Book Pro - Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz, not the M1.
I tried the LITE version but it did not work, there were other errors with that one. The reason I created a brand new project is to make sure another...
Thanks for your assistance, you are correct that my machine does not have the iOS-arem64 directories. BTW, In trying to fix this I upgraded to CocoaPods 1.11.2. 
Today I tried the following to force a complete rebuilding the Pods directory (which includes the **mobile-ffmpeg-audio** folder): deleted the **ios/Pods** directory **pod cache clean --all** **flutter clean** **flutter pub...
I appreciate the help. I'm surprised there are not more encountering this issue. Like I said in the first message, rolling back to a previous version of Flutter got rid...
@lekeCoder, thanks for the info. I changed to the beta channel (2.7.0-3.0 pre) and eventually I was able to get it to work! Before working I had to run "flutter...
+1 on this feature request. MessageKit is an awesome tool, far better than what I was using before. However, scrolling up to older messages is much less desirable using the...
Thanks for the reply @nathantannar4, but I can't figure out how to override either the UIScrollView or UITableView. I've tried doing so in **SmsMessagesViewController: MessagesViewController...**, but the compiler tells me...
@nathantannar4, thanks for your always prompt replies. **KB: Ignore this message, see the next one with my working solution!** Prior to this discussion I had already attempted to override: **collectionView(_...
@nathantannar4 , I've got it working. The code above was looking for the Last row, not the First row. So like I said before, the initial load calls cellForItemAt on...