Chiziaruhoma Ogbonda
Chiziaruhoma Ogbonda
Open Network Page in vscode: Inspect any API with a long JSON response: https://github.com/flutter/devtools/assets/25801929/648eb712-4f19-47df-bf5d-f654afb6fcd6 ___ **DevTools version**: 2.28.4 **IDE**: VSCode **Connected Device**: CPU / OS: arm64 (64 bit) ios Connected...
**Description** Currently, there is no way to set the properties of samplerUniforms so if you define a sample e.g. ```glsl uniform sampler2D iChannel0; ``` In the generated dart you get:...
**Description** A clear and concise description of what the bug is. **Code Snippet** ```dart import 'package:pharaoh/pharaoh.dart'; import 'package:shelf/shelf.dart' as shelf; import 'package:shelf_rate_limiter/shelf_rate_limiter.dart'; void main() async { final app = Pharaoh();...