Rene Floor

Results 21 issues of Rene Floor

## 🚀 Feature Requests Android 12 builds upon recent platform changes to the location permissions model, including background location and one-time permissions. When an app targets targets Android 12, users...

platform: android
type: enhancement
P1
platform: android 12

## 🚀 Feature Requests In iOS 14, when you prompt for location permissions, the user can toggle between Precise: On (precise location) and Precise: Off (approximate location). Precise location is...

platform: ios
type: enhancement
P1

## 🏗 Enhancement Proposal Create a docs.page documentation website. It is really easy to create documentation that way. Current progress can be tracked here: [docs.page documentation](https://docs.page/Baseflow/flutter_cached_network_image~feature%2Fdocumentation) [ ] Basic usage...

type: documentation

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Docs update ### :arrow_heading_down: What is the current behavior? Currently there is only a readme...

This feature adds an option to auto-pin the stories bar. When it is enabled it removes the icons of 'pin' and 'navigator' as those don't have any impact. The status...

## 🐛 Bug Report App throws exception `FileSystemException: Cannot delete file` ### Expected behavior Should not delete file when it doesn't exist ### Reproduction steps Bug found in: https://github.com/Baseflow/flutter_cached_network_image/issues/335#issuecomment-629190486 ###...

Improve testability and add unit tests.

This generated file is part of a (Flutter) project. However, the private constructor can't be tested. So projects using this can't aim for 100% coverage. With this line you can...

This PR is for discussion and inspiration. I've done 2 main things, 1. split the content from the MaterialApp 2. create a different multibrand app with custom navigation logic **1....

We use this library with Xamarin. When updating Visual Studio this library broke, but only when building for a release package. When debugging everything worked fine. After adding extra logging...