質問するログイン新規登録

回答編集履歴

1

書式の改善

2020/09/26 04:35

投稿

satokei
satokei

スコア1217

answer CHANGED
@@ -1,3 +1,4 @@
1
+ - 参考ページ
1
- [参考ページ](https://stackoverflow.com/questions/61083506/dart-how-can-i-get-the-creationtime-of-a-file)
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を利用するしかなさそうです。