file

Get the filename of a File

use the  basename  function from the dart  path library : import 'package:path/path.dart' ; File file = new File(…

Load More
That is All