Skip to content

saiwu-bigkoo/flutter_kata

Repository files navigation

flutter_kata

License Pub

English | 中文

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

传送门

Kata的使用demo

简单用例

1.在 pubspec.yaml 中添加依赖

//pub方式
dependencies:
  flutter_kata: ^1.0.0

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

//git方式
dependencies:
  flutter_kata:
    git:
      url: git:https://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.


About

Quickly build a framework for flutter application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages