Yes, there are several ways to do this. Easiest are plugins, which are used to access native platform services. There are a bunch of them in pub.dartlang.org (click on the tab to show ones that work with Flutter), or you can write your own. It is also common to include native views (Android or iOS) in Flutter apps.