Skip to content

flutter/news_toolkit

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

<!--
  Thanks for contributing!

Provide a description of your changes below and a general summary in the
title

Please look at the following checklist to ensure that your PR can be
accepted quickly:
-->

## Description

It seems that the example `pubspec.yaml` Dart SDK version constraints
got bumped but the documentation did not.


https://github.com/flutter/news_toolkit/blob/553992b00cccd0d2e51fa9b1f71803980c1b637b/flutter_news_example/pubspec.yaml#L6

## Type of Change

<!--- Put an `x` in all the boxes that apply: -->

- [ ] ✨ New feature (non-breaking change which adds functionality)
- [ ] πŸ› οΈ Bug fix (non-breaking change which fixes an issue)
- [ ] ❌ Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 Code refactor
- [ ] βœ… Build configuration change
- [X] πŸ“ Documentation
- [ ] πŸ—‘οΈ Chore
701a337

Git stats

Files

Permalink
Failed to load latest commit information.

Flutter News Toolkit Logo

Flutter News Toolkit Logo


Flutter and the Google News Initiative have co-sponsored the development of a news application template. The goal of this project is to help news publishers build mobile applications easily in order to make reliable information accessible to all.

This template aims to significantly reduce the development time for typical news applications by giving developers a head start on core components and features.

The Flutter News Toolkit:

  • Contains common news app UI workflows and core features built with Flutter and Firebase
  • Implements best practices for news apps based on Google News Initiative research
  • Allows publishers to monetize immediately with ads and subscription services

Common services such as authentication, notifications, analytics, and ads have been implemented using Firebase and Google Mobile Ads. Developers are free to substitute these services and can find publicly available packages on pub.dev.

If you're just getting started with Flutter, we recommend first developing familiarity with the framework by reviewing the onboarding guides, tutorials, and codelabs before using this template.

Get Started

To get started, see the official documentation at https://flutter.github.io/news_toolkit.