Flutter Engine
The Flutter Engine
Classes | Namespaces | Functions | Variables
gen_dart_package_config.py File Reference

Go to the source code of this file.

Classes

class  gen_dart_package_config.PackageConfig
 

Namespaces

namespace  gen_dart_package_config
 

Functions

def gen_dart_package_config.language_version_from_pubspec (pubspec)
 
def gen_dart_package_config.collect_packages (items, relative_to)
 
def gen_dart_package_config.main ()
 

Variables

 gen_dart_package_config.THIS_DIR = os.path.abspath(os.path.dirname(__file__))
 
string gen_dart_package_config.DEFAULT_LANGUAGE_VERSION = '2.8'
 
 gen_dart_package_config.Package = collections.namedtuple('Package', ['name', 'rootUri', 'languageVersion', 'packageUri'])