mirror of
https://git.launchpad.net/~vhaudiquet/+git/flutter-artifacts-proxy
synced 2026-09-21 16:36:03 +00:00
fix: fix codespell in Flutter patch
This commit is contained in:
@@ -416,7 +416,7 @@ index fdbfbfdca2e..ac2f5dbefb8 100644
|
|||||||
/// Whether UIScene migration is enabled.
|
/// Whether UIScene migration is enabled.
|
||||||
bool get isUISceneMigrationEnabled;
|
bool get isUISceneMigrationEnabled;
|
||||||
|
|
||||||
+ /// Wether riscv64 support is enabled.
|
+ /// Whether riscv64 support is enabled.
|
||||||
+ bool get isRiscv64SupportEnabled;
|
+ bool get isRiscv64SupportEnabled;
|
||||||
+
|
+
|
||||||
/// Whether a particular feature is enabled for the current channel.
|
/// Whether a particular feature is enabled for the current channel.
|
||||||
@@ -434,7 +434,7 @@ index fdbfbfdca2e..ac2f5dbefb8 100644
|
|||||||
stable: FeatureChannelSetting(available: true),
|
stable: FeatureChannelSetting(available: true),
|
||||||
);
|
);
|
||||||
|
|
||||||
+/// The [Feature] for building code targetting riscv64 architecture
|
+/// The [Feature] for building code targeting riscv64 architecture
|
||||||
+const riscv64 = Feature(
|
+const riscv64 = Feature(
|
||||||
+ name: 'support for riscv64 architecture',
|
+ name: 'support for riscv64 architecture',
|
||||||
+ configSetting: 'enable-riscv64',
|
+ configSetting: 'enable-riscv64',
|
||||||
|
|||||||
Reference in New Issue
Block a user