Kenneth
Kenneth
I modified `electronOauth2(config, windowParams)` and added a new parameter `customConfig`. This argument accepts object. It is then used to append to the request url as query string. I made this...
This draft PR contains Windows implementation of this plugin. Still a WIP. - [ ] `initialize` **WIP** - [ ] `show` **WIP** - [ ] `periodicallyShow` (not sure if possible...
[Bulma 0.9.4](https://github.com/jgthms/bulma/releases/tag/0.9.4) has been released recently. I will investigate whether code needs to be updated to support the new version.
First of all great work on the plugin. I am trying to integrate Dart/Flutter with this plugin, and I noticed there aren't any documentation on writing/installing custom adapters. Is it...
If I import React libraries like `recharts` that requires a peer dependency of React, the widget will fail to load, throwing ``` undefined is not an object (evaluating process.env.NODE_ENV) ```...
**Describe the solution you'd like** Would be great if nedux is ported to Flutter. I could help with the port ;) **Additional context** Currently there's no support for Flutter.
A search module that provides web search suggestions to the users.
As I have decided to turn this into a community project, I would greatly appreciate anyone with experience in Android development to help with the development of Starlight to turn...
From https://android.googlesource.com/platform/packages/apps/Launcher3/+/30ac97d9386736c3322a3277f74523497627b9f5: ``` When user swipes up to home, Launcher will receive a onNewIntent callwith a bundle-extra gesture_nav_contract_v1. It will contain the componentName & UserHandle of the closing app &...