pesaregorg / flager_ui

Implements UI in Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flager_ui

Design beautiful apps using Flutter

Unofficial implementation of UI for Flutter.

Installation

Add the package to your dependencies:

dependencies:
  flager_ui: ^0.0.1

OR:

dependencies:
  flager_ui:
    git: https://github.com/pesaregorg/flager_ui.git

You can see the example app here

Finally, run dart pub get to download the package.

Projects using this library should use the stable channel of Flutter

Style

Using the FlagerUi.themeData widget

import 'package:flager_ui/flager_ui.dart';


MaterialApp(
  title: ...,

  theme: FlagerUi.themeData(),

  home: ...,
);

About

Implements UI in Flutter

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 63.3%Language:C++ 17.6%Language:CMake 15.2%Language:HTML 1.5%Language:C 1.2%Language:Swift 1.1%Language:Kotlin 0.1%Language:Objective-C 0.0%