mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-11-14 04:17:54 +08:00
https://2dimensions.slack.com/archives/C078KG6KAJY/p1729359775985179 Diffs= aa20d8aad4 Working on option C for update cycle (#8409) 1d5a580041 Layout Fixes (#8468) d60ea4cc71 Use imageAsset size for layout (#8462) f5e5406185 Fix inconsistent layout overflow behavior (#8463) ce39f8be9f Artboard object validation (#8464) bdb9eb01db search for ios sysroot only when necessary (#8437) 91d092f4fc runtime: add support for gradients in vector n-slicer (#8447) 5a4418dba6 Add an experimental "clockwiseAtomic" rendering mode (#8442) 78adb5f60b Ensure LayoutComponent doesnt try to access bg path if layout not compiled in (#8453) 4c83df9b7a Updating to latest harfbuzz for coretext issue (#8443) Co-authored-by: Luigi Rosso <luigi-rosso@users.noreply.github.com>
15 lines
601 B
Plaintext
15 lines
601 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 = example
|
|
|
|
// The application's bundle identifier
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.example.example
|
|
|
|
// The copyright displayed in application information
|
|
PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved.
|