gbt_fluent2_ui 3.3.0 copy "gbt_fluent2_ui: ^3.3.0" to clipboard
gbt_fluent2_ui: ^3.3.0 copied to clipboard

A robust Fluent2 Material-based design system for seamless and intuitive user experiences.

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.

12
likes
90
pub points
0%
popularity

Publisher

verified publishergrbtec.com.br

A robust Fluent2 Material-based design system for seamless and intuitive user experiences.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

fluentui_system_icons, flutter

More

Packages that depend on gbt_fluent2_ui