-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need some continuous integration and optimization tools #12
Comments
[Moved to the Organization project] |
I think CI must be managed by Travis. We also might be interested in Percy for visual reviews. About Code Quality and Code Redundancy, I didn't find any tool that supports Dart language. We could search for one that only inspects our Android/iOS code which is written in Java/ObjC. Or wait for one to support Dart... |
I think Travis would be ideal for CI. However, Percy is not free of cost, even for Open sources projects. We might make some tests with Java/ObjC, just to see how it goes. I can't wait for the Dart support in these tools, would be much easier. Does Flutter support Swift for iOS programming ? Wouldn't it be better ? |
Flutter does support Swift for iOS platform-specific code but my knowledge doesn't... |
I don't think one is better than the other. Swift is more recent and thus supports more features than ObjC but I find the ObjC syntax much easier and better than Swift's |
Hopefully, Flutter/Dart would help us not to produce platform-specific code, but don't you think using Swift would be the true bleeding-edge experience ? |
I think it would be nice to have some tools for the following points:
There are a few solutions here: https://github.com/marketplace but we might want to search for more tools.
The text was updated successfully, but these errors were encountered: