Julian Steenbakker

Results 23 issues of Julian Steenbakker

**Is your feature request related to a problem? Please describe.** Right now its not possible to access the isConnectable variable since its not getting parsed. **Describe the solution you'd like**...

enhancement
good first issue
idea

so we can access things like isConnectable later on. See issue #668

Right now all the iOS and macOS code is written in objc. However, i think it would be better if we migrate this code to swift since it has a...

enhancement
help wanted

#112 & #243 This is still a WIP, but for now scanning and discovering works! Normally it would be the easiest to symlink the iOS code instead of duplicating it,...

**Is your feature request related to a problem? (please describe)** Right now it's not possible to check if the found peripheral is connectable. There are devices that advertise without being...

enhancement
Android
iOS

In order to provide an easier way for people to discuss about this plugin, we have created a Discord server. You can join it by clicking the button bellow. [![Join...

announcement

I wanted to migrate from vueLayers 0.11.x to 0.12.x however when running npm install, i get the following message: ```bash npm WARN ERESOLVE overriding peer dependency npm WARN While resolving:...

bug

With the new design the description is under the settingsTile, which causes the settingsSection to break up. ![Simulator Screen Shot - iPhone 13 - 2022-07-21 at 16 29 14](https://user-images.githubusercontent.com/20091319/180241068-e1c9b7c0-ff0a-406a-b73e-4917aea09ad1.png) By...

Based on the implementation of https://github.com/letsar/flutter_staggered_grid_view/issues/80#issuecomment-616396739 but updated to the latest version of this package. The only todo for the example app is to make an image for the menu.

This PR makes the parameters changeable so users can tweak it to their own needs. The following parameters are available: ``` this.decelerateEasing = const Cubic(0.0, 0.0, 0.2, 1.0), this.minFlingVelocity= 500.0,...