# flutter-platform-specific-widgets **Repository Path**: mirrors_buger/flutter-platform-specific-widgets ## Basic Information - **Project Name**: flutter-platform-specific-widgets - **Description**: Purpose of this project is to create extendable architecture of making platform aware Widgets which automatically select platform specific implementation - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Old good factory Main obstacle in creating native experience on Flutter is the fact that you are asked to rebuild two layouts using platform specific widgets e.g. *CupertinoButton* and *FlatButton*, *CupertinoNavBar* or *AppBar*. Instead of writing entire layout twice why not make widgets aware of the platform and provide specific implementation. Solution is to use abstract widget which will provide two (or more in the future) implementations. ## Getting Started For help getting started with Flutter, view our online [documentation](http://flutter.io/).