mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Initial Commit for PlaformChannel Sample App (#453)
This commit is contained in:
22
platform_channels/pubspec.yaml
Normal file
22
platform_channels/pubspec.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
name: platform_channels
|
||||
description: A new Flutter project.
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.7.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
cupertino_icons: ^0.1.3
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
pedantic: ^1.9.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user