Nail Gilaziev

Results 5 issues of Nail Gilaziev

when do `pub run bin/server.dart` this occurs: ``` Unhandled exception: Unsupported operation: Cannot extract a file path from a http URI #0 _SimpleUri.toFilePath (dart:core/uri.dart:4561) #1 main (http://localhost:55280/server.dart:17:46) #2 _startIsolate. (dart:isolate-patch/dart:isolate/isolate_patch.dart:277)...

first this appears when I try to pub serve web. I install dart version 1.24.3 and web served. next is flutter run ``` mac:letsvote_mobile n$ flutter run Running "flutter packages...

`Unhandled Exception` occurs and autoDispose.family *future* provider stuck in `AsyncLoading` state when app uses `WidgetsFlutterBinding.ensureInitialized()` and `runZonedGuarded()` together. **To Reproduce** sample code ```dart import 'dart:async'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import...

bug

this code snippet uses `htmlFor` but chrome throw error ``` input(type = InputType.checkBox) { attrs.id = "showDeleted" } label { attrs.htmlFor = "showDeleted" +"Показать удаленные" } ```

iOS. Release mode. App size for simple ios app with one pub dependency(_msgpack_dart_) before adding _moor_ffi_: bundle: **51.5 Mb** app on device: **51.7 Mb** After adding _moor_ffi_ and using example...