An open API service indexing awesome lists of open source software.

https://github.com/freefeos/freefeos

FreeFEOS is a Flutter plugin, an advanced Flutter development framework that can provide many advanced features for applications.
https://github.com/freefeos/freefeos

flutter-plugin framework libraryos

Last synced: about 1 month ago
JSON representation

FreeFEOS is a Flutter plugin, an advanced Flutter development framework that can provide many advanced features for applications.

Awesome Lists containing this project

README

          




FreeFEOS





主页
|
文档
|
API参考
|
示例
|
PUB包






FreeFEOS
(WIP):&nbsp
FreeFEOS 是一个 Flutter 插件, 也是一个高级 Flutter 开发框架, 它能够为应用提供诸多高级功能.







Pub Version



GitHub Repo stars



GitHub Forks



GitHub License



FreeFEOS Project

## 📢重要通知

~~因开发者学业原因, 至2025年高考结束期间项目进入维护状态, 仅提供重大错误修复, 预计更新频率最多每月一次, 敬请谅解, 谢谢!~~

🎉🎉🎉 已被心仪的院校录取, 项目开发继续~

## 🍀这是什么?

FreeFEOS 是一个 Flutter 插件, 也是一高级 Flutter 开发框架, 它能够为应用提供诸多高级功能.

FreeFEOS is a Flutter plugin, an advanced Flutter development framework
that can provide many advanced features for applications.

## 📚快速开始

1. 创建新的Flutter项目

2. 添加依赖

* 在项目的pubspec.yaml中添加依赖:
* [![PubVersion](https://img.shields.io/pub/v/freefeos?include_prereleases&style=flat-square&logo=dart&logoColor=white&label=Pub&color=blue)](https://pub.dev/packages/freefeos)

```yaml
dependencies:
freefeos: ^这里写最新版本
```

* 在终端中更新依赖:

```shell
flutter pub get
```

3. 编写代码 [main.dart](https://github.com/freefeos/freefeos/blob/master/example/lib/main.dart) (点击查看完整示例源码)

4. 添加标签

* 最后记得在README.md中添加标签(非必需).

* [![Powered by
FreeFEOS](https://img.shields.io/badge/Powered_by-FreeFEOS-blue?style=flat-square&logo=flutter&logoColor=white)](https://github.com/freefeos/freefeos)

```markdown
[![Powered by
FreeFEOS](https://img.shields.io/badge/Powered_by-FreeFEOS-blue?style=flat-square&logo=flutter&logoColor=white)](https://github.com/freefeos/freefeos)
```

## 📔更新日志

有关详细信息,请参阅 [CHANGELOG](https://github.com/freefeos/freefeos/blob/master/CHANGELOG.md) 文件.

## 致谢

[一个木函](https://ol.woobx.cn/) : Base64 编码/解码.

## 许可

该项目采用 BSD-3-Clause 许可证 - 有关详细信息,请参阅 [LICENSE](https://github.com/freefeos/freefeos/blob/master/LICENSE) 文件.