Skip to content

Commit 99a30d1

Browse files
authored
Add Fluent selection controls (bdlukaa#49)
2 parents af19826 + f7a051c commit 99a30d1

9 files changed

Lines changed: 473 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ All contributions are welcome :)
15911591

15921592
Irrespective of order, thanks to all the people below for contributing with the project. It means a lot to me :)
15931593

1594-
- [@HrX03](https://github.com/HrX03) for the `Acrylic` and the `FluentIcons` generator implementation.
1594+
- [@HrX03](https://github.com/HrX03) for the `Acrylic`, `FluentIcons` generator and `_FluentTextSelectionControls` implementation.
15951595
- [@raitonubero](https://github.com/raitonoberu) for `StickyNavigationIndicator`, `ProgressBar` and `ProgressRing`
15961596
- [@alexmercerind](https://github.com/alexmercerind) for the [flutter_acrylic](https://github.com/alexmercerind/flutter_acrylic) plugin, used on the example app
15971597
- [@bitsdojo](https://github.com/bitsdojo) for the [bitsdojo_window](https://github.com/bitsdojo/bitsdojo_window) plugin, used on the example app.

example/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: async
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.6.1"
17+
version: "2.7.0"
1818
bitsdojo_window:
1919
dependency: "direct main"
2020
description:
@@ -70,7 +70,7 @@ packages:
7070
name: charcode
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "1.2.0"
73+
version: "1.3.1"
7474
clock:
7575
dependency: transitive
7676
description:
@@ -176,7 +176,7 @@ packages:
176176
name: meta
177177
url: "https://pub.dartlang.org"
178178
source: hosted
179-
version: "1.3.0"
179+
version: "1.4.0"
180180
nested:
181181
dependency: transitive
182182
description:
@@ -272,7 +272,7 @@ packages:
272272
name: test_api
273273
url: "https://pub.dartlang.org"
274274
source: hosted
275-
version: "0.3.0"
275+
version: "0.4.1"
276276
typed_data:
277277
dependency: transitive
278278
description:

example/windows/flutter/generated_plugin_registrant.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Generated file. Do not edit.
33
//
44

5+
// clang-format off
6+
57
#include "generated_plugin_registrant.h"
68

79
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h>

example/windows/flutter/generated_plugin_registrant.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Generated file. Do not edit.
33
//
44

5+
// clang-format off
6+
57
#ifndef GENERATED_PLUGIN_REGISTRANT_
68
#define GENERATED_PLUGIN_REGISTRANT_
79

0 commit comments

Comments
 (0)