Skip to content

Commit c5893ac

Browse files
committed
refactor: remove legacy code_sharing and place_tracker
1 parent d626e05 commit c5893ac

369 files changed

Lines changed: 7 additions & 13580 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,16 @@ Googler's, you can freely add samples to the [flutter/demos] repository.
1919

2020
* [`asset_transformation`] - Demonstrates how to transform images' color scales and formats.
2121
* [`background_isolate_channels`] - Demonstrates how to use long-lived isolates.
22-
* [`code_sharing`] - Demonstrates how to share business logic between Flutter client and Dart server using [`package:shelf`] )
23-
* [`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.
22+
* [`cupertino_gallery`] - A gallery of Cupertino widgets, demonstrating iOS-style UI components in Flutter.
23+
* [`date_planner`] - An in-progress exploration of an iOS-style Date Planner app, similar to the SwiftUI Tutorial app.
2424
* [`desktop_photo_search`] - Demonstrates desktop features in both Material and FluentUI design systems.
2525
* [`dynamic_theme`] - A developer sample demonstrating how to call on-device Flutter APIs based on output from the Gemini API.
2626
* [`form_app`] - A sample demonstrating different types of forms and best practices.
27-
* [`game_template`] - (**note: deprecated!**) A starter game in Flutter with all the bells and whistles of a mobile (iOS & Android) game.
2827
* [`google_maps`] - Demonstrates the Google Maps for Flutter plugin.
29-
* [`infinite_list`] - A Flutter sample app that shows an implementation of the "infinite list" UX pattern.
30-
* [`isolate_example`] - A sample application that demonstrate best practices when using [isolates].
3128
* [`navigation_and_routing`] - A sample that shows how to use [go_router] API to handle common navigation scenarios.
32-
* [`place_tracker`] - A sample place tracking app that uses the [google_maps_flutter plugin].
29+
* [`pedometer`] - A demo of a plugin that leverages FFIgen & JNIgen to call platform APIs directly from Dart code.
3330
* [`platform_design`] - This sample project shows a Flutter app that maximizes application code reuse while adhering to different design patterns on Android and iOS.
34-
* [`provider_counter`] - The starter Flutter application, but using [package:provider] to manage state.
35-
* [`provider_shopper`] - A Flutter sample app that shows a state management approach using [package:provider].
3631
* [`simple_shader`] - A simple [Flutter fragment shaders] sample project.
37-
* [`simplistic_calculator`] - A calculator to demonstrate a simple start for a desktop Flutter app.
38-
* [`simplistic_editor`] - This sample text editor showcases the use of [TextEditingDeltas] and a DeltaTextInputClient to expand and contract styled ranges of text.
3932
* [`testing_app`] - A sample app that shows different types of testing in Flutter.
4033
* [`web_embedding`] - This directory contains examples of how to embed Flutter in web apps (without iframes).
4134
* [`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.
7265
### Demo apps
7366

7467
* [`compass_app`] - A sample application that implements MVVM architecture.
75-
* [`deeplink_store_example`] - A demo app that implements deep-linking with go_router.
7668
* [`veggie_seasons`] - A demo application.
7769

7870
## Flutter sample code
@@ -122,23 +114,16 @@ If you run into a bug in one of the samples, please file an issue in the
122114

123115
[`asset_transformation`]: ./asset_transformation
124116
[`background_isolate_channels`]: ./background_isolate_channels
125-
[`code_sharing`]: ./code_sharing
126-
[`context_menus`]: ./context_menus
117+
[`cupertino_gallery`]: ./cupertino_gallery
118+
[`date_planner`]: ./date_planner
127119
[`desktop_photo_search`]: ./desktop_photo_search
128120
[`dynamic_theme`]: ./dynamic_theme
129121
[`form_app`]: ./form_app
130-
[`game_template`]: ./game_template
131122
[`google_maps`]: ./google_maps
132-
[`infinite_list`]: ./infinite_list
133-
[`isolate_example`]: ./isolate_example
134123
[`navigation_and_routing`]: ./navigation_and_routing
135-
[`place_tracker`]: ./place_tracker
124+
[`pedometer`]: ./pedometer
136125
[`platform_design`]: ./platform_design
137-
[`provider_counter`]: ./provider_counter
138-
[`provider_shopper`]: ./provider_shopper
139126
[`simple_shader`]: ./simple_shader
140-
[`simplistic_calculator`]: ./simplistic_calculator
141-
[`simplistic_editor`]: ./simplistic_editor
142127
[`testing_app`]: ./testing_app
143128
[`web_embedding`]: ./web_embedding
144129
[`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
157142
[`animations`]: ./animations
158143
[`material_3_demo`]: ./material_3_demo
159144
[`compass_app`]: ./compass_app
160-
[`deeplink_store_example`]: ./deeplink_store_example
161145
[`veggie_seasons`]: ./veggieseasons
162146

163147
[Flutter]: https://flutter.dev

asset_transformation/.gitignore

Lines changed: 0 additions & 43 deletions
This file was deleted.

asset_transformation/.metadata

Lines changed: 0 additions & 45 deletions
This file was deleted.

asset_transformation/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

asset_transformation/android/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

asset_transformation/android/app/build.gradle

Lines changed: 0 additions & 40 deletions
This file was deleted.

asset_transformation/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

asset_transformation/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 45 deletions
This file was deleted.

asset_transformation/android/app/src/main/kotlin/com/example/asset_transformation/MainActivity.kt

Lines changed: 0 additions & 5 deletions
This file was deleted.

asset_transformation/android/app/src/main/res/drawable-v21/launch_background.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)