CPSC270A
Software Eng & Project Design

Activity 10

Count List

Create a mashup of the flutter_app and friendlychat apps.

Details

  1. The app should have a FloatingActionButton like flutter_app and a ListView like friendlychat.

  2. When the user taps the action button, the counter should be added to the list view.

Example