abraham / birb

WIP: Instagram for birds built in Flutter
https://bendyworks.com/blog/a-month-of-flutter
MIT License
95 stars 19 forks source link

added progressionIndicator and corrsponding test #42

Open horgag1 opened 5 years ago

horgag1 commented 5 years ago

Replaced text widget with a CircularProgressIndicator() widget whilst waiting for the pictures to load. Updated post_list_test.dart to test for the widget

horgag1 commented 5 years ago

ok, so I have to create a new branch for each feature to create a new PR! Otherwise the above happens. Well I've added the CircularProgressIndicator() and corresponding test(to replace the Text() widget test). I then created a BadConnection() (and a test file)widget along the lines of the NoContent() widget/test. I then updated the the test in the post_list_test.dart file to test for the BadConnection() widget. The two most recent commits should really be one ... I never added the files to the commit. Thanks for you patience ... I think I understand the process now!