ant_design_flutter 0.0.1 copy "ant_design_flutter: ^0.0.1" to clipboard
ant_design_flutter: ^0.0.1 copied to clipboard

An UI framework designed for Flutter.

Ant Design Flutter

An enterprise-class Flutter UI library.

Pub Version GitHub

✨ Features #

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

🖥 Environment Support #

  • Working on Windows and Mac Os

📦 Install #

flutter pub add ant_design_flutter

🔨 Usage #

import 'package:ant_design_flutter/antdf.dart';

void main() {
  runApp(const AntApp(
    home: AntScaffold(
      body: Center(
        child: Button(
          type: ButtonType.primary,
          child: Text("Press Me"),
        ),
      )
    ),
  ));
}

Null Safety #

antdf is written in dart with null safety, check Sound Null Safety to get started.

⌨️ Development #

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Or clone locally:

$ git git@github.com:CalsRanna/ant_design_flutter
$ cd ant_design_flutter
$ flutter install
$ flutter run

Now flutter will choose the device avaiale by your environment.

🤝 Contributing PR Welcome #

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 #

78
likes
0
pub points
80%
popularity

Publisher

verified publisherantdf.xyz

An UI framework designed for Flutter.

Homepage

License

unknown (LICENSE)

Dependencies

dotted_border, flutter, flutter_spinkit

More

Packages that depend on ant_design_flutter