-
The `dart_frog dev` command currently generates a `.dart_frog/server.dart` file with all logic contained in the single file, including the `createServer` logic which returns a `HttpServer`.
I've be…
Ehesp updated
3 months ago
-
Referring to https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/parts_with_imports.md.
Given that `part of` directives will be required to use a URI rather than a librar…
-
In my `add_task_page.dart` I have added a `icon_text_box.dart` `widget` which is supposed to look like this:
![goal](https://github.com/theakhinabraham/doable-todo-list-app/assets/72644026/345335e…
-
we should expose a library where interfaces are 100% dart:html compatible. It's fine if they throw unsupported, the important bit is to have full API compatibility. This allows code to be written that…
-
**Edit**: The old description talked about `unused_import`. Updated to reflect the comment from bwilkerson.
---
I noticed two things about a file importing itself:
1. We can shorten the numbe…
-
As of [2.1.0-dev.5.0](https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#210-dev50), dart:core exports Future & Stream. This makes many imports of dart:async unnecessary.
I'd like dartfix to…
-
Can an option be added to sort all imports alphabetically instead of grouping them?
This is the behaviour I get when organising imports in Android Studio.
```
import 'package:alpha/a.dart';
im…
-
Hi as per your document i have followed and i got error while take new build(or simulate) on Linux Ubuntu laptop, please find attached screenshot and error message its like validation error...
Ubu…
-
Cleanup code affected in the fixes for #87
* Rename screens so there are not named unhelpful things like recipes.dart and recipes2.dart
* Consider removing the stateful widget for recipes2.dart (d…
shrop updated
4 years ago
-
The name 'Router' is defined in the libraries 'package:flutter/src/widgets/router.dart' and 'package:provider_architecture/ui/router.dart'.
Try using 'as prefix' for one of the import directives, or …