We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6074cdd commit ebcff79Copy full SHA for ebcff79
example/lib/home_page.dart
@@ -136,7 +136,7 @@ class _MyHomePageState extends State<MyHomePage> {
136
],
137
copyright: 'Copyright 2021-2022 Gtk-Flutter Developers',
138
license: const Text(
139
- 'GNU LGPL-3.0, This program comes with no warranty.',
+ 'MPL-2.0, This program comes with no warranty.',
140
),
141
142
lib/src/widgets/adw/switch.dart
@@ -1,5 +1,4 @@
1
// Copyright 2014 The Flutter Authors => BSD-3 License
2
-// Copyright 2022 Gtk-Flutter Authors => LGPL-3 License
3
4
import 'dart:ui' show lerpDouble;
5
0 commit comments