carverauto / flutter

🚨 ChaseApp opensource mobile app - follow live police chases 🚔
https://chaseapp.tv
MIT License
3 stars 0 forks source link

Cant build #179

Closed mfreeman451 closed 2 years ago

mfreeman451 commented 2 years ago

Cant build for iOS because of the Nodle thing, and android is failing also

Launching lib/main_prod.dart on Pixel 5 in debug mode...
Running Gradle task 'assembleProdDebug'...
lib/src/modules/chase_view/view/parts/chase_details_page_internal.dart:123:31: Error: The argument type 'VideoTopActions' can't be assigned to the parameter type 'List<Widget>?'.
 - 'VideoTopActions' is from 'package:chaseapp/src/modules/chase_view/view/parts/video_top_actions.dart' ('lib/src/modules/chase_view/view/parts/video_top_actions.dart').
 - 'List' is from 'dart:core'.
 - 'Widget' is from 'package:flutter/src/widgets/framework.dart' ('/Users/mfreeman/dev/flutter/packages/flutter/lib/src/widgets/framework.dart').
            topActions: const VideoTopActions(),
                              ^
rutvik110 commented 2 years ago

Ahh sorry about that, this got slipped in the PR. You should be able to run things on this branch for both ios and android

So closing this for now as it was caused by my mistake which is fixed.