Module: Flutter::Pub
- Defined in:
- lib/cocoapods-embed-flutter/flutter.rb,
lib/cocoapods-embed-flutter/flutter/pubspec.rb,
lib/cocoapods-embed-flutter/flutter/dependency.rb,
lib/cocoapods-embed-flutter/flutter/downloader.rb,
lib/cocoapods-embed-flutter/flutter/external_sources.rb
Overview
The Pub modules name-spaces all the classes for Flutter Pub.
Defined Under Namespace
Modules: Downloader, ExternalSources Classes: Dependency, Spec
Constant Summary collapse
- SPEC_FILE =
The file name for flutter specification declaration.
'pubspec.yaml'.freeze
- TOOL_DIR =
The folder name containing flutter dependencies cache files.
'.dart_tool'.freeze
- CACHE_FILE =
The cache file name for flutter projects.
'package_config.json'.freeze