Results 8 comments of Nuno Dias

~~This is a cherry on top feature.~~ Giving a user instant access to a collection that is already locally cached, while it goes in the background to fetch for possible...

Not sure why there is a default non zero padding, but just set it to zero. ```flutter LinearPercentIndicator( padding: EdgeInsets.zero, // Add this line ) ```

Such feature would probably be out of the scope of this framework. Thank you, @algrid and @JoaoCPires for helping out. Closing this for now.

Thank you for the issue @legolasW and thank you for helping @40yostudent

Thank you for the issue @lironxyz and @GarthSnyder for helping out. If you feel you still need this, kindly open again. Cheers

Hi @jiangdi0924, Quickly tested on iOS 16 and Xcode 14 without issues. Kindly reopen if you still need help. Thanks

Published version 6.0.2 now, but with no luck it seems.

In my case, I had some non utf-8 characters in the *.swift files of my Tests target. After removing them, it successfully recognised the framework as tested. [here](https://github.com/nmdias/FeedKit/commit/302a5fa9422895b8737822cc714a036fb315775a), [here](https://github.com/nmdias/FeedKit/commit/f4151df91b28a04dbbd5ea4ed29934ad96d4e349) and...