MiT
MiT
Add: - Conduit - Angel - Functions Framework for Dart Remove: - Vane
Maybe add your framework to [FrameworkBenchmarks](https://github.com/TechEmpower/FrameworkBenchmarks) so you can compare its performance?
Maybe add your framework to [FrameworkBenchmarks](https://github.com/TechEmpower/FrameworkBenchmarks) so you can compare its performance?
* **Dart code metrics version: 4.17.1** * **Dart sdk version: ">=2.18.0
Resolves #145640 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page,...
### Use case The module config declaration is not extensibility friendly and departs from the concept of multi-platform separation. ```yaml flutter: module: androidX: true androidPackage: {{androidIdentifier}} iosBundleIdentifier: {{iosIdentifier}} ``` ###...
Необходимо проверить работу 3DSv2. Есть предположение что работает не правильно. [Complete3DSMethodv2 -> Complete3DSMethodV2]( https://github.com/MadBrains/Tinkoff-Acquiring-SDK-Flutter/blob/dev/packages/tinkoff_acquiring_flutter/lib/src/constants.dart#L31)
Здравствуйте, заметил возможно не правильную работу шлюза при запросе `Init` с передачей параметра [`Shops.ShopCode`](https://github.com/TinkoffCreditSystems/AcquiringSdkAndroid/blob/master/core/src/main/java/ru/tinkoff/acquiring/sdk/models/Shop.kt#L33). Если передать туда не число, а буквы, то сервер возвращает `Server Error 500`, хотя обычно при...
### Steps to reproduce 1. `flutter build web --wasm --no-strip-wasm` 2. `cd build/web` 3. `dart pub global run dhttpd '--headers=Cross-Origin-Embedder-Policy=credentialless;Cross-Origin-Opener-Policy=same-origin'` 4. open browser: `localhost:8080` ### Expected results The application works...