Coder Social home page Coder Social logo

rafaelbarbosatec / flutter_news Goto Github PK

View Code? Open in Web Editor NEW
487.0 28.0 168.0 33.02 MB

News application developed for practice, learning and testing the potential of this powerful Framework Flutter.

License: MIT License

Objective-C 0.07% Dart 96.24% Ruby 2.63% Kotlin 0.27% Swift 0.79%

flutter_news's Introduction

flutter_news

News application developed for practice, learning and testing the potential of this powerful Google's UI toolkit.

Resources

Packages pub
url_launcher Pub
share Pub
http Pub
cubes Pub

Framework: Flutter

Language: Dart

State Manager: Cubes

Tutorial

(Medium) - Part 1.

(Medium) - Part 2.

Download

Disponível no Google Play

For help getting started with Flutter, view our online documentation.

flutter_news's People

Contributors

rafaelbarbosatec 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter_news's Issues

unable to install on iOS

Cloned repo and tried to run on ios simulator, but getting compile time error:

1 error generated.
    In file included from /Users/deeptibelsare/.pub-cache/hosted/pub.dartlang.org/url_launcher-4.0.2/ios/Classes/UrlLauncherPlugin.m:7:
    /Users/deeptibelsare/.pub-cache/hosted/pub.dartlang.org/url_launcher-4.0.2/ios/Classes/UrlLauncherPlugin.h:5:9: fatal error: 'Flutter/Flutter.h' file not found
    #import <Flutter/Flutter.h>
            ^~~~~~~~~~~~~~~~~~~
    1 error generated.

Could not build the application for the simulator.
Error launching application on iPhone 8.

Push notification com firebase

Primeiramente brigado por compartilhar seu conhecimento conosco.

Estou seguindo seu tutorial e queria incrementar (Enfeitar o pavão hehe).

Implementei o firebase somente para enviar push notifications, consigo enviar uma notificação sem problemas, mas ao clicar para abrir, o app abre na página inicial e não na notícia como esperado.

Tenho uma função onResume que chama outra função e deveria abrir o app, mas não estou conseguindo. Vc consegue me dar uma ajuda nessa parte?

Recebo esse log no console do android studio

E/BpSurfaceComposerClient(14159): Failed to transact (-1)
E/BpSurfaceComposerClient(14159): Failed to transact (-1)

Código: https://github.com/leonardop21/flutter-example/blob/master/main.dart

Request to Add Product in Start Flutter

Hello,

I am Maheshwari from team GeekyAnts.

On behalf of Start Flutter, we add open source products which we find helpful to the community & also we provide credits to author itself.

Let me know if you are interested showcase your product in our open source website.

If yes, then I request you to add MIT Licence in your repo.

Looking forward to hear from you.

Wordpress

How can i use this with wordpress api?

Sobre a estrutura do projeto

Olá amigo, gostei muito da estrutura do app e também li os dois artigos que você publicou sobre o desenvolvimento do APP. Gostaria de saber quais técnicas e padrões de projeto que você utilizou pra desenvolver o mesmo para que eu possa me aprofundar mais no assunto. Se tiver links sobre esses padrões ficarei muito grato.
Obrigado.

add Webview

Hi, I'm trying to use a WebviewScaffold by flutter_webview_plugin to replace the Text Widget in _getDescription, the problem is the webview is outside the container :

pic

my code:

 _getDescription(description) {
    return new Container(
      child:
        //new Text(description),
        new WebviewScaffold(
            url: new Uri.dataFromString(description, mimeType: 'text/html',encoding: utf8).toString()),
      width: double.infinity,
      margin: new  EdgeInsets.only(top: 10.0),
      height: 80,

    );
  }

please help me

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.