tekflat_design 1.0.2
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.
π Links #
β¨οΈ Development #
Use GitHub, a free online dev environment for 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]
