Majid Hajian: Dart, Flutter, and gRPC integration

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 4

  • @carnelyve866
    @carnelyve866 2 หลายเดือนก่อน

    Very very good session.

  • @Constantine..
    @Constantine.. 2 หลายเดือนก่อน +2

    Yes, the technology is cool, it's just a pity that the most frequent answer to the issue in the grpc-dart repository is, "sorry, but we don't have time to develop this package". 😒

  • @josealbusneto
    @josealbusneto 2 หลายเดือนก่อน

    Link of source code?

  • @Adrian_kal
    @Adrian_kal หลายเดือนก่อน

    Caveats:
    - You need envoy proxy to get it work on web. It's route through hell to set it up correctly.
    - Grpc doesn't have dynamic type and workaround it not that pretty.
    - all fields are nullable and can't be defined otherwise
    - generated code is very opinionated and requires a lot of attention to not crash the server. Also generated models can't be modified so another layer of dtos is necessary.
    Overall it's the best option to make any dart server as of now, but the dart generator badly needs some love.