mobile-development-group-com
mobile-development-group-com
For people still needing to load local images as art URI here is an updated example: ``` import 'package:path_provider/path_provider.dart'; final Directory appDir = await getApplicationDocumentsDirectory(); File file = File('${appDir.path}/cover.jpg'); //coverImageBytes...
An example of this problem in production for us was when employees of a business updated image content within the application. However, we did not realize that the authentication object...
@justinmc Any update or special reasons on why this is still not working after two years? Is there an alternative option to make it a pub package at this time?