GithubHelp home page GithubHelp logo

loissoul / flutter_best_practice Goto Github PK

View Code? Open in Web Editor NEW

This project forked from swiftdo/flutter_best_practice

0.0 1.0 0.0 435 KB

flutter 最佳实践

Java 0.07% Objective-C 0.35% Dart 98.88% Ruby 0.70%

flutter_best_practice's Introduction

flutter_best_practice

运行效果

图片如果没有显示出来,请点击这里: http://blog.loveli.site/mweb/tutieshi_592x1280_49s.gif

下载地址

蒲公英下载地址:https://www.pgyer.com/eLAq

如果你不想运行代码,想体验线真机,请把你的 UDID 发给我,关注 OldBirds公众号,回复 "Rss+你的UDID" 即可(顺便可入Flutter微信群),

如何获取 UDID, 请点击跳转这里

规划

  • rss 添加
  • rss 文章列表
  • rss 删除
  • rss 文章详情
  • rss 分类管理
  • 收藏
  • 历史
  • OPML 导入和导出
  • 应用分享
  • 应用评价

代码生成

请用 2.8.0 以上的 flutter 版本,建议使用 FVM 管理 flutter 环境

fvm flutter pub run build_runner build --delete-conflicting-outputs
fvm flutter pub run build_runner watch --delete-conflicting-outputs

Rss 知识点

认识 RSS

  • RSS 是什么
  • RSS 的数据类型
  • RSS 的导出和导入OPML
  • RSS 和 ATOM 两种订阅方式的对比
  • RSS 解决了什么问题

RSS 更高效地获取信息,不在多个应用间来回切换,另一方面拒绝算法给我们推荐的内容,只看主动订阅的内容

RSS 可能是抵御算法推荐的最后一方净土

单元测试

1、将 test 或者 flutter_test 加入依赖;

2、创建测试文件;

3、创建一个要测试的类;

4、为创建的类写一个测试;

5、整合多个测试到一个 group;

6、执行测试。

关于单元测试的更多内容,可移步至 单元测试 的文档。

参考:

flutter_best_practice's People

Contributors

oheroj avatar

Watchers

 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.