mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
* Add simplistic editor to samples * Toggle styles fix * update name * Add to CI and dependabot * update minimum dart sdk * fix pubspec * update README * Update README * Add shift + arrow key selection and copy/paste keyboard actions * Update README.md * copy edits to readme includes a sentence in each layer description whose accuracy I still need to verify * update pubspec * update pubspec.lock * Fix bug with disabling expansion of replacement when cursor is at edge of replacement Co-authored-by: Renzo Olivares <roliv@google.com> Co-authored-by: Craig Labenz <craig.labenz@gmail.com>
15 lines
620 B
Plaintext
15 lines
620 B
Plaintext
// Application-level settings for the Runner target.
|
|
//
|
|
// This may be replaced with something auto-generated from metadata (e.g., pubspec.yaml) in the
|
|
// future. If not, the values below would default to using the project name when this becomes a
|
|
// 'flutter create' template.
|
|
|
|
// The application's name. By default this is also the title of the Flutter window.
|
|
PRODUCT_NAME = simplistic_editor
|
|
|
|
// The application's bundle identifier
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.example.simplisticEditor
|
|
|
|
// The copyright displayed in application information
|
|
PRODUCT_COPYRIGHT = Copyright © 2022 com.example. All rights reserved.
|