Skip to content

Commit cd23d44

Browse files
Revise Flutter News Toolkit documentation (#12524)
_Description of what this PR is changing or adding, and why:_ Updated the Flutter News Toolkit documentation to reflect maintenance by Very Good Ventures and add a link for the latest information. _Issues fixed by this PR (if any):_ none _PRs or commits this PR depends on (if any):_ none ## Presubmit checklist - [x] If you are unwilling, or unable, to sign the CLA, even for a _tiny_, one-word PR, please file an issue instead of a PR. - [x] If this PR is not meant to land until a future stable release, mark it as draft with an explanation. - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style)—for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person pronouns). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1023aa0 commit cd23d44

File tree

2 files changed

+4
-54
lines changed

2 files changed

+4
-54
lines changed

src/_data/sidenav.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@
164164
permalink: https://codelabs.developers.google.com/codelabs/google-maps-in-flutter
165165
- title: Google Maps package
166166
permalink: https://developers.google.com/maps/flutter-package
167-
- title: Build a news app
168-
permalink: /resources/news-toolkit
169167

170168
- title: AI solutions
171169
permalink: /ai

src/content/resources/news-toolkit.md

Lines changed: 4 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -3,57 +3,9 @@ title: Flutter News Toolkit
33
description: Learn more about creating a newsfeed app in Flutter.
44
---
55

6-
The Flutter News Toolkit enables you to accelerate
7-
development of a mobile news app.
8-
The toolkit assists you in building a customized
9-
template app with prebuilt features required
10-
for most news apps, such authentication and
11-
monetization. After generating your
12-
template app, your primary tasks are to connect to your
13-
data source, and to customize the UI to reflect
14-
your brand.
6+
The Flutter News Toolkit is now maintained by Very Good Ventures (VGV).
157

16-
The Flutter News Toolkit includes critical features,
17-
such as:
8+
For the latest information, see the
9+
[news_toolkit repository on GitHub][news-toolkit].
1810

19-
* User onboarding
20-
* Account creation/login
21-
* Content feeds and content pages
22-
* Analytics
23-
* Notifications
24-
* Social sharing
25-
* Subscriptions
26-
* Ads
27-
28-
You can use these pre-integrated features out of the box,
29-
or modify and swap them with other functionality that
30-
you prefer.
31-
32-
Generating your template app requires answering
33-
a few simple questions, as described on the
34-
[Flutter News Toolkit Overview][toolkit] doc page.
35-
36-
For complete documentation on how to configure your project,
37-
create a template app, develop the app, how to
38-
handle authentication, theming, work with an API
39-
server, and much more, check out the
40-
[Flutter News Toolkit][toolkit] documentation.
41-
42-
You might also check out:
43-
44-
* [Announcing the Flutter News Toolkit][blog],
45-
an article on Medium.
46-
* [Quick start to building a news app in Flutter][video]
47-
an introduction to the toolkit on YouTube.
48-
49-
:::note
50-
This is an early release of the news toolkit and,
51-
while it has been tested by early adopters, it
52-
might have issues or rough edges. Please don't
53-
hesitate to [file an issue][].
54-
:::
55-
56-
[toolkit]: https://flutter.github.io/news_toolkit/
57-
[blog]: {{site.flutter-medium}}/announcing-the-flutter-news-toolkit-180a0d32c012
58-
[video]: {{site.yt.watch}}?v=dukRAS-OUMM
59-
[file an issue]: {{site.repo.flutter}}/issues
11+
[news-toolkit]: https://github.com/VGVentures/news_toolkit

0 commit comments

Comments
 (0)