GithubHelp home page GithubHelp logo

veetaw / quake Goto Github PK

View Code? Open in Web Editor NEW
41.0 7.0 7.0 1.08 MB

Material Design earthquakes

Home Page: https://play.google.com/store/apps/details?id=com.veetaw.quake

License: GNU General Public License v3.0

Java 0.89% Objective-C 1.85% Dart 97.27%
earthquakes ingv flutter android earthquake play-store dart material-design

quake's Introduction

πŸ’« About Me:

πŸ”­ I’m currently studying Computer Science at the UniversitΓ  degli Studi di Salerno
🌱 I’m currently learning Next.js and React
⚑️ I'm interested in inclusive and diversity-friendly development

🌐 Socials:

LinkedIn Medium Twitter

πŸ’» Tech Stack:

Dart HTML5 Java JavaScript Kotlin Python Flutter

πŸ“Š GitHub Stats:




quake's People

Contributors

alecsferra avatar giorgiolongo avatar veetaw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

quake's Issues

Android system bars colors

The Android navigation bar and status bar should be tinted in a different way.

Actual behavior
screenshot_20190122-072048

Expected behavior
The status bar should be white as the top app bar, with black icons.
The navigation bar should be, since Oreo, white too as the bottom app bar, with black icons.
In older versions, maybe black as it is now or gray.

Deploy script not working

flutter build apk --release won't build because the android sdk is missing/$ANDROID_SDK_ROOT is not set.

Unit tests for the database helper (EarthquakeProvider)

The actual tests won't work because of this error:

MissingPluginException(No implementation found for method getDatabasesPath on channel com.tekartik.sqflite)
package:flutter/src/services/platform_channel.dart 291:7  MethodChannel.invokeMethod
===== asynchronous gap ===========================
dart:async                                                _AsyncAwaitCompleter.completeError
package:flutter/src/services/platform_channel.dart        MethodChannel.invokeMethod
===== asynchronous gap ===========================
dart:async                                                _asyncThenWrapperHelper
package:flutter/src/services/platform_channel.dart        MethodChannel.invokeMethod
package:sqflite/src/sqflite_impl.dart 27:34               invokeMethod

A fix would probably be to edit the helper so that the database path would be an absolute path and passed as parameter to the constructor or the open() function like in the example :

var databasesPath = await getDatabasesPath();
String path = join(databasesPath, 'demo.db');

// Delete the database
await deleteDatabase(path);

PS: EarthquakeProvider should be renamed to something more significative like EarthquakeDBProvider or EarthquakeCacheProvider

Location markers clustering

Nearby section.

Implementing clustering of the earthquakes location markers should fix the huge load on GPU.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.