Flatter UI

A Flatter UI framework designed for web / pc application, contains some high quality widgets.

Designed for pc application at very first, so it wasn't recommand to use in mobile application even can be used.

✨ Features

  • 🌈 Enterprise-class UI designed for web / desktop applications.
  • 📦 A set of high-quality Flutter widgets out of the box.
  • 🛡 Written in pure Dart with null safety.

🖥 Environment Support

  • Working on Windows and Mac OS

📦 Install

flutter pub add basic_flutter_theme

🔨 Usage

import 'package:ant_design_flutter/antdf.dart';

void main() {
    runApp(
        const FlatterApp(
            home: Scaffold(
                body: Center(
                    child: BasicButton(
                        onPressed: () {},
                        text: 'Click me'
                    ),
                ),
            ),
        ),
    );
}

Null Safety

flatter is written in dart with null safety.

⌨️ Development

Use GitHub, a free online dev environment for GitHub.

Open in Github

Or clone locally:

$ git git@github.com:nghetien/basic_flutter_theme.git
$ cd basic_flutter_theme
$ flutter pub get
$ flutter run

Now flutter will run on the connected device in your environment.

🤝 Contributing

We welcome all contributions. You can submit any ideas as pull requests or as GitHub issues.

Let's fund issues in this repository

❤️ Sponsors and Backers