Skip to content

Commit

Permalink
Commit from GitHub Actions (Forui Presubmit)
Browse files Browse the repository at this point in the history
  • Loading branch information
forus-labs-token-mint[bot] committed Mar 4, 2024
1 parent e1ea4ad commit 5032be6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions forui/.flutter-plugins
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a generated file; do not edit or check into version control.
path_provider=C:\\Users\\Matthias\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider-2.1.2\\
path_provider_android=C:\\Users\\Matthias\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_android-2.2.2\\
path_provider_foundation=C:\\Users\\Matthias\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_foundation-2.3.2\\
path_provider_linux=C:\\Users\\Matthias\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_linux-2.2.1\\
path_provider_windows=C:\\Users\\Matthias\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path_provider_windows-2.2.1\\
path_provider=/home/runner/.pub-cache/hosted/pub.dev/path_provider-2.1.2/
path_provider_android=/home/runner/.pub-cache/hosted/pub.dev/path_provider_android-2.2.2/
path_provider_foundation=/home/runner/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.2/
path_provider_linux=/home/runner/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
path_provider_windows=/home/runner/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/
2 changes: 1 addition & 1 deletion forui/.flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\Matthias\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.3.2\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"android":[{"name":"path_provider_android","path":"C:\\\\Users\\\\Matthias\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_android-2.2.2\\\\","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"C:\\\\Users\\\\Matthias\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_foundation-2.3.2\\\\","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"C:\\\\Users\\\\Matthias\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_linux-2.2.1\\\\","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"C:\\\\Users\\\\Matthias\\\\AppData\\\\Local\\\\Pub\\\\Cache\\\\hosted\\\\pub.dev\\\\path_provider_windows-2.2.1\\\\","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]}],"date_created":"2024-03-04 21:30:06.417920","version":"3.19.0"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"/home/runner/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.2/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"android":[{"name":"path_provider_android","path":"/home/runner/.pub-cache/hosted/pub.dev/path_provider_android-2.2.2/","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"/home/runner/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.2/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/home/runner/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/home/runner/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]}],"date_created":"2024-03-04 14:02:04.733527","version":"3.19.2"}
1 change: 0 additions & 1 deletion forui/lib/forui.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
library forui;

export 'src/theme.dart';
export 'src/theme_data.dart';
7 changes: 4 additions & 3 deletions forui/lib/src/theme.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Flutter imports:
import 'package:flutter/material.dart';

// Project imports:
import 'package:forui/src/theme_data.dart';

class FTheme extends StatefulWidget {
Expand All @@ -11,9 +14,7 @@ class FTheme extends StatefulWidget {
final Widget child;

const FTheme({
super.key,
required this.data,
required this.child,
required this.data, required this.child, super.key,
});

@override
Expand Down
1 change: 1 addition & 0 deletions forui/test/forui_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package imports:
import 'package:flutter_test/flutter_test.dart';

void main() {
Expand Down

0 comments on commit 5032be6

Please sign in to comment.