FLUTTER ECOSYSTEM

mvitolo/speedometer

Flutter के लिए एक सरल स्पीडोमीटर विजेट

स्पीडोमीटर प्रोजेक्ट कवर
Stars
16
Forks
17
अंतिम पुश (UTC)
19 अक्टू॰ 2024
प्रोजेक्ट स्थिति
सक्रिय
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.