Skip to content

Commit

Permalink
Updated google packages
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Mar 10, 2021
1 parent 8f334d7 commit e024d59
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 49 deletions.
101 changes: 53 additions & 48 deletions lib/src/helpers/google_packages_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,108 +5,113 @@ const googlePackagesList = [
'url_launcher',
'video_player',
'animations',
'shared_preferences',
'webview_flutter',
'google_sign_in',
'palette_generator',
'connectivity',
'device_info',
'image_picker',
'pointer_interceptor',
'shared_preferences',
'webview_flutter',
'google_maps_flutter',
'package_info',
'share',
'google_sign_in',
'cupertino_icons',
'camera',
'android_intent',
'sensors',
'battery',
'local_auth',
'android_intent',
'android_alarm_manager',
'path_provider',
'quick_actions',
'integration_test',
'multicast_dns',
'path_provider',
'xdg_directories',
'extension_google_sign_in_as_googleapis_auth',
'share',
'local_auth',
'in_app_purchase',
'cross_file',
'devtools_shared',
'flutter_plugin_android_lifecycle',
'devtools',
'device_info_platform_interface',
'extension_google_sign_in_as_googleapis_auth',
'shared_preferences_windows',
'integration_test',
'file_selector',
'connectivity_for_web',
'wifi_info_flutter',
'path_provider_windows',
'url_launcher_windows',
'ios_platform_images',
'espresso',
'image_picker_for_web',
'connectivity_for_web',
'battery_platform_interface',
'wifi_info_flutter',
'google_maps_flutter_web',
'flutter_plugin_tools',
'url_launcher_windows',
'file_selector_platform_interface',
'web_benchmarks',
'file_selector_web',
'devtools_server',
'image_picker',
'devtools_app',
'devtools_testing',
'http',
'path',
'crypto',
'built_value',
'characters',
'pub_semver',
'built_collection',
'yaml',
'googleapis',
'pub_semver',
'convert',
'characters',
'intl',
'collection',
'async',
'args',
'string_scanner',
'ffi',
'markdown',
'protobuf',
'typed_data',
'googleapis_auth',
'built_value_generator',
'matcher',
'intl',
'async',
'typed_data',
'meta',
'html',
'mockito',
'googleapis',
'dart_style',
'grpc',
'built_value_generator',
'meta',
'build_runner',
'args',
'test',
'dart_style',
'convert',
'ffigen',
'http2',
'intl_translation',
'native_stack_traces',
'googleapis_auth',
'protoc_plugin',
'native_stack_traces',
'os_detect',
'vm_snapshot_analysis',
'test_core',
'built_value_test',
'_fe_analyzer_shared',
'os_detect',
'adaptive_breakpoints',
'ffigen',
'google_fonts',
'adaptive_breakpoints',
'adaptive_navigation',
'firebase_auth',
'adaptive_components',
'firebase_analytics',
'firebase_core',
'firebase_auth',
'cloud_firestore',
'firebase_analytics',
'firebase_messaging',
'firebase_storage',
'firebase_crashlytics',
'firebase_admob',
'firebase_database',
'firebase_dynamic_links',
'firebase_remote_config',
'firebase_ml_vision',
'firebase_performance',
'cloud_functions',
'firebase_performance',
'firebase_messaging',
'firebase_storage',
'firebase_crashlytics',
'firebase_database',
'firebase_in_app_messaging',
'firebase_ml_custom',
'firebase_analytics_platform_interface',
'cloud_functions_platform_interface',
'firebase_auth_platform_interface',
'cloud_firestore_platform_interface',
'cloud_firestore_web',
'firebase_core_platform_interface',
'firebase_core_web',
'firebase_messaging_web',
'firebase_auth_web',
'cloud_firestore_web',
'cloud_functions_web',
'firebase_analytics_web'
'firebase_analytics_web',
'firebase_storage_web'
];
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dev_dependencies:
freezed: ^0.12.2
json_serializable: ^3.5.0
pedantic: ^1.9.2
pubspec_yaml: ^2.0.1
remove_from_coverage: ^1.0.7
test: ^1.15.4
test_coverage: ^0.4.3
pubspec_yaml: ^2.0.1

0 comments on commit e024d59

Please sign in to comment.