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.