Skip to content

Instantly share code, notes, and snippets.

View huycozy's full-sized avatar

Huy huycozy

  • Nevercode
View GitHub Profile
  1. Add test package to pubspec.yaml
  • Old:
flutter_driver:
  sdk: flutter
  • New:
@huycozy
huycozy / EachDirectoryPath.md
Created June 15, 2023 04:34 — forked from granoeste/EachDirectoryPath.md
[Android] How to get the each directory path.

System directories

Method Result
Environment.getDataDirectory() /data
Environment.getDownloadCacheDirectory() /cache
Environment.getRootDirectory() /system

External storage directories