mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Clean up SDK constraints and lints (#2471)
This commit is contained in:
@@ -8,7 +8,7 @@ import Foundation
|
||||
import path_provider_foundation
|
||||
import share_plus
|
||||
import shared_preferences_foundation
|
||||
import sqflite
|
||||
import sqflite_darwin
|
||||
|
||||
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||||
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
||||
|
||||
@@ -4,7 +4,7 @@ publish_to: 'none'
|
||||
version: 0.1.0
|
||||
|
||||
environment:
|
||||
sdk: '>=3.4.1 <4.0.0'
|
||||
sdk: ^3.5.0
|
||||
|
||||
dependencies:
|
||||
cached_network_image: ^3.3.1
|
||||
@@ -27,7 +27,7 @@ dependencies:
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^4.0.0
|
||||
flutter_lints: ^5.0.0
|
||||
mocktail_image_network: ^1.2.0
|
||||
mocktail: ^1.0.4
|
||||
integration_test:
|
||||
|
||||
Reference in New Issue
Block a user