cuba_weather_municipality_dart 0.1.3 copy "cuba_weather_municipality_dart: ^0.1.3" to clipboard
cuba_weather_municipality_dart: ^0.1.3 copied to clipboard

discontinued

A tool implemented in Dart for the Cuba Weather project to work with the municipalities of Cuba

example/example.dart

import 'dart:io';

import 'package:cuba_weather_municipality_dart/cuba_weather_municipality_dart.dart';

void main() {
  print('Insert municipality:');
  var input = stdin.readLineSync();
  var cubaWeatherMunicipality = CubaWeatherMunicipality();
  var municipality = cubaWeatherMunicipality.get(input, suggestion: true);
  print(municipality);
}
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A tool implemented in Dart for the Cuba Weather project to work with the municipalities of Cuba

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on cuba_weather_municipality_dart