Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

Flutter Weather App

Flutter Weather

A Flutter application to view current weather status. This is my first project on my journey to learning and understanding flutter and dart.

Features

Getting Started

Prerequisites

Flutter

Installing

API Key

Create a file called api_keys.dart in lib/src/api/

Make a class called ApiKey with your openweathermaps API key in it. Get it here

eg:

class ApiKey {
  static const OPEN_WEATHER_MAP = 'your_key';
}

todo

Acknowledgments

Download Flutter Weather App Source Code on GitHub

Exit mobile version