Where can i find github project i am trying to implement on ios but i keep getting error /Users/ranjan/Library/Developer/Xcode/DerivedData/Runner-akaekvpkwdyeofactuopvrhuhmsb/Build/Products/Debug-iphonesimulator/calculator/calculator.framework/Headers/calculator-Swift.h:610:9 'calculator/calculator.h' file not found here is my pigeon/messages.dart import 'package:pigeon/pigeon.dart'; class GDGMessage { String? platform; String? date; int? passedParameter; bool? isGDGAwesome; } @ConfigurePigeon(PigeonOptions( dartOut: 'lib/messages.dart', dartTestOut: 'test/messages.dart', objcHeaderOut: "ios/Classes/messages.h", objcSourceOut: "ios/Classes/messages.m", objcOptions: ObjcOptions( prefix: "FLT", ), javaOut: "android/src/main/java/dev/moody/calculator/messages.java", javaOptions: JavaOptions( package: "dev.moody.calculator", ), )) @HostApi(dartHostTestHandler: "TestCalculatorApi") abstract class CalculatorApi { GDGMessage getCalculation(int passedParameter); bool isWorking(); }
@devopsthinhАй бұрын
Thanks, from Vietnam 😘
@ThatGuy_Nick5 ай бұрын
Could you share his email/contact? I have so many more questions. Thank you 👍🏾
@rzkmrchaudhary31839 ай бұрын
Well done my boy.....
@kalyanperla97679 ай бұрын
Awesome presentation for beginners to get good awareness on fixing npm vulnerabilities. 👌
@TreyHope-q2d9 ай бұрын
Great explanation, currently deciding between using GitHub Actions, Codemagic, and Circle CI. This was very helpful.
@frankcoutinho753110 ай бұрын
It's a shame to see @JvmInline for value classes. It's an awful syntax
@PedroBarbosaRoman10 ай бұрын
I think Rust also has a "trait" keyword
@MirrorsEdgeGamer017 ай бұрын
So does Scala and Groovy.
@MirrorsEdgeGamer017 ай бұрын
It used to be in Kotlin before it was replaced with interface.
@jelly-owl11 ай бұрын
It wasn't called "JetLang" but "Jet" (you can see it in some `.idea` files and in the old stdlib). Regardless of the `values()`, the main concern was not the potential bugs, but the performance. `values()` always generates a new array (precisely to avoid bugs). Also, the "..<" operator returns `OpenEndRange` and was created mainly to add proper open-ended floating-point ranges, since the `until` function cannot provide such functionality for them.
@guai963211 ай бұрын
they managed to beat java in weirdness of the mascot
@aroxing11 ай бұрын
Guys, when will 'gradle' work faster? 1-2 minutes to see an Android app in action.
@andrewdunbar82811 ай бұрын
paraMEATer😞, paRAMeter😊
@SumriseHD10 ай бұрын
paraMEATer 😏
@jesprotech11 ай бұрын
Very complete presentation. I didn’t knew about those two very interesting curiosities in those quizzes. One I would have been able to answer correctly because Scala uses the same for a longer time than Kotlin. Any way, great presentation and it’s great that he went through the details of the actual new language features of Kotlin! Well done! 👍
@user-cm4ce5fh4q Жыл бұрын
I like his talk.
@circulartext11 ай бұрын
right
@GianfrancoGonzalez-b5f Жыл бұрын
do you share the code?
@samir.kandel Жыл бұрын
Very informative and engaging talk Pras dai. Well done!
@prasbista Жыл бұрын
Thank you Samir for all the support throughout the journey 💙
@rlopxhan21 Жыл бұрын
Informative talk
@geshanm Жыл бұрын
Great talk Pras, keep up the good work.
@prasbista Жыл бұрын
Thank you Geshan daa for the opportunity 🙇♂
@andrew_ke11y Жыл бұрын
Hi everyone, thanks for checking out my talk. As pointed out to me afterwards, I incorrectly stated how App Startup works in the second half of my talk. I fixed this up for the second presentation I gave at GDG Melbourne. I'll post the link here as soon as that video has been uploaded. Have a nice day! Andy