All Projects → nillnil → flutter_base

nillnil / flutter_base

Licence: MIT license
实现一套代码,2种风格,ios使用Cupertino风格组件,andriod、fuchsia使用Material风格组件

Programming Languages

dart
5743 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects
swift
15916 projects
HTML
75241 projects

Projects that are alternatives of or similar to flutter base

flutter date picker
A Cupertino style date picker for Android and IOS
Stars: ✭ 78 (+239.13%)
Mutual labels:  cupertino
FlutterLoadingGIFs
Loading indicator GIFs. Material and Cupertino (Android and iOS) loading indicators in assorted sizes. Use as placeholders for loading remote image assets. Demo: https://gallery.codelessly.com/flutterwebsites/loadinggifs/
Stars: ✭ 28 (+21.74%)
Mutual labels:  cupertino
Microsoft.Maui.Graphics.Controls
Experimental Microsoft.Maui.Graphics.Controls - Build drawn controls (Cupertino, Fluent and Material)
Stars: ✭ 549 (+2286.96%)
Mutual labels:  cupertino
platform info
Containts info about current platform such as Build mode and Operating system
Stars: ✭ 21 (-8.7%)
Mutual labels:  cupertino
flutter spinbox
Material & Cupertino SpinBox for Flutter
Stars: ✭ 26 (+13.04%)
Mutual labels:  cupertino

logo

flutter_base

实现一套代码,2 种模式,ios 使用 Cupertino 风格组件,andriod、fuchsia 使用 Material 风格组件

English

使用

因众所周知的原因,现 https://pub.flutter-io.cn/ 上的版本是旧版本,所以请使用 github 上的版本

  • 在 pubspec.yaml 的 dependencies 加入
dependencies: 
  base:
    git:
      url: git://github.com/nillnil/flutter_base
      // branch name or tag name
      ref: x.x.x

文档

简单示例

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].