ant_design_flutter

Creator: coderz1093

Last updated:

0 purchases

ant_design_flutter Image
ant_design_flutter Images

Languages

Categories

Add to Cart

Description:

ant design flutter

Ant Design Flutter

A Flutter UI framework designed for web / pc application, contains some high quality widgets.
Since antdf is 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 ant_design_flutter
copied to clipboard
🔨 Usage #
import 'package:ant_design_flutter/antdf.dart';

void main() {
runApp(const AntApp(
home: Scaffold(
body: Center(
child: Button(
type: ButtonType.primary,
child: Text("Click Me"),
),
)
),
));
}
copied to clipboard
Null Safety #
antdf is written in dart with null safety, check Sound Null Safety to get started.
🔗 Links #

Home page
Widgets Overview

⌨️ Development #
Use Gitpod, a free online dev environment for GitHub.

Or clone locally:
$ git [email protected]:CalsRanna/ant_design_flutter
$ cd ant_design_flutter
$ flutter pub get
$ flutter run
copied to clipboard
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.

❤️ Sponsors and Backers #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.