GitHub Workflow Status (with event)

Fluent2 Design System Material based

Features

  • Default theme based on Fluent2
  • Useful components (including the behavior)
  • Almost no dependencies but Flutter

Getting started

Documentation in progress...

Before Start

Use the FluentProvider above your MaterialApp.


FluentProvider(
  child: MaterialApp(...),
);

The Scaffold

In order to make things work, make sure to always use FluentScaffold rather than Scaffold.


FluentScaffold(
  appBar: FluentNavBar(...),
  body: Placeholder(),
);

Additional information

This is mainly inspired on the Fluent2 iOS Figma UI Kit. It will be gradually adapted to Android as soon as the Microsoft release its Figma UI Kit.