macos_ui
Flutter widgets and themes implementing the current macOS design lang
Flutter widgets and themes implementing the current macOS design language. It supports a Sidebar on the left, an optional TitleBar at the top, and the rest of the window is typically filled out with a MacosScaffold. A scope for the MacosWindow is provided by MacosWindowScope. Please note that you must wrap your MacosScaffold in a Builder widget in order for this to work properly. A sidebar enables app navigation and provides quick access to top-level collections of content in your app. Sidebars...