https://github.com/noted-eip/mobile
https://github.com/noted-eip/mobile
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noted-eip/mobile
- Owner: noted-eip
- License: gpl-3.0
- Created: 2022-07-03T22:39:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T23:24:40.000Z (over 2 years ago)
- Last Synced: 2024-01-19T20:04:02.173Z (over 2 years ago)
- Language: Dart
- Size: 52.6 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# noted_mobile
Mobile app for Noted
## TODO / IN PROGRESS
Revoir pour tous les try catch de requete api la récupération des messages d'erreurs
## NEXT Sprint
...
## Command
when protorepo is updated :
run :
make update-submodules
in mobile project root for update sub-module
run :
flutter pub get
flutter pub upgrade
flutter pub upgrade --major-versions
flutter pub run build_runner build --delete-conflicting-outputs
in mobile/protorepo/openapi/dart-dio for re-run build runner
flutter clean
rm -Rf ios/Pods
rm -Rf ios/.symlinks
rm -Rf ios/Flutter/Flutter.framework
rm -Rf ios/Flutter/Flutter.podspec
flutter pub get
cd ios
pod install
arch -x86_64 pod install