Giter Site home page Giter Site logo

huangye0 / ant_design_flutter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from calsranna/ant_design_flutter

0.0 0.0 0.0 231 KB

An enterprise-class UI design language and Flutter UI library

Home Page: http://doc.antdf.xyz

License: MIT License

Dart 100.00%

ant_design_flutter's Introduction

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.

Status Pub Version GitHub

โœจ 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

๐Ÿ”จ 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"),
        ),
      )
    ),
  ));
}

Null Safety

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

๐Ÿ”— Links

โŒจ๏ธ Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Or clone locally:

$ git [email protected]:CalsRanna/ant_design_flutter
$ cd ant_design_flutter
$ flutter pub get
$ flutter run

Now flutter will run on the connected device in 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

ant_design_flutter's People

Contributors

calsranna avatar huangye0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.