flutter feed thread example
flutter – thread, feed, timeline like a facebook example tutorial.
ios device | android device |
---|---|
- project feature *
- realtime timeline
- push notification
- post a text with image
- change profile information
- write a comment and reply the comment.
[!] gradle does not have execution permission. you should change the ownership of the project directory to your user, or move the project to a directory with execute permissions. gradle task assembledebug failed with exit code 1 exited (sigterm)
do
chmod a+rx android/gradlew
command in terminal.
Comments are closed.