-
**Description**
It's possible to use a custom username by utilizing the browser dev tools.
**Steps To Reproduce**
1. Open Dev Tools
2. Go to Application
3. Go to Local Storage
4. Edit value …
-
A client has uploaded a tar file with the filename 'Coffee.html' - when I attempt to extract this file, I get "Cannot create file, path = '/Coffee.html' (OS Error: no such file or directory, errorno =…
-
Hi,
I created a new flutter project to test freerasp capabilities and found out that jailbreak detection could be bypass using hopper and NOP region.
I'm also aware that anti tampering protection…
-
It's not the first attempt for me to use puro, but for some reason I can't create environment with `puro create` command.
puro create v3_16_6 3.16.6 --log-level=4
ivan@mb2 ~ % puro create…
-
It's very common to load a URL as one of the first things you do when writing an application. On macOS, this immediately fails:
```
flutter: SocketException: Connection failed (OS Error: Operation…
Hixie updated
3 months ago
-
My guess is that we will implement this via https://github.com/shorebirdtech/updater/issues/114, but i'm breaking it out into a separate issue in case there is a simpler solution.
-
Some times get error in hubconnection.start() method with a message future was called on null .The error is exactly on _handshakeCompleter.future .How can resolve it ??
-
## Steps to Reproduce
1. Open any existing flutter project.
2. Edit the file `android\app\src\main\res\values\styles.xml` as follows:
```
@drawable/launch_background
…
-
Feature Request - Implement PKCE.
PKCE is standard for public clients, a mobile app is considered a public client; therefore a client secret is no longer secure. PKCE fixes this, the simple_auth li…
-
Right now, the `Text` widgets that display each survey element have hard-coded styling. For example, the `QuestionTitle` widget uses the following lines of code to style its `Text`:
```dart
final …