mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Updates to readme, index. (#33)
This commit is contained in:
12
INDEX.md
12
INDEX.md
@@ -58,16 +58,22 @@ the accompanying YouTube video so you can watch Matt implement them.
|
|||||||
## Full apps
|
## Full apps
|
||||||
|
|
||||||
#### [inKino](https://github.com/roughike/inKino) [](https://github.com/roughike/inKino) [](https://github.com/roughike/inKino/fork)
|
#### [inKino](https://github.com/roughike/inKino) [](https://github.com/roughike/inKino) [](https://github.com/roughike/inKino/fork)
|
||||||
An unofficial Finnkino client that shows movies and showtimes of Finnkino cinemas in Finland. It uses Redux, has a comprehensive set of tests, and shares 40% of its code between the Flutter app and the AngularDart web app. It's currently available in the
|
An unofficial Finnkino client that shows movies and showtimes of Finnkino
|
||||||
|
cinemas in Finland. It uses Redux, has a comprehensive set of tests, and shares
|
||||||
|
40% of its code between the Flutter app and the AngularDart web app.
|
||||||
|
It's currently available in the
|
||||||
[App Store](https://itunes.apple.com/gb/app/inkino/id1367181450?mt=8),
|
[App Store](https://itunes.apple.com/gb/app/inkino/id1367181450?mt=8),
|
||||||
[Play Store](https://play.google.com/store/apps/details?id=com.roughike.inkino) and as a [Progressive Web App](https://inkino.app).
|
[Play Store](https://play.google.com/store/apps/details?id=com.roughike.inkino)
|
||||||
|
and as a [Progressive Web App](https://inkino.app).
|
||||||
|
|
||||||
#### [FlutterFlip](https://github.com/redbrogdon/flutterflip) [](https://github.com/redbrogdon/flutterflip) [](https://github.com/redbrogdon/flutterflip/fork)
|
#### [FlutterFlip](https://github.com/redbrogdon/flutterflip) [](https://github.com/redbrogdon/flutterflip) [](https://github.com/redbrogdon/flutterflip/fork)
|
||||||
A simple reversi clone built with Flutter. It showcases some implicit animations
|
A simple reversi clone built with Flutter. It showcases some implicit animations
|
||||||
and how to move work off the UI thread into an isolate.
|
and how to move work off the UI thread into an isolate.
|
||||||
|
|
||||||
#### [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [](https://github.com/burhanrashid52/WhatTodo) [](https://github.com/burhanrashid52/WhatTodo/fork)
|
#### [WhatTodo](https://github.com/burhanrashid52/WhatTodo) [](https://github.com/burhanrashid52/WhatTodo) [](https://github.com/burhanrashid52/WhatTodo/fork)
|
||||||
A Simple Todo app design in Flutter to keep track of your task on daily basis. Its build on BLoC Pattern. You can add a project, labels, and due-date to your task also you can sort your task on the basis of project, label, and dates.
|
A simple todo app that tracks daily tasks, built using the BLoC Pattern. You can
|
||||||
|
add projects, labels, and due dates to your tasks, and sort them using the same
|
||||||
|
criteria.
|
||||||
|
|
||||||
## Demos
|
## Demos
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||
A collection of open source samples that illustrate best practices for
|
A collection of open source samples that illustrate best practices for
|
||||||
[Flutter](https://flutter.io).
|
[Flutter](https://flutter.io).
|
||||||
|
|
||||||
This repo will be getting significantly larger as Flutter progresses toward 1.0.
|
|
||||||
|
|
||||||
## Index
|
## Index
|
||||||
|
|
||||||
For a curated list of samples in this repo and elsewhere, see the
|
For a curated list of samples in this repo and elsewhere, see the
|
||||||
|
|||||||
Reference in New Issue
Block a user