CPSC270A
Software Eng & Project Design

Activity 12

Cupertino Tabs

Create a Flutter app with a Cupertino tab bar.

Details

The app should have two Cupertino tabs:

  1. a tab with a single centered Cupertino button.

  2. a tab with centered text.

The app widget and each of the tab widgets should be stored in separate .dart file.

Example