Skip to content

Commit 29489af

Browse files
authored
Modernize web package and rename to permission_handler_html (#1226)
* Rename to `permission_handler_html` * Change description example `pubspec.yaml`
1 parent fb48124 commit 29489af

28 files changed

+38
-92
lines changed
File renamed without changes.
File renamed without changes.

permission_handler_web/README.md renamed to permission_handler_html/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# permission_handler_web
1+
# permission_handler_html
22

3-
[![pub package](https://img.shields.io/pub/v/permission_handler_web.svg)](https://pub.dartlang.org/packages/permission_handler_web) ![Build status](https://github.com/Baseflow/flutter-permission-handler/workflows/permission_handler_web/badge.svg?branch=master) [![style: flutter lints](https://img.shields.io/badge/style-flutter_lints-40c4ff.svg)](https://pub.dev/packages/flutter_lints)
3+
[![pub package](https://img.shields.io/pub/v/permission_handler_html.svg)](https://pub.dartlang.org/packages/permission_handler_html) ![Build status](https://github.com/Baseflow/flutter-permission-handler/workflows/permission_handler_html/badge.svg?branch=master) [![style: flutter lints](https://img.shields.io/badge/style-flutter_lints-40c4ff.svg)](https://pub.dev/packages/flutter_lints)
44

55
The official web implementation of the [permission_handler](https://pub.dev/packages/permission_handler) plugin by [Baseflow](https://baseflow.com).
66

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: permission_handler_html_example
2+
description: Demonstrates how to use the permission_handler_html plugin.
3+
4+
environment:
5+
sdk: ">=3.0.5 <4.0.0"
6+
7+
dependencies:
8+
baseflow_plugin_template: ^2.1.2
9+
flutter:
10+
sdk: flutter
11+
12+
dev_dependencies:
13+
integration_test:
14+
sdk: flutter
15+
flutter_test:
16+
sdk: flutter
17+
18+
permission_handler_html:
19+
# When depending on this package from a real application you should use:
20+
# permission_handler_web: ^x.y.z
21+
# See https://dart.dev/tools/pub/dependencies#version-constraints
22+
# The example app is bundled with the plugin so we use a path dependency on
23+
# the parent directory to use the current plugin's version.
24+
path: ../
25+
26+
url_launcher: ^6.0.12
27+
28+
flutter:
29+
uses-material-design: true

0 commit comments

Comments
 (0)