-
**Description**
Thank you for this amazing work! I was wondering when you're planning to promote mason from a pre-release to a stable `0.1.0` version. I tried to look for documentation on this, or Mi…
-
We're using `jinja` in our static site generator called [Static Shock](https://staticshock.io).
In general we're very happy with this implementation of Jinja. It provided us with a reasonable templ…
-
according to error codes, some urls and user-specific codes (apiEndpointUrl, cognitoIdentityPoolId, etc.) should be defined.
being some of them kind of secret keys kept by the user, i think they sh…
-
this code below works fine on flutter mobile
but on web it throws an error
```dart
import 'package:flutter/material.dart';
void main() => runApp(App());
class App extends StatelessWidget {
…
-
**The bug**
The export and flutter build is successful after that, we are getting a yellow screen error on the screen both the real device and the emulator device.
[ScreenShot](https://github.com…
-
所加载的页面使用此开源仓库配合shelf_static搭建:[全景图的库mpetroff/pannellum](https://github.com/mpetroff/pannellum/releases/tag/2.5.6)
环境如下:
```
C:\Users\xxx>flutter doctor
Flutter assets will be downloaded from https…
-
### Steps to reproduce
Hi,
We’re currently automating tests for a hybrid Flutter-Native app. Since our app includes LTE-specific flows, we need to disconnect the iPhone from Wi-Fi to test LTE fl…
-
Hi everyone,
For a while now I have been unable to launch and successfully complete the “flutter pub run flutter_flavorizr” command as I constantly get this exception when I get to the ios:buildTarg…
-
### Steps to reproduce
1. Add PointerInterceptor to your packages ```flutter pub add pointer_interceptor```.
2. Wrap TextField widget with PointerInterceptor.
3. Run flutter on Firefox
4. Try to…
-
```dart
detectUSB() async {
usbPlugin.stateUsbStream().listen((int data) async {
print('The state of USB Connected: $data');
});
}
```
result
```
The following MissingPluginEx…