Worik Stanton

Results 13 comments of Worik Stanton

``` import 'package:test/test.dart'; class Foo { String thing1; int thing2; Foo(this.thing1, this.thing2); } void main() { test("Issue 1252271834", () async { Foo foo1 = Foo("1", 1); Foo foo2 = Foo("2",...

My point is that the message is bizarrely misleading. ``` Expected: Actual: ``` Those are the same. Better would be: `arguments differ`.

This has bitten me. I expected to use `dart doc` to document my code, in under src/. What other purpose might it have? I cannot imagine, but obviously it does....

> Possibly. The primary purpose of dartdoc is to document public API Thank you. I was missing that. The code we write is not for releasing as a package. I...

Yes I did that. No joy at first, but this morning the app starts up. I do get extensive error messages, that are quite opaque at first glance, so I...

My mistake. I have a small project I am using to explore Widget testing. It is the programme that is running. When I run my main app, it still fails:...

The file is in a different [lace: under `macos/Pods/Pods.xcodeproj/` ``` % find macos -name "project.pbxproj" macos/Pods/Pods.xcodeproj/project.pbxproj ``` Directory hierarchy: ``` % find macos -type d macos macos/Runner.xcworkspace macos/Runner.xcworkspace/xcuserdata macos/Runner.xcworkspace/xcuserdata/user.xcuserdatad macos/Runner.xcworkspace/xcshareddata...

Demo app runs. I am short on time but should do that comparison within twenty four hours. FLW Thanks for the help

This is interesting. I will attach the listings of both .../macos directories, but: I have two projects. My main one for paid work that will not (as of recently) run...