I am starting to read code of Flutter gallery project, there are something I am not familiar, the import show is one of them. — In main.dart file on the gallery project, there has a line like below: import 'package:flutter/scheduler.dart' show timeDilation; I am not familiar with the show keyword, so I search the internet, and find the dart document Libraries and visibility section. there are some description about import show.