You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/material_studies/rally
Brett Morgan 73086e20c1
Beta branch fix (#173)
5 years ago
..
assets Adding Rally App to Flutter Samples (#135) 5 years ago
fonts Adding Rally App to Flutter Samples (#135) 5 years ago
lib Adding Rally App to Flutter Samples (#135) 5 years ago
test Adding Rally App to Flutter Samples (#135) 5 years ago
.gitignore Adding Rally App to Flutter Samples (#135) 5 years ago
README.md Adding Rally App to Flutter Samples (#135) 5 years ago
analysis_options.yaml Analysis options uplift to 1.8 (#169) 5 years ago
pubspec.lock Beta branch fix (#173) 5 years ago
pubspec.yaml Analysis options uplift to 1.8 (#169) 5 years ago

README.md

Rally

A Flutter sample app based on the Material study Rally (a hypothetical, personal finance app). It showcases custom tabs, custom painted widgets, and custom animations.

For info on the Rally Material Study, see: https://material.io/design/material-studies/rally.html

Goals

  • Show how to customize a tab bar.
  • Show how to create reusable custom widgets with composition and custom painting.
  • Show how to create an app with tabs and child navigation screens.

The important bits

/charts/*

These are the custom charts. The circle chart and line chart are custom painters, while the single vertical bar chart is a simple composition of boxes.

/sections/*

These are the main sections for the tab views and the child screen with the details and line chart. The financial entity is a reusable screen that is the base for the accounts, bills, and budgets screens.

Questions/issues

If you have a general question about any of the techniques you see in the sample, the best places to go are:

If you run into an issue with the sample itself, please file an issue in the main Flutter repo.