mirror of
https://github.com/flutter/samples.git
synced 2026-04-20 05:52:21 +00:00
Remove code_sharing and place_tracker, cleanup repo (#2831)
Fixes #2818, #2523, #2528
This commit is contained in:
28
README.md
28
README.md
@@ -19,23 +19,16 @@ Googler's, you can freely add samples to the [flutter/demos] repository.
|
||||
|
||||
* [`asset_transformation`] - Demonstrates how to transform images' color scales and formats.
|
||||
* [`background_isolate_channels`] - Demonstrates how to use long-lived isolates.
|
||||
* [`code_sharing`] - Demonstrates how to share business logic between Flutter client and Dart server using [`package:shelf`] )
|
||||
* [`context_menus`] - This sample shows how to create and customize cross-platform context menus, such as the text selection toolbar on mobile or the right click menu on desktop.
|
||||
* [`cupertino_gallery`] - A gallery of Cupertino widgets, demonstrating iOS-style UI components in Flutter.
|
||||
* [`date_planner`] - An in-progress exploration of an iOS-style Date Planner app, similar to the SwiftUI Tutorial app.
|
||||
* [`desktop_photo_search`] - Demonstrates desktop features in both Material and FluentUI design systems.
|
||||
* [`dynamic_theme`] - A developer sample demonstrating how to call on-device Flutter APIs based on output from the Gemini API.
|
||||
* [`form_app`] - A sample demonstrating different types of forms and best practices.
|
||||
* [`game_template`] - (**note: deprecated!**) A starter game in Flutter with all the bells and whistles of a mobile (iOS & Android) game.
|
||||
* [`google_maps`] - Demonstrates the Google Maps for Flutter plugin.
|
||||
* [`infinite_list`] - A Flutter sample app that shows an implementation of the "infinite list" UX pattern.
|
||||
* [`isolate_example`] - A sample application that demonstrate best practices when using [isolates].
|
||||
* [`navigation_and_routing`] - A sample that shows how to use [go_router] API to handle common navigation scenarios.
|
||||
* [`place_tracker`] - A sample place tracking app that uses the [google_maps_flutter plugin].
|
||||
* [`pedometer`] - A demo of a plugin that leverages FFIgen & JNIgen to call platform APIs directly from Dart code.
|
||||
* [`platform_design`] - This sample project shows a Flutter app that maximizes application code reuse while adhering to different design patterns on Android and iOS.
|
||||
* [`provider_counter`] - The starter Flutter application, but using [package:provider] to manage state.
|
||||
* [`provider_shopper`] - A Flutter sample app that shows a state management approach using [package:provider].
|
||||
* [`simple_shader`] - A simple [Flutter fragment shaders] sample project.
|
||||
* [`simplistic_calculator`] - A calculator to demonstrate a simple start for a desktop Flutter app.
|
||||
* [`simplistic_editor`] - This sample text editor showcases the use of [TextEditingDeltas] and a DeltaTextInputClient to expand and contract styled ranges of text.
|
||||
* [`testing_app`] - A sample app that shows different types of testing in Flutter.
|
||||
* [`web_embedding`] - This directory contains examples of how to embed Flutter in web apps (without iframes).
|
||||
* [`element_embedding_demo`] - Modifies the index.html of a flutter app so it is launched in a custom hostElement. This is the most basic embedding example.
|
||||
@@ -72,7 +65,6 @@ Googler's, you can freely add samples to the [flutter/demos] repository.
|
||||
### Demo apps
|
||||
|
||||
* [`compass_app`] - A sample application that implements MVVM architecture.
|
||||
* [`deeplink_store_example`] - A demo app that implements deep-linking with go_router.
|
||||
* [`veggie_seasons`] - A demo application.
|
||||
|
||||
## Flutter sample code
|
||||
@@ -122,23 +114,16 @@ If you run into a bug in one of the samples, please file an issue in the
|
||||
|
||||
[`asset_transformation`]: ./asset_transformation
|
||||
[`background_isolate_channels`]: ./background_isolate_channels
|
||||
[`code_sharing`]: ./code_sharing
|
||||
[`context_menus`]: ./context_menus
|
||||
[`cupertino_gallery`]: ./cupertino_gallery
|
||||
[`date_planner`]: ./date_planner
|
||||
[`desktop_photo_search`]: ./desktop_photo_search
|
||||
[`dynamic_theme`]: ./dynamic_theme
|
||||
[`form_app`]: ./form_app
|
||||
[`game_template`]: ./game_template
|
||||
[`google_maps`]: ./google_maps
|
||||
[`infinite_list`]: ./infinite_list
|
||||
[`isolate_example`]: ./isolate_example
|
||||
[`navigation_and_routing`]: ./navigation_and_routing
|
||||
[`place_tracker`]: ./place_tracker
|
||||
[`pedometer`]: ./pedometer
|
||||
[`platform_design`]: ./platform_design
|
||||
[`provider_counter`]: ./provider_counter
|
||||
[`provider_shopper`]: ./provider_shopper
|
||||
[`simple_shader`]: ./simple_shader
|
||||
[`simplistic_calculator`]: ./simplistic_calculator
|
||||
[`simplistic_editor`]: ./simplistic_editor
|
||||
[`testing_app`]: ./testing_app
|
||||
[`web_embedding`]: ./web_embedding
|
||||
[`element_embedding_demo`]: ./web_embedding/element_embedding_demo
|
||||
@@ -157,7 +142,6 @@ If you run into a bug in one of the samples, please file an issue in the
|
||||
[`animations`]: ./animations
|
||||
[`material_3_demo`]: ./material_3_demo
|
||||
[`compass_app`]: ./compass_app
|
||||
[`deeplink_store_example`]: ./deeplink_store_example
|
||||
[`veggie_seasons`]: ./veggieseasons
|
||||
|
||||
[Flutter]: https://flutter.dev
|
||||
|
||||
Reference in New Issue
Block a user