GithubHelp home page GithubHelp logo

begomez / flutterforecast Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 5.29 MB

Flutter sample app that fetches data from openweather API using channels for native communication

Kotlin 4.09% Swift 18.42% Objective-C 0.03% Dart 74.39% HTML 3.07%

flutterforecast's Introduction

FlutterForecast

Sample project that queries remote API using Flutter -> native platform communication (channels)

Architecture Overview

Project is structured in the following layers/modules:

  • Presentation

  • Domain

  • Data

  • Network

Presentation layer is Flutter dependent. Defines its own custom hierarchy: screens ( widgets usually used as containers, similar to Android activities) and widgets (pieces of UI with behavior, similar to Android fragments).

Domain defines use cases, functionalities that the app can perform. Ex: retrieving forecast

Data is introduced in order to manage and orchestrate different data sources.

Network performs net connections either directly or indirectly.

Data models are share across all modules, there is no custom data model per layer.

DTO (Data Transport Object) are used to define use case inputs and provide type safety.

About requirements

  • Android and iOS modules for API data fetching are not exported on a separate federated plugin. For now, they are contained in the corresponding folder inside this project. When having both prod- ready implementations, it would be convenient to move the code to a plugin itself so it would be reusable across apps

  • Async network calls are implemented using kotlin coroutines and okhttp lib. Deserialization is done back on Flutter world using isolates

  • Live weather data implementation is contained on Android app.

  • iOS app uses dummy weather data.

Code generation commands

flutter packages pub run build_runner build --delete-conflicting-ouputs

flutterforecast's People

Watchers

 avatar  avatar  avatar

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.