#19750 Dart/Flutter support for pants
Issue created by
mister-rao
Flutter is taking over the UI development by storm. The ease of developing for multiple platforms with a single consistent codebase is amazing.
I'm currently using pants to manage my python/django backend.
If there was pants support for flutter I could add the frontend project to the same python monorepo instead of having to maintain another one.
Is it possible to add support for dart/flutter to pants?
There are native dart packages available to manage monorepos, but I was wondering if pants could support this.
pantsbuild/pants