Coronavirus Tracker Build with flutter

Overview

Covid 19 Tracker

CI Analyze and Test Build CI Release Build GitHub All Releases GitHub repo size GitHub top language

Are you a translator you can help by contributing here


Description

API Data is provided by Open Disease Data, Centers for Disease Control and Prevention and from Daily updated travel advisories.

Download

A covid 19 application. Download here

Available on Samsung Galaxy Store

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Support me

Buy me a coffee

Dependencies

Dev Dependencies

Comments
  • Update dependency adaptive_theme to v2 - autoclosed

    Update dependency adaptive_theme to v2 - autoclosed

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | adaptive_theme | dependencies | major | ^1.1.0 -> ^2.0.0 |


    Release Notes

    birjuvachhani/adaptive_theme

    v2.3.1

    Compare Source

    • Fixed Material theme not updating on system theme change.
    • Updated example android project.

    v2.3.0

    Compare Source

    • Fixed Cupertino theme not changing when on system mode.
    • Internal code cleanup.
    • Removed isDefault option from setTheme method. Default are meant to come from AdaptiveTheme widget itself.
    • Added flutter lints.
    • Fixed doc comments and typos.
    • Added reset and custom theme options in the example app.
    • Fixed AdaptiveTheme's brightness and theme getters.
    • Fixed CupertinoAdaptiveTheme's brightness and theme getters.
    • Added Tests.

    v2.2.0

    Compare Source

    • Added support for Cupertino theme.

    v2.1.1

    Compare Source

    • Fixed #​18 - Dark theme not working properly on all platforms.

    2.1.0

    • Fixed #​16 - get theme and get darkTheme returns the same theme depended on mode
    • Added #​15 - Notify listener when changing theme mode

    2.0.0

    • Improved documentation
    • Stable null safety support
    • Calling AdaptiveTheme.of(context).toggleThemeMode() now will sequentially loop through AdaptiveThemeMode.light, AdaptiveThemeMode.dark and AdaptiveThemeMode.system instead of just AdaptiveThemeMode.light and AdaptiveThemeMode.dark.

    2.0.0-nullsafety.1

    • migrate to null safety

    1.1.0

    • Removed hard coded shared_preferences version.
    • Hide public constructors for ThemePreferences.
    • AdaptiveTheme.of() now returns instance of AdaptiveThemeManager instead of AdaptiveThemeState to set restrictions for accessing state directly.

    1.0.0

    • add option to get previous theme mode on app startup

    0.1.1

    • add option to silently update theme without notifying. Useful when chaining multiple changes.

    0.1.0

    • Supports theme modes: light, dart, system default.
    • Persists theme modes across app restarts.
    • Allows to toggle theme mode between light and dark.
    • Allows to set default theme.
    • Allows to reset to default theme.

    v2.1.0

    Compare Source

    • Fixed #​16 - get theme and get darkTheme returns the same theme depended on mode
    • Added #​15 - Notify listener when changing theme mode

    v2.0.0

    Compare Source

    • Improved documentation
    • Stable null safety support
    • Calling AdaptiveTheme.of(context).toggleThemeMode() now will sequentially loop through AdaptiveThemeMode.light, AdaptiveThemeMode.dark and AdaptiveThemeMode.system instead of just AdaptiveThemeMode.light and AdaptiveThemeMode.dark.

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency firebase_core to v1 - autoclosed

    Update dependency firebase_core to v1 - autoclosed

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | firebase_core (source) | dependencies | major | ^0.5.3 -> ^1.0.0 |


    Release Notes

    firebase/flutterfire

    v1.23.0

    v1.22.0

    v1.21.0

    v1.20.1

    v1.20.0

    v1.19.1

    • FIX: bump firebase_core_platform_interface version to fix previous release. (bea70ea5)

    v1.19.0

    v1.18.0

    • REFACTOR: migrate from hash* to Object.hash* (#​8797). (3dfc0997)
    • REFACTOR: use "firebase" instead of "FirebaseExtended" as organisation in all links for this repository (#​8791). (d90b8357)
    • FEAT: bump Firebase Android SDK to 30.1.0 (#​8847). (796f1e74)
    • DOCS: point to "firebase.google" domain for hyperlinks in the usage section of README.md files (for the missing packages) (#​8818). (5bda8c92)

    v1.17.1

    • DOCS: use camel case style for "FlutterFire" in README.md (#​8749). (41462a42)

    v1.17.0

    • REFACTOR: remove deprecated Tasks.call for android and replace with TaskCompletionSource. (#​8581). (374c9df3)
    • FEAT: bump Firebase Android SDK to 30.0.0 (#​8617). (72158aaf)
    • FEAT: allow initializing default Firebase apps via FirebaseOptions.fromResource on Android (#​8566). (30216c4a)

    v1.16.0

    • FEAT: allow initializing default Firebase apps via FirebaseOptions.fromResource on Android (#​8566). (30216c4a)

    v1.15.0

    v1.14.0

    v1.13.1

    • FIX: update all Dart SDK version constraints to Dart >= 2.16.0 (#​8184). (df4a5bab)

    v1.12.0

    • FEAT: bump Firebase iOS SDK to 8.11.0 & Android SDK to 29.0.4 (#​7942).

    v1.11.0

    • FIX: bump Android compileSdkVersion to 31 (#​7726).
    • FIX: bump Firebase Android SDK version to 29.0.3 (from 29.0.0).
    • FIX: workaround an SDK issue on Android where calling initializeApp when having In App Messaging installed causes a crash.
    • FEAT: bump Firebase iOS SDK version to 8.10.0. (#​7775).

    v1.10.6

    • REFACTOR: fix all unnecessary_import analyzer issues introduced with Flutter 2.8.

    v1.10.1

    • REFACTOR: migrate remaining examples & e2e tests to null-safety (#​7393).

    v1.10.0

    • FEAT: support initializing default FirebaseApp instances from Dart (#​6549).

    v1.9.0

    • FEAT: bump Firebase Android SDK version to 29.0.0 (#​7296).
    • FEAT: bump Firebase iOS SDK to 8.9.0 (#​7289).

    v1.8.0

    • REFACTOR: remove deprecated Flutter Android v1 Embedding usages, including in example app (#​7158).
    • FEAT: Firebase iOS SDK version bumped to 8.8.0 (#​7213).
    • STYLE: macOS & iOS; explicitly include header that defines TARGET_OS_OSX (#​7116).

    v1.7.0

    v1.6.0

    • FEAT: Bump Firebase Web SDK version to 8.10.1 (CVE-2022-0235) for security patch purposes. (#​8162). (7624f777)

    v1.5.0

    • FEAT: initial Firebase Installations release (#​7377).

    v1.4.0

    • FIX: ensure silent foreground messages for iOS are called via event channel. (#​8635). (abb91e48)
    • FEAT: retrieve timeSensitiveSetting for iOS 15+. (#​8532). (14b38da3)

    v1.3.0

    v1.2.1

    • REFACTOR: Remove deprecated Tasks.call() API from android. (#​8449). (0510d113)

    v1.2.0

    • REFACTOR: migrate remaining examples & e2e tests to null-safety (#​7393).
    • FEAT: automatically inject Firebase JS SDKs (#​7359).

    v1.1.1

    • FIX: bump firebase_core_platform_interface version to fix previous release. (bea70ea5)

    v1.1.0

    v1.0.4

    • FIX: bump Android compileSdkVersion to 31 (#​7726).

    v1.0.1

    • FIX: bump firebase_core_platform_interface version to fix previous release. (bea70ea5)

    v1.0.0

    v0.7.0

    v0.6.0

    • FIX: bump firebase_core_platform_interface version to fix previous release. (bea70ea5)

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency gradle to v6.8.3

    Update dependency gradle to v6.8.3

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | gradle (source) | patch | 6.8.2 -> 6.8.3 |


    Release Notes

    gradle/gradle

    v6.8.3

    This is a patch release for Gradle 6.8.

    This fixes a critical bug present in Gradle 6.8, 6.8.1 and 6.8.2.

    All issues fixed in this patch release

    Please don’t use the original 6.8 release or previous patch releases, and instead upgrade to 6.8.3.

    Upgrade Instructions

    Switch your build to use Gradle 6.8.3 by updating your wrapper:

    ./gradlew wrapper --gradle-version=6.8.3 --gradle-distribution-sha256-sum 7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205
    

    See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.3.

    Reporting Problems

    If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.


    Renovate configuration

    :date: Schedule: At any time (no schedule defined).

    :vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

    :recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    :no_bell: Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency geolocator to v7 - autoclosed

    Update dependency geolocator to v7 - autoclosed

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | geolocator | dependencies | major | ^6.1.13 -> ^7.0.0 |


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    ♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency flutter_native_splash to v1 - autoclosed

    Update dependency flutter_native_splash to v1 - autoclosed

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | flutter_native_splash | dev_dependencies | major | ^0.3.0 -> ^1.0.0 |


    Release Notes

    jonbhanson/flutter_native_splash

    v1.2.4

    • Updated readme. Thanks @​j-j-gajjar for PR #​216.
    • Remove references to background images in web when images are missing. Fixes #​196.
    • Updated dependencies.

    v1.2.3

    Compare Source

    • Reverted XML dependency to be compatible with stable Flutter branch. Closes #​206.

    v1.2.2

    Compare Source

    • Added a FAQ to address the deprecation of SplashScreenDrawable. Closes #​199.
    • Added <picture> tag to index.html by finding the </body> tag instead of src="main.dart.js, which was removed in Flutter 2.5. Fixes #​202.
    • Added <item name="android:forceDarkAllowed">false</item> tag to dark mode styles.xml to improve Xiaomi support. Closes #​184.

    v1.2.1

    Compare Source

    • Check the file type and exit with error if it is not a PNG.
    • Updated documentation with more FAQs.
    • Fixed bug that was preventing copying of images for web. Fixes #​192.
    • Changed the example to show a secondary splash screen.
    • Check that android, web, and ios folders exist before updating respective splash screen.

    v1.2.0

    Compare Source

    • Added beta support for Android 12. Closes #​175.

    v1.1.9

    Compare Source

    v1.1.8+4

    Compare Source

    • Fixed bug that was preventing copying of dark background. Fixes #​163.

    v1.1.8+3

    Compare Source

    v1.1.8

    Compare Source

    • Fixed bug that was preventing copying of dark background. Fixes #​163.

    v1.1.7+1

    Compare Source

    • flutter_native_splash:remove adheres to android/ios/web setting. Fixes #​159.
    • Updated readme images.

    v1.1.7

    Compare Source

    • flutter_native_splash:remove adheres to android/ios/web setting. Fixes #​159.
    • Updated readme images.

    v1.1.5+1

    Compare Source

    • Added unit tests.
    • Updated dependency.

    v1.1.4+1

    Compare Source

    • Fixed bug that created duplicate android:windowFullscreen tags in styles.xml. Closes #​147.
    • Fixed fullscreen in Android dark mode.
    • Print errors instead of throwing exceptions for cleaner output.
    • Added message for missing subviews in iOS LaunchScreen.storyboard. Fixes #​146.
    • Removed duplicate exceptions for missing image file since that is now checked at package start.

    v1.1.3

    Compare Source

    • Fixed bug that was giving error on copying background image. Closes #​144.

    v1.1.2

    Compare Source

    • Check that image files exist before starting. Throw an exception if image file not found.

    v1.1.1+1

    Compare Source

    • Create Styles.css before writing to it. Closes #​141
    • Make all file calls synchronously to make code cleaner.

    v1.1.1

    Compare Source

    • Create Styles.css before writing to it. Closes #​141
    • Make all file calls synchronously to make code cleaner.

    v1.1.0

    Compare Source

    • Added option for background image. Closes #​22.

    v1.0.3

    Compare Source

    • Updated readme.

    v1.0.2

    Compare Source

    • Added exception for missing/renamed splash image in LaunchScreen.storyboard.

    v1.0.1+1

    Compare Source

    • Corrected location of picture tag in web to ensure that splash disappears. Thanks Dawid Dziurla.

    v1.0.1

    Compare Source

    • Corrected location of picture tag in web to ensure that splash disappears. Thanks Dawid Dziurla.

    v1.0.0

    Compare Source

    • Adds null safety. Closes #​127.

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency flutter_native_splash to ^0.3.0

    Update dependency flutter_native_splash to ^0.3.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | flutter_native_splash | dev_dependencies | minor | ^0.2.0 -> ^0.3.0 |


    Release Notes

    jonbhanson/flutter_native_splash

    v0.3.0

    • Added support for web. Closes #​30.
    • Updated the example app to include web.

    Renovate configuration

    :date: Schedule: At any time (no schedule defined).

    :vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

    :recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    :no_bell: Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency gradle to v6.8.2

    Update dependency gradle to v6.8.2

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | gradle (source) | patch | 6.8.1 -> 6.8.2 |


    Release Notes

    gradle/gradle

    v6.8.2

    This is a patch release for Gradle 6.8.

    This fixes several bugs in Gradle 6.8.1.

    All issues fixed in this patch release

    Please don’t use the original 6.8 release or the 6.8.1, and instead upgrade to 6.8.2.

    Upgrade Instructions

    Switch your build to use Gradle 6.8.2 by updating your wrapper:

    ./gradlew wrapper --gradle-version=6.8.2

    See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.2.

    Reporting Problems

    If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.


    Renovate configuration

    :date: Schedule: At any time (no schedule defined).

    :vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

    :recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    :no_bell: Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency flutter_map to ^0.11.0

    Update dependency flutter_map to ^0.11.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | flutter_map | dependencies | minor | ^0.10.1+1 -> ^0.11.0 |


    Release Notes

    johnpryan/flutter_map

    v0.11.0

    This version removes various tile providers that depend on plugins. This helps simplify the flutter_map release process. Tile providers can be implemented in your app or in a separate package.

    • remove mbtiles tile provider + sqlflite dependency (#​787)
    • Add two finger rotation (#​719)
    • add allowPanning property (#​766)
    • reload map if additionalOptions changes (#​740)

    thanks to maRci002, escamoteur, and Xennis for this release!


    Renovate configuration

    :date: Schedule: At any time (no schedule defined).

    :vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

    :recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    :no_bell: Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency gradle to v6.8.1

    Update dependency gradle to v6.8.1

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Update | Change | |---|---|---| | gradle (source) | patch | 6.8 -> 6.8.1 |


    Release Notes

    gradle/gradle

    v6.8.1

    This is a patch release for Gradle 6.8.

    This fixes several critical bugs in Gradle 6.8.

    All issues fixed in this patch release

    We recommend that you use Gradle 6.8.1 over the initial release of Gradle 6.8.

    Upgrade Instructions

    Switch your build to use Gradle 6.8.1 by updating your wrapper:

    ./gradlew wrapper --gradle-version=6.8.1

    See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.1.

    Reporting Problems

    If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.


    Renovate configuration

    :date: Schedule: At any time (no schedule defined).

    :vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

    :recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    :no_bell: Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Action Required: Fix Renovate Configuration

    Action Required: Fix Renovate Configuration

    There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

    Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

    opened by renovate[bot] 0
  • Update dependency flutter_dotenv to v3 - autoclosed

    Update dependency flutter_dotenv to v3 - autoclosed

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | flutter_dotenv | dependencies | major | ^2.1.0 -> ^3.0.0 |


    Release Notes

    java-james/flutter_dotenv

    v3.0.2

    Compare Source

    • [chore] Format code with dart fmt

    v3.0.1

    Compare Source

    • [docs] Use secure links

    v3.0.0

    Compare Source

    • [new] Merge with Platform.Environment
    • [new] Throw precise errors
    • [new] Access via functions
    • [new] Improved Parsing
    • [docs] Example project

    Renovate configuration

    :date: Schedule: At any time (no schedule defined).

    :vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

    :recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    :no_bell: Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Dependency Dashboard

    Dependency Dashboard

    This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

    Rate-Limited

    These updates are currently rate-limited. Click on a checkbox below to force their creation now.

    • [ ] Update dependency com.google.gms:google-services to v4.3.14
    • [ ] Update dependency androidx.test.espresso:espresso-core to v3.5.0
    • [ ] Update dependency androidx.test:runner to v1.5.1
    • [ ] Update dependency com.android.tools.build:gradle to v3.6.4
    • [ ] Update dependency dio_http_cache to ^0.3.0
    • [ ] Update dependency gradle to v6.9.3
    • [ ] Update dependency junit:junit to v4.13.2
    • [ ] Update kotlin monorepo to v1.7.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7, org.jetbrains.kotlin:kotlin-gradle-plugin)
    • [ ] Update actions/checkout action to v3
    • [ ] Update actions/setup-java action to v3
    • [ ] Update dependency adaptive_theme to v3
    • [ ] Update dependency auto_size_text to v3
    • [ ] Update dependency bottom_navy_bar to v6
    • [ ] Update dependency com.android.tools.build:gradle to v7
    • [ ] Update dependency firebase_analytics to v10
    • [ ] Update dependency firebase_core to v2
    • [ ] Update dependency flare_flutter to v3
    • [ ] Update dependency flutter to v3
    • [ ] Update dependency flutter_dotenv to v5
    • [ ] Update dependency flutter_map to v3
    • [ ] Update dependency flutter_native_splash to v2
    • [ ] Update dependency geolocator to v9
    • [ ] Update dependency gradle to v7
    • [ ] Update dependency hooks_riverpod to v2
    • [ ] Update subosito/flutter-action action to v2
    • [ ] 🔐 Create all rate-limited PRs at once 🔐

    Open

    These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

    Ignored or Blocked

    These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

    Detected dependencies

    fvm
    .fvm/fvm_config.json
    • flutter 1.22.6
    github-actions
    .github/workflows/ci_analyze.yml
    • actions/checkout v2
    • actions/setup-java v1
    • subosito/flutter-action v1
    • actions/checkout v2
    • actions/setup-java v1
    • localazy/upload v1
    • localazy/download v1
    • subosito/flutter-action v1
    .github/workflows/ci_release.yml
    • actions/checkout v2
    • actions/setup-java v1
    • subosito/flutter-action v1
    • actions/checkout v2
    • actions/setup-java v1
    • localazy/upload v1
    • localazy/download v1
    • subosito/flutter-action v1
    • softprops/action-gh-release v1
    gradle
    android/gradle.properties
    android/settings.gradle
    android/settings_aar.gradle
    android/build.gradle
    • com.android.tools.build:gradle 3.5.0
    • org.jetbrains.kotlin:kotlin-gradle-plugin 1.3.50
    • com.google.gms:google-services 4.3.3
    • org.jetbrains.kotlin:kotlin-stdlib-jdk7 1.3.50
    android/app/build.gradle
    • junit:junit 4.12
    • androidx.test:runner 1.1.1
    • androidx.test.espresso:espresso-core 3.1.1
    • com.android.support:multidex 1.0.3
    gradle-wrapper
    android/gradle/wrapper/gradle-wrapper.properties
    • gradle 6.8.3
    pub
    pubspec.yaml
    • adaptive_theme ^1.1.0
    • auto_size_text ^2.1.0
    • bezier_chart ^1.0.17+1
    • bottom_navy_bar ^5.6.0
    • cached_network_image ^2.5.0
    • dio ^3.0.10
    • dio_http_cache ^0.2.11
    • dio_retry ^0.1.9-beta
    • easy_localization ^2.3.3
    • firebase_analytics ^6.3.0
    • firebase_core ^0.5.3
    • fl_chart ^0.12.2
    • flare_flutter ^2.0.6
    • flutter_dotenv ^3.1.0
    • flutter_hooks ^0.15.0
    • flutter_icons ^1.1.0
    • flutter_map ^0.11.0
    • flutter_native_admob ^2.1.0+3
    • geolocator ^6.1.13
    • hooks_riverpod ^0.12.1
    • intl ^0.16.1
    • latlong ^0.6.1
    • list_tile_switch ^0.0.2
    • loading_animations ^2.1.0
    • shared_preferences ^0.5.12+4
    • state_notifier ^0.6.0
    • url_launcher ^5.7.10
    • package_info ^0.4.3+2
    • avatar_glow ^1.2.0
    • flutter_animator ^2.1.0
    • lint ^1.3.0
    • flutter_launcher_icons ^0.8.1
    • flutter_launcher_name ^0.0.1
    • flutter_native_splash ^0.3.0

    • [ ] Check this box to trigger a request for Renovate to run again on this repository
    opened by renovate[bot] 0
  • Update dependency dio to v4

    Update dependency dio to v4

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | dio | dependencies | major | ^3.0.10 -> ^4.0.0 |


    Release Notes

    flutterchina/dio

    v4.0.4

    Compare Source

    What's Changed

    New Contributors

    Full Changelog: https://github.com/flutterchina/dio/compare/4.0.3...4.0.4

    v4.0.3

    Compare Source

    v4.0.2

    Compare Source

    v4.0.1

    Compare Source

    v4.0.0

    Compare Source

    stable version


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency cached_network_image to v3

    Update dependency cached_network_image to v3

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | cached_network_image | dependencies | major | ^2.5.0 -> ^3.0.0 |


    Release Notes

    Baseflow/flutter_cached_network_image

    v3.1.0+1

    Compare Source


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency flutter_map to ^0.14.0

    Update dependency flutter_map to ^0.14.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | flutter_map | dependencies | minor | ^0.11.0 -> ^0.14.0 |


    Release Notes

    fleaflet/flutter_map

    v0.14.0

    This version contains the following changes

    • Added scroll wheel zoom support for web
    • Added TapPosition to TapCallback
    • Added center to LatLngBounds
    • Added equality operators for LatLngBounds and MapPosition
    • Added support for resetting TileLayer cache
    • Added attribution builder to TileLayer
    • Added 'inside' parameter to FitBoundsOptions
    • Added centerZoomFitBounds to MapController
    • Added vector_map_tiles to plugin section in README
    • Added option to prevent Scrollable widgets from snatching horizontal scrolling gestures

    Thanks to moehme, Tom Prebble, Binabh, ondbyte, Sébastien Dabet, Thomas Lüder, Kevin Thorne, kimlet, TheOneWithTheBraid, David Green and Kenneth Gulbrandsøy.

    v0.13.1

    This version contains hotfixes from null safety migration.

    v0.13.0

    This version has support for sound null safety. For this purpose, some inactive packages were exchanged with active forks.

    • Sound null safety migration (#​851, #​870)
      • requires flutter version 2.0.0 or higher
      • latlong is replaced with latlong2
      • ready-flag on map has been removed
    • Remove the package flutter_image and add http instead (#​894)
      • http has to be version 0.13.2 or higher for this package (#​894)
    • Removed deprecated properties
      • debug property has been removed
      • interactive has been replaced by interactiveFlags
    • Bounds getCenter has been replaced by center getter

    Thanks to escamoteur, ThexXTURBOXx, Sata51, tazik561, kengu, passsy, Ahmed-gubara, johnpryan, josxha and andreandersson for this release!

    v0.12.0

    TileLayerOptions now takes some additional options, templateFunction, tileBuilder, tilesContainerBuilder, and evictErrorTileStrategy

    • Evict error tiles (#​577)
    • Post process tiles (#​582)
    • Prevent crash when move() is called before FlutterMap has been built (#​827)

    Thanks to gr4yscale, maRci002, MooNag, tlserver, 6y


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency list_tile_switch to v1

    Update dependency list_tile_switch to v1

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | list_tile_switch (source) | dependencies | major | ^0.0.2 -> ^1.0.0 |


    Release Notes

    firatcetiner/list_tile_switch

    v1.0.0

    This version opts-in sound null safety for Dart. Additionally, you can now leave the title property empty as long is it's not null.


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency avatar_glow to v2

    Update dependency avatar_glow to v2

    Mend Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | avatar_glow | dependencies | major | ^1.2.0 -> ^2.0.0 |


    Release Notes

    apgapg/avatar_glow

    v2.0.2

    Compare Source

    v2.0.1

    Compare Source

    v2.0.0

    Compare Source

    • Migrate example to android v2
    • [Null Safety] Migrate package to support null safety
    • [Pubspec] Remove author
    • [Misc] Add linux desktop support
    • [Refactor] Remove redundant code and refactor

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
Releases(v7.5.1)
Owner
kerron gordon
Kerron specializes in making exceptional websites. He enjoys tasks that would challenge his natural gifted abilities and eagerly persuades him to learn...
kerron gordon
Coronavirus Tracking App in flutter

coronavirus_tracking_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you

Lost Dreamer 1 Nov 9, 2021
A Flutter project to track & help to fight from coronavirus.

Coronavirus Warrior App A Flutter project to track & help to fight from coronavirus. What is Coronavirus Warrior? Coronavirus Warrior is a cross-platf

Pawan Kumar 84 Dec 28, 2022
A coronavirus statistics, news and general information app with a symptom checker. 🚀

Corona Spectator Corona Spectator is a coronavirus statistics and news app that has real time global COVID-19 stats. It includes useful tips to help g

Carlton Aikins 26 Oct 8, 2022
Expenses tracker built with Flutter and Dart making use of Provider, Intl, Syncfusion Flutter Datepicker and more

expense_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if t

Atuoha Anthony 2 Dec 10, 2022
A simple crypto tracker Flutter app with cero third party package

Crypto Tracker A simple crypto tracker Flutter app with cero third party package, that incorparates the Nomics api. This application collects the hist

null 28 Oct 10, 2022
Flutter Time Tracker App

flutter_time_tracker_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you

Emre ARIK 1 Nov 23, 2021
COVID-19 Tracker Made with Flutter

Covid-19 Track Covid-19 Track is free and Open Source, Cross Platform Application developed using Flutter. Download the Latest version from the below

Adarsh Balachandran 5 Oct 15, 2020
Shuttle Tracker in Flutter

Flutter ShuttleTracker Flutter ShuttleTracker is a cross-platform port of ShuttleTracker that utilizes the Flutter SDK for development. Showcase Featu

RPI Web Technologies Group 49 Sep 25, 2022
Bt - Budget Tracker App UI With Flutter

Budget Tracker App UI Download App Demo APK ⬇️ ?? Support me on Patreon Watch on

Neha Mishra 17 Nov 7, 2022
Spacex-Go Flutter App - Simple yet powerful, open-source SpaceX launch tracker

SpaceX GO- Rwema App! Simple yet powerful, open-source SpaceX launch tracker About the project The purpose of this project is

Rwema 31 Oct 5, 2022
Simple yet powerful, open-source SpaceX launch tracker.

SpaceX GO! Simple yet powerful, open-source SpaceX launch tracker About the project The purpose of this project is to develop the ultimate SpaceX expe

Jesús Rodríguez 782 Dec 24, 2022
Budget Tracker App UI

Budget Tracker App UI Support me on Patreon Watch on youtube Part I Watch on youtube Part II A new Flutter project. Getting Started This project is a

null 126 Dec 25, 2022
A personal expense tracker.

expenses A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if

Ismail Omodara 0 Jan 9, 2022
Weight Loss Tracker is an application dedicated to people who want to dump or maintain weight

Weight Loss Tracker is an application dedicated to people who want to dump or maintain weight. It allows you to keep an eye on your progress and pursue your weight goals.

Senior Mobile Developer 5 Jan 3, 2023
Stream Feed official Flutter SDK. Build your own feed experience using Dart and Flutter.

Official Flutter packages for Stream Activity Feeds The official Dart client for Stream Activity Feeds, a service for building activity feed applicati

Stream 67 Sep 26, 2022
A web app to generate soft ui flutter code, build with flutter

Neumorphism A web app to generate soft ui flutter code, build with flutter. Prod

冷石 Boy 62 Dec 28, 2022
Flutter Grocery UI - A Grocery eCommerce app build with flutter

grocery_shop_flutter A Grocery eCommerce app build with flutter. This app includ

Muhammad Bilal 12 May 17, 2022
Pensil Community official Flutter SDK. Build your own community experience using Dart and Flutter.

Official flutter package for Pensil The official Dart client for Pensil communities, a service for building communites applications. This library can

Pensil Inc 6 Oct 6, 2022
A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC Pattern. You can add a project, labels, and due-date to your task also you can sort your task on the basis of project, label, and dates

WhatTodo Life can feel overwhelming. But it doesn’t have to. A Simple To-do app design in flutter to keep track of your task on daily basis. You can a

Burhanuddin Rashid 1k Jan 6, 2023