- 12 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 26 Apr, 2017 1 commit
-
-
Michael Goderbauer authored
Note: In a cross-platform context `Uri.path` is not a valid file path. Allways use `fs.path.fromUri` to convert.
-
- 25 Apr, 2017 1 commit
-
-
Michael Goderbauer authored
* Do not lower-case paths during canonicalization. This breaks hot reload on some platfroms with case insensitive file systems. * Add unit tests
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 04 Feb, 2017 1 commit
-
-
Chris Bracken authored
If ensureDirectoryExists fails -- e.g. because a file file of the same name as the directory to be created exists, ensure that we exit cleanly with a useful error message.
-
- 26 Jan, 2017 1 commit
-
-
xster authored
* Add a check in case the flutter directory in .packages no longer exists. Clean up and prompt user * Update documentation to use flutter packages get for end-users instead of flutter update-packages. * Merge missing sdk error with the multiple sdk error. They're really the same thing. * Use flutterPath in both checks. * Change file_system’s copy folder to copy director which takes into account the file system * Test support files * Add test and split into 2 messages again. * Move tests to run in memory file system's copy. Tested with dev/bots/test.sh
-
- 25 Jan, 2017 1 commit
-
-
xster authored
* Change file_system’s copy folder to copy director which takes into account the file system * Address review comments. Test with 2 different instances of file systems.
-