Skip to content

Commit fbc1b6a

Browse files
committed
re wrote README.md
1 parent 3e57114 commit fbc1b6a

File tree

5 files changed

+74
-20
lines changed

5 files changed

+74
-20
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ app.*.map.json
4242
/android/app/debug
4343
/android/app/profile
4444
/android/app/release
45+
46+
lib/api_key.dart

README.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# hihi_haha
1+
# Overmorrow Weather
22

3-
A new Flutter project.
3+
Beautiful minimalist weather app.
44

5-
## Getting Started
5+
## Features
66

7-
This project is a starting point for a Flutter application.
7+
-accurate weather forecast
8+
-open source
9+
-no ads
10+
-no data collected
11+
-minimalist design
12+
-dynamically adapting color scheme
13+
-languages support
14+
-place search
15+
-weather for current location
16+
-unit swapping
817

9-
A few resources to get you started if this is your first Flutter project:
10-
11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
13-
14-
For help getting started with Flutter development, view the
15-
[online documentation](https://docs.flutter.dev/), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.

macos/Flutter/GeneratedPluginRegistrant.swift

+2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ import Foundation
88
import geolocator_apple
99
import path_provider_foundation
1010
import shared_preferences_foundation
11+
import sqflite
1112
import url_launcher_macos
1213

1314
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
1415
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
1516
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
1617
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
18+
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
1719
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
1820
}

pubspec.lock

+56-8
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ packages:
126126
description: flutter
127127
source: sdk
128128
version: "0.0.0"
129+
flutter_cache_manager:
130+
dependency: "direct main"
131+
description:
132+
name: flutter_cache_manager
133+
sha256: "8207f27539deb83732fdda03e259349046a39a4c767269285f449ade355d54ba"
134+
url: "https://pub.dev"
135+
source: hosted
136+
version: "3.3.1"
129137
flutter_donation_buttons:
130138
dependency: "direct main"
131139
description:
@@ -172,10 +180,10 @@ packages:
172180
dependency: transitive
173181
description:
174182
name: geolocator_android
175-
sha256: "93906636752ea4d4e778afa981fdfe7409f545b3147046300df194330044d349"
183+
sha256: "741579fa6c9e412984d2bdb2fbaa54e3c3f7587c60aeacfe6e058358a11f40f8"
176184
url: "https://pub.dev"
177185
source: hosted
178-
version: "4.3.1"
186+
version: "4.4.0"
179187
geolocator_apple:
180188
dependency: transitive
181189
description:
@@ -204,10 +212,10 @@ packages:
204212
dependency: transitive
205213
description:
206214
name: geolocator_windows
207-
sha256: "8725beaa00db2b52f53d9811584cb4488240b250b04a09763e80945017f65c9c"
215+
sha256: a92fae29779d5c6dc60e8411302f5221ade464968fe80a36d330e80a71f087af
208216
url: "https://pub.dev"
209217
source: hosted
210-
version: "0.2.1"
218+
version: "0.2.2"
211219
google_fonts:
212220
dependency: "direct main"
213221
description:
@@ -392,6 +400,14 @@ packages:
392400
url: "https://pub.dev"
393401
source: hosted
394402
version: "3.7.3"
403+
rxdart:
404+
dependency: transitive
405+
description:
406+
name: rxdart
407+
sha256: "0c7c0cedd93788d996e33041ffecda924cc54389199cde4e6a34b440f50044cb"
408+
url: "https://pub.dev"
409+
source: hosted
410+
version: "0.27.7"
395411
shared_preferences:
396412
dependency: "direct main"
397413
description:
@@ -469,6 +485,30 @@ packages:
469485
url: "https://pub.dev"
470486
source: hosted
471487
version: "1.10.0"
488+
sprintf:
489+
dependency: transitive
490+
description:
491+
name: sprintf
492+
sha256: "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23"
493+
url: "https://pub.dev"
494+
source: hosted
495+
version: "7.0.0"
496+
sqflite:
497+
dependency: transitive
498+
description:
499+
name: sqflite
500+
sha256: "591f1602816e9c31377d5f008c2d9ef7b8aca8941c3f89cc5fd9d84da0c38a9a"
501+
url: "https://pub.dev"
502+
source: hosted
503+
version: "2.3.0"
504+
sqflite_common:
505+
dependency: transitive
506+
description:
507+
name: sqflite_common
508+
sha256: "1b92f368f44b0dee2425bb861cfa17b6f6cf3961f762ff6f941d20b33355660a"
509+
url: "https://pub.dev"
510+
source: hosted
511+
version: "2.5.0"
472512
stack_trace:
473513
dependency: transitive
474514
description:
@@ -493,6 +533,14 @@ packages:
493533
url: "https://pub.dev"
494534
source: hosted
495535
version: "1.2.0"
536+
synchronized:
537+
dependency: transitive
538+
description:
539+
name: synchronized
540+
sha256: "5fcbd27688af6082f5abd611af56ee575342c30e87541d0245f7ff99faa02c60"
541+
url: "https://pub.dev"
542+
source: hosted
543+
version: "3.1.0"
496544
term_glyph:
497545
dependency: transitive
498546
description:
@@ -529,10 +577,10 @@ packages:
529577
dependency: "direct main"
530578
description:
531579
name: url_launcher
532-
sha256: "47e208a6711459d813ba18af120d9663c20bdf6985d6ad39fe165d2538378d27"
580+
sha256: b1c9e98774adf8820c96fbc7ae3601231d324a7d5ebd8babe27b6dfac91357ba
533581
url: "https://pub.dev"
534582
source: hosted
535-
version: "6.1.14"
583+
version: "6.2.1"
536584
url_launcher_android:
537585
dependency: transitive
538586
description:
@@ -593,10 +641,10 @@ packages:
593641
dependency: transitive
594642
description:
595643
name: uuid
596-
sha256: "648e103079f7c64a36dc7d39369cabb358d377078a051d6ae2ad3aa539519313"
644+
sha256: b715b8d3858b6fa9f68f87d20d98830283628014750c2b09b6f516c1da4af2a7
597645
url: "https://pub.dev"
598646
source: hosted
599-
version: "3.0.7"
647+
version: "4.1.0"
600648
vector_math:
601649
dependency: transitive
602650
description:

pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies:
4040
url_launcher: ^6.1.14
4141
flutter_donation_buttons: 0.4.8
4242
geolocator: ^10.1.0
43+
flutter_cache_manager: ^3.3.1
4344

4445
# The following adds the Cupertino Icons font to your application.
4546
# Use with the CupertinoIcons class for iOS style icons.

0 commit comments

Comments
 (0)