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

Overview

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.

Comments
  • Sobre a estrutura do projeto

    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.

    opened by ctcruz 1
  • Request to Add Product in Start Flutter

    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.

    opened by maheshwari-1153 1
  • unable to install on iOS

    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.
    
    opened by DK15 1
  • Push notification com firebase

    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

    opened by leonardop21 0
  • add Webview

    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

    opened by moelfassi 0
Releases(1.5.0)
Owner
Rafael Almeida Barbosa
Mobile Developer(Android/Flutter) In love with solutions that fit in the palm of the hand
Rafael Almeida Barbosa
Custom flutter testing CLI tool for individual test runs and group testing

fluttertest Custom flutter testing CLI tool for inidividual test runs or group testing Overview Flutter is a great framework which has helps developer

vi_mi 15 Nov 6, 2022
Simple and complete Flutter hooks testing utilities that encourage good testing practices.

Flutter Hooks Testing Library Simple and complete Flutter hooks testing utilities that encourage good testing practices. Inspired by react-hooks-testi

Daichi Furiya 24 Dec 2, 2022
Spec - A streamlined testing framework for Dart & Flutter

✅ Spec A streamlined testing framework for Dart & Flutter. What is it? Spec buil

Invertase 278 Dec 22, 2022
Flutter-e-learning - E-Learning Application Built With Flutter

E-Learning Demo Screens Explore Planner Overlay Videos Leaderboard Global Leader

Mai Xuân Việt 8 Dec 27, 2022
For Practice Flutter Framework

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

Kaung Pyae Min Thein 1 Nov 13, 2021
Readky is a Free Flutter News App Starter Template that can help you develop a News application much faster.

Readky. Introduction Readky is a Free Flutter News App Starter Template that can help you develop a News application much faster. You just need to add

Muhammad Rezky Sulihin 54 Nov 26, 2022
Zone is yet another Hacker News client, built with Flutter, Slidy, and Hacker News API.

Zone for Hacker News Zone is yet another Hacker News client, built with Flutter, Slidy, and Hacker News API. Setup Clone this repo to your machine Req

null 11 Feb 27, 2022
News-Flutter - News Api with flutter

News App This app use News Api. If you want to run this code, please use your ow

Brandon Rojas 2 Apr 29, 2022
News Reader App to fetch Articles from different news channels using Flutter.

News Reader This app is made using the Flutter framework. Its an mobile app to browse the News from different channels. This app uses an API provided

Sahil Kumar 84 Apr 13, 2022
Wall-street-news - News App work with HttpClient in Flutter

Flutter News App Demo This project is to showcase how to work with HttpClient in

Trần Văn Nguyên 6 Oct 16, 2022
Google-news-app-redesign - Redesigned the ui of google news app with flutter

News app like Google news! ScreenShots If you face any problem with this project

Munem Sarker 3 Jun 23, 2022
News App using News Api.

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

Shripad Joshi 0 Jan 6, 2022
This is a on-demend food delivery app specifically for learning and exploring flutter amazing framework

This is a on-demend food delivery app specifically for learning and exploring flutter amazing framework. This Project is developed to help beginners, intermediates and sometime advance to know better about using Firebase services and tools, different flutter state management solutions, complex navigations, realtime control over maps, understanding payments etc.

Paul Edeme'kong - Flutter Fairy 15 Nov 5, 2022
A powerful UI framework for Google Flutter.

English | 简体中文 FLUI A powerful UI framework for Google Flutter Demo apk Features A set of high-quality Flutter widgets out of the box Comprehensive us

Hanran Liu 1.4k Dec 30, 2022
A comprehensive guide on learning how to code cross platform mobile applications with the Flutter framework, from the ground up.

✳️ The Ultimate Guide to App Development with Flutter ✳️ A complete and comprehensive guide to learning Flutter with explanations, screenshots, tips,

Anthony 243 Jan 1, 2023
Raden Saleh 20 Aug 12, 2023
Raden Saleh 53 Jul 27, 2023
A Learning Management System Solutions Developed from Scratch inside Orange Digital Center Labs By ODC-Flutter WorkForce.

A Learning Management System Solutions Developed from Scratch inside Orange Digital Center Labs By ODC-Flutter WorkForce.

Orange Digital Center Egypt - Coding School 5 May 9, 2022
This is machine learning project where developed the model in teachable machine.

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

Abu sayed chowdhury 1 Apr 26, 2022