tekflat_design 1.0.2 copy "tekflat_design: ^1.0.2" to clipboard
tekflat_design: ^1.0.2 copied to clipboard

Teko Flat Design.

Teko Flat Design

A TEKO FLAT DESIGN framework designed for Web, Android, IOS, MACOS, Linux, Window application, contains some high quality widgets.

✨ Features #

  • 🌈 Enterprise-class UI designed for Web, Android, IOS, MACOS, Linux, Window 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 tekflat_design

🔨 Usage #

import 'package:ant_design_flutter/antdf.dart';

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

Null Safety #

tekflat_design 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/tekflat_design.git
$ cd tekflat_design
$ 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 #