Flutter sample project

This repository is a mini-tutorial to help you create the sample app for your tutorial on kodeco.com. The repository here includes the resources you'll need to make your app look good wherever your readers build the app.

Sample project requirements

All projects for kodeco.com Flutter tutorials should include the following items:

  • com.kodeco base package name (Android, iOS)
  • Kodeco license
  • Flutter team linting rules
  • A clean pubspec.yaml file
  • Splash screen (Android and iOS)
  • App icons for all sizes (Android, iOS, web)
  • App display name

The following directions will give further details on how to do that.

General setup

In this section you create your sample app with settings that will apply to all platforms.

Libraries

custom_button