Skip to content

Latest commit

 

History

History

path_provider

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

path_provider_elinux

The elinux implementation of [path_provider].

Usage

pubspec.yaml

dependencies:
  path_provider_elinux:
    git:
      url: https://github.com/sony/flutter-elinux-plugins.git
      path: packages/path_provider
      ref: main

Source code

Import path_provider_elinux in your Dart code:

import 'package:path_provider_elinux/path_provider_elinux.dart';