Calendar of Polimir 2
It provides a view shift schedule for the plant "Polymir" (Open Join Stock Company "NAFTAN").
Kinds of schedule:
- 4 shifts of twelve hours;
- 5 shifts of eight hours;
- 2 shifts of twelve hours.
#Build signing APK
- Enter
cd [project]
- Run
flutter build apk
(The flutter build command defaults to --release.) build/app/outputs/apk/release/app-release.apk
#Build signing app bundle
- Enter
cd [project]
- Run
flutter build appbundle
(The flutter build command defaults to --release.) build/app/outputs/bundle/release/app-release.aab
#Issue with Flutter
Error: Cannot open file, path = './pubspec.lock' (OS Error: Permission denied, errno = 13)
Solution: sudo chown -R $USER /opt/flutter