Skip to content

Commit

Permalink
all: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Oct 27, 2023
1 parent 5daf2a0 commit ae55d0b
Show file tree
Hide file tree
Showing 15 changed files with 266 additions and 110 deletions.
7 changes: 7 additions & 0 deletions .flutter-plugins
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This is a generated file; do not edit or check into version control.
path_provider=/Users/arne/.pub-cache/hosted/pub.dev/path_provider-2.1.1/
path_provider_android=/Users/arne/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/
path_provider_foundation=/Users/arne/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/
path_provider_linux=/Users/arne/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/
path_provider_windows=/Users/arne/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/
sqflite=/Users/arne/.pub-cache/hosted/pub.dev/sqflite-2.3.0/
1 change: 1 addition & 0 deletions .flutter-plugins-dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"path_provider_foundation","path":"/Users/arne/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/arne/.pub-cache/hosted/pub.dev/sqflite-2.3.0/","native_build":true,"dependencies":[]}],"android":[{"name":"path_provider_android","path":"/Users/arne/.pub-cache/hosted/pub.dev/path_provider_android-2.2.1/","native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/arne/.pub-cache/hosted/pub.dev/sqflite-2.3.0/","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"/Users/arne/.pub-cache/hosted/pub.dev/path_provider_foundation-2.3.1/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/arne/.pub-cache/hosted/pub.dev/sqflite-2.3.0/","native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/arne/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/Users/arne/.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":[]},{"name":"sqflite","dependencies":[]}],"date_created":"2023-10-27 23:38:06.017391","version":"3.16.0-0.3.pre"}
1 change: 1 addition & 0 deletions example/lib/widgets/top_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ class TopBar<T> extends StatelessWidget implements PreferredSizeWidget {
/// See also:
///
/// * [PreferredSize], which can be used to give an arbitrary widget a preferred size.
/// {@endtemplate}
final PreferredSizeWidget? bottom;

/// The value to pass through the navigator when the page containing this
Expand Down
4 changes: 4 additions & 0 deletions example/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
import FlutterMacOS
import Foundation

import path_provider_foundation
import sqflite

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
}
Loading

1 comment on commit ae55d0b

@vercel
Copy link

@vercel vercel bot commented on ae55d0b Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.