master
lmy 5 years ago
parent 46af2e5453
commit fe39b7929e

@ -1,3 +1,6 @@
## 1.0.0
* Refactored API
## 0.3.1
* File movement and adding assertions

@ -1,7 +1,6 @@
import 'dart:async';
import 'dart:io';
import 'file:///Users/makisu/flutter-icons/test/a.dart';
import 'package:path/path.dart' as path;
//void main() async {
// File file = File("././lib/src/a.dart");
// if (!file.existsSync())

Loading…
Cancel
Save