flutter_kata 1.0.0 copy "flutter_kata: ^1.0.0" to clipboard
flutter_kata: ^1.0.0 copied to clipboard

kata of flutter 快速搭建项目的框架

flutter_kata #

License Pub

English | 中文 #

正如名字一样,使用套路把应用快速搭建起来,统一封装统一分发处理统一格式,让新手也可以无脑上手开发。

传送门 #

  • [更新日志]套路已成熟,基本不更除非有重大思维突破

Kata与它的后宫们

简单用例 #

1.在 pubspec.yaml 中添加依赖

//pub方式
dependencies:
  flutter_kata: ^1.0.0

//导入方式
dependencies:
  flutter_kata:
    path: 项目路径

//git方式
dependencies:
  flutter_kata:
    git:
      url: git://github.com/saiwu-bigkoo/flutter_kata.git

如何使用?

开源协议 #


MIT License

Copyright (c) 2021 Sai

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

kata of flutter 快速搭建项目的框架

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on flutter_kata