#dart:io example
Creating a file.
Use the File create() method to create a file. To create intermediate directories, set the recursive argument to true (default is false).
Main library: dart:io
Main element: File.create
Gist: https://gist.github.com/kasperpeulen/f06777c610605646c43e
DartPad: https://dartpad.dartlang.org/f06777c610605646c43e