Compare commits

...

4 Commits

Author SHA1 Message Date
Emre KARTAL eed2a239fa Mise à jour de 'Sources/justMUSIC/pubspec.lock'
continuous-integration/drone/push Build is failing Details
1 year ago
Emre KARTAL 88f9524720 Mise à jour de 'Sources/justMUSIC/pubspec.yaml'
continuous-integration/drone/push Build is failing Details
1 year ago
Emre KARTAL a0f397b817 Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details
1 year ago
Emre KARTAL 604b16567e Merge pull request 'master' (#63) from master into PROD-WEB
continuous-integration/drone/push Build is failing Details
1 year ago

@ -20,7 +20,7 @@ steps:
from_secret: FIREBASE_TOKEN from_secret: FIREBASE_TOKEN
commands: commands:
- cd ./Sources/justMUSIC/ - cd ./Sources/justMUSIC/
- flutter build web --web-renderer canvaskit - flutter build web
- curl -sL https://firebase.tools | bash - curl -sL https://firebase.tools | bash
- firebase deploy --token $${FIREBASE_TOKEN} - firebase deploy --token $${FIREBASE_TOKEN}
when: when:

@ -745,7 +745,7 @@ packages:
source: hosted source: hosted
version: "0.8.7+4" version: "0.8.7+4"
image_picker_for_web: image_picker_for_web:
dependency: transitive dependency: "direct main"
description: description:
name: image_picker_for_web name: image_picker_for_web
sha256: "50bc9ae6a77eea3a8b11af5eb6c661eeb858fdd2f734c2a4fd17086922347ef7" sha256: "50bc9ae6a77eea3a8b11af5eb6c661eeb858fdd2f734c2a4fd17086922347ef7"

@ -78,6 +78,7 @@ dependencies:
google_sign_in: ^6.1.4 google_sign_in: ^6.1.4
flutter_launcher_icons: ^0.13.1 flutter_launcher_icons: ^0.13.1
fullscreen_window: ^1.0.3 fullscreen_window: ^1.0.3
image_picker_for_web: ^3.0.1
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

Loading…
Cancel
Save