回答編集履歴
1
書式の改善
answer
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
- 参考ページ
|
1
|
-
[
|
2
|
+
[https://stackoverflow.com/questions/61083506/dart-how-can-i-get-the-creationtime-of-a-file](https://stackoverflow.com/questions/61083506/dart-how-can-i-get-the-creationtime-of-a-file)
|
2
3
|
|
3
4
|
参考ページの通り、Dart単体では無理そうで`MethodChannel`を利用してプラットフォーム固有のAPIを利用するしかなさそうです。
|