Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Add packages (#1004)
Browse files Browse the repository at this point in the history
* Add packages

* Pre-emptively roll old forward

Flutter 3.0.5 is getting problematic with CI, removing it from the mix.
  • Loading branch information
domesticmouse committed Jan 25, 2023
1 parent 57553ec commit 301511e
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 14 deletions.
26 changes: 12 additions & 14 deletions lib/src/project.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const Set<String> firebasePackages = {
Set<String> supportedFlutterPackages({required bool devMode}) => {
'animations',
'basics',
'creator',
'equatable',
'firebase_analytics',
'firebase_database',
Expand All @@ -89,6 +90,7 @@ Set<String> supportedFlutterPackages({required bool devMode}) => {
'flame_forge2d',
'flame_splash_screen',
'flame_tiled',
'flutter_adaptive_scaffold',
'flutter_bloc',
'flutter_hooks',
'flutter_lints',
Expand All @@ -102,16 +104,13 @@ Set<String> supportedFlutterPackages({required bool devMode}) => {
'petitparser',
'provider',
'quiver',
'riverpod_navigator',
'shared_preferences',
'tuple',
'video_player',
'yaml',
'yaml_edit',
if (devMode) ...[
'flutter_adaptive_scaffold',
'shared_preferences',
'creator',
'video_player',
'riverpod_navigator',
],
if (devMode) ...[],
};

/// The set of packages which indicate that Flutter Web is being used.
Expand All @@ -128,23 +127,22 @@ Set<String> supportedBasicDartPackages({required bool devMode}) => {
'bloc',
'characters',
'collection',
'cross_file',
'dartz',
'english_words',
'fast_immutable_collections',
'http',
'intl',
'js',
'lints',
'meta',
'path',
'riverpod',
'rohd',
'rxdart',
'timezone',
'vector_math',
if (devMode) ...[
'dartz',
'fast_immutable_collections',
'timezone',
'rohd',
'cross_file',
]
if (devMode) ...[]
};

/// A set of all allowed `dart:` imports. Currently includes non-VM libraries
Expand Down
50 changes: 50 additions & 0 deletions tool/pub_dependencies_old.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"_fe_analyzer_shared": "47.0.0",
"_flutterfire_internals": "1.0.12",
"analyzer": "4.7.0",
"animations": "2.0.7",
"archive": "3.3.5",
"args": "2.3.2",
"async": "2.9.0",
"basics": "0.9.0",
"bloc": "8.1.0",
Expand All @@ -13,10 +16,17 @@
"cloud_firestore_web": "3.2.1",
"collection": "1.16.0",
"convert": "3.1.1",
"coverage": "1.6.2",
"creator": "0.2.2",
"creator_core": "0.2.2",
"cross_file": "0.3.3+2",
"crypto": "3.0.2",
"csslib": "0.17.2",
"dartz": "0.10.1",
"english_words": "4.0.0",
"equatable": "2.0.5",
"fake_async": "1.3.1",
"fast_immutable_collections": "8.1.1",
"fast_noise": "1.0.1",
"ffi": "2.0.1",
"file": "6.1.4",
Expand Down Expand Up @@ -44,20 +54,27 @@
"flame_forge2d": "0.12.5",
"flame_splash_screen": "0.1.0",
"flame_tiled": "1.9.1",
"flutter_adaptive_scaffold": "0.0.8",
"flutter_bloc": "8.1.1",
"flutter_hooks": "0.18.5+1",
"flutter_lints": "2.0.1",
"flutter_map": "3.1.0",
"flutter_processing": "0.2.0",
"flutter_riverpod": "2.1.3",
"flutter_spinkit": "5.1.0",
"forge2d": "0.11.0",
"frontend_server_client": "2.1.3",
"glob": "2.1.1",
"go_router": "6.0.1",
"google_fonts": "3.0.1",
"hooks_riverpod": "2.1.3",
"html": "0.15.1",
"http": "0.13.5",
"http_multi_server": "3.2.1",
"http_parser": "4.0.2",
"image": "3.3.0",
"intl": "0.17.0",
"io": "1.0.4",
"js": "0.6.4",
"latlong2": "0.8.1",
"lints": "2.0.1",
Expand All @@ -67,8 +84,11 @@
"material_color_utilities": "0.1.5",
"meta": "1.8.0",
"mgrs_dart": "2.0.0",
"mime": "1.0.4",
"nested": "1.0.0",
"node_preamble": "2.0.1",
"ordered_set": "5.0.0",
"package_config": "2.1.0",
"path": "1.8.2",
"path_provider": "2.0.12",
"path_provider_android": "2.0.22",
Expand All @@ -81,25 +101,55 @@
"plugin_platform_interface": "2.1.3",
"pointycastle": "3.6.2",
"polylabel": "1.0.1",
"pool": "1.5.1",
"positioned_tap_detector_2": "1.0.4",
"process": "4.2.4",
"proj4dart": "2.1.0",
"provider": "6.0.5",
"pub_semver": "2.1.3",
"quiver": "3.2.1",
"riverpod": "2.1.3",
"riverpod_navigator": "1.0.10",
"riverpod_navigator_core": "1.0.10",
"rohd": "0.4.1",
"rxdart": "0.27.7",
"shared_preferences": "2.0.17",
"shared_preferences_android": "2.0.15",
"shared_preferences_foundation": "2.1.2",
"shared_preferences_linux": "2.1.3",
"shared_preferences_platform_interface": "2.1.0",
"shared_preferences_web": "2.0.4",
"shared_preferences_windows": "2.1.3",
"shelf": "1.4.0",
"shelf_packages_handler": "3.0.1",
"shelf_static": "1.1.1",
"shelf_web_socket": "1.0.3",
"source_map_stack_trace": "2.1.1",
"source_maps": "0.10.11",
"source_span": "1.9.0",
"stack_trace": "1.10.0",
"state_notifier": "0.7.2+1",
"stream_channel": "2.1.0",
"string_scanner": "1.1.1",
"term_glyph": "1.2.1",
"test": "1.21.4",
"test_api": "0.4.12",
"test_core": "0.4.16",
"tiled": "0.10.1",
"timezone": "0.9.1",
"tuple": "2.0.1",
"typed_data": "1.3.1",
"unicode": "0.3.1",
"vector_math": "2.1.2",
"video_player": "2.5.1",
"video_player_android": "2.3.10",
"video_player_avfoundation": "2.3.8",
"video_player_platform_interface": "6.0.1",
"video_player_web": "2.0.13",
"vm_service": "9.4.0",
"watcher": "1.0.2",
"web_socket_channel": "2.3.0",
"webkit_inspection_protocol": "1.2.0",
"win32": "3.1.3",
"wkt_parser": "2.0.0",
"xdg_directories": "0.2.0+3",
Expand Down

0 comments on commit 301511e

Please sign in to comment.