FLUTTER ECOSYSTEM

mvitolo/speedometer

一個簡單的 Flutter 速度計小部件

速度計 專案封面
Stars
16
Forks
17
最近推送(UTC)
2024年10月19日
專案狀態
未封存
Matteo Vitolo GitHub avatar
GITHUB User

Matteo Vitolo ↗

I cannot stop building things. It's the base of being a developer. For a lifetime on iOS now on Android. Then back to iOS. Exploring Flutter.

Pavia, Italy
語言DartJavaSwiftKotlinObjective-C

此儲存庫發佈的套件

使用的依賴

依賴清單 3 項
  • flutter{"sdk":"flutter"}
  • rxdart^0.26.0
  • flutter_test開發依賴{"sdk":"flutter"}

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

SpeedOMeter

A little widget that given an Observable gives you an updated SpeedOMeter.

https://github.com/mvitolo/speedometer/blob/master/speedometervideo.gif?raw=true&s=200


Getting Started

You should ensure that you add the following dependency in your Flutter project.

dependencies:
 speedometer: "^1.2.0"

You should then run flutter packages upgrade or update your packages in IntelliJ.

In your Dart code, to use it:

import 'package:speedometer/speedometer.dart';

Example

An example can be found in the example folder. Check it out.