Godot Engine – Multi-platform 2D and 3D game engine
Solarized color themes for Editra
A flutter plugin to handle Android / iOS camera
грижливо подбиран речник с преводи на често срещани понятия от света на ИТ в превод на български
Software ports for Haiku.
Moor is an easy to use, reactive, typesafe persistence library for Dart & Flutter
Max-Might/vsts-flutter-tasks 0
Flutter build tasks for Azure DevOps Pipelines/TFS.
A backup of Whitix operating system started by Matthew Whitworth
issue openedaloisdeniel/vsts-flutter-tasks
Is it possible to get the app version specified in pubspec.yaml automatically and wrap it in a variable, in order to re-use it later ?
created time in 15 hours
issue openedaloisdeniel/vsts-flutter-tasks
Per https://github.com/flutter/flutter/issues/84567#issuecomment-863350325 The up to date file is at https://storage.googleapis.com/flutter_infra_release/releases/releases_macos.json
created time in 6 days
issue openedaloisdeniel/vsts-flutter-tasks
Adding custom arguments to test command
Hi! It would be really nice if there was an option to provide custom arguments to test command. For my use case, I would like to run the tests with sound null safety disabled: flutter test --no-sound-null-safety, but maybe it will be worth adding more generic setting for a broader group of users.
created time in 8 days
issue commentaloisdeniel/vsts-flutter-tasks
Same issue here. I use editor instead of yaml and have configured the task to eg. run lint stuff:

In my current setup it should take few seconds and return an error, but the execution takes less than a second and passes.
comment created time in 8 days
issue commentaloisdeniel/vsts-flutter-tasks
@ced455 Did you get the solution? I am facing the same error now.
comment created time in 21 days
push eventjezze/fudge
commit sha bb0f44b059f0889afcdf052c9fde1496d1d5b162
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 04430192f1300ffa8d09c17c314cd927a126ee23
add grep Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 517c20ebf5391abd48b093b1e7475f6b37102f4f
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha e6e3620ec1f7a8fc602b6c13d6ceef6069c7c078
update irc channel Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
issue openedaloisdeniel/vsts-flutter-tasks
Flutter flavors doesn't work with iOS build on simulator
trigger:
- master
- develop
pool:
vmImage: "macOS-latest"
jobs:
- job: status
steps:
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
clean: true # whether to fetch clean each time
submodules: recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
persistCredentials: true # set to 'true' to leave
- task: fca8d27d-85f4-4d5d-a519-8d7a7edf15d7@0
displayName: Flutter Install
inputs:
channel: 'stable'
version: 'custom'
customVersion: '1.22.6'
- task: 1416022c-c995-4e2c-85ec-0cd88e54a2b0@0
displayName: Pub get
inputs:
projectDirectory: $(PROJ_DIR)
arguments: 'pub get'
- task: 10a2efb1-b922-4849-81de-bccd2537ccc1@0
displayName: flavor1 Build iOS (IPA)
inputs:
target: 'ios'
projectDirectory: $(PROJ_DIR)
buildFlavour: flavor1
entryPoint: $(entry_point)
buildNumber:
iosTargetPlatform: 'simulator'
iosCodesign: false
continueOnError: true
console output
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
/Users/runner/hostedtoolcache/Flutter/1.22.6-stable/macos/flutter/bin/flutter build ios --simulator --debug --target=$(##entry_point##)
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
(node:2559) Warning: Use Cipheriv for counter mode of aes-256-ctr
Downloading ios tools... 7.8s
Downloading ios-profile tools... 4.1s
Downloading ios-release tools... 23.4s
The Xcode project defines schemes: flavor1, flavor2, flavor3
You must specify a --flavor option to select one of the available schemes.
##[error]Error: The process '/Users/runner/hostedtoolcache/Flutter/1.22.6-stable/macos/flutter/bin/flutter' failed with exit code 1
Finishing: flavor1 Build iOS (IPA)```
created time in a month
push eventjezze/fudge
commit sha ccad5ad90ebec59737f2323e0c65e1365d70576a
add scroll Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 256fe993bd608406db270b1bc9e0f937cf1411d2
more fixes Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 35393cf82b3a98f312306f10d809fcaa30af509b
changed escape sequences Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha d14dd860abf973d6928b1a26e15650a9568cfcc4
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 0fdfeb79747e80a4826eeffedb05e24a10991697
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha c0034e7abca1d9379dc957710f5c942714147db5
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 6499b3d349330aa582502151d25756c4221d57d5
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha afd5c81158ee073cc2296a144ec7c98b8220ff1c
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 42849a5ab62069779f250a3b2712c672f48248ef
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 48554a08c802814d4fb8b88ead85d44860ce8bb3
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 1ca8da9f6d0313edfaa7ed0240ed6b6926e7589f
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 6e0c054c7cff70c913dd986b56fd6f54f6679a8c
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 91a1309dcd5ca9a5392432ece96d5fb0f5e14303
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 823400e45225e1c7202478c2b378ba3a09a7ab8b
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 0986945082bab37313ef170ad759f7431266e95a
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 3a4e574520aa0ac87311c98b36f47ee25c9dabe0
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha 70fbf6bcfdcaec25d6d3d38bbea908ea259d46cf
cleanups Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
commit sha af3eacb910e71851017f7b3606f4b777dccb4e2d
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month
push eventjezze/fudge
push time in a month
push eventjezze/fudge
commit sha 53227e7ed5b46d25a09193c1d2240e76bf0f007f
more Signed-off-by: Jens Nyberg <[email protected]>
push time in a month