1
0
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:
Ayush Bherwani
2020-06-05 03:24:52 +05:30
committed by GitHub
parent 8fbe1d6366
commit acf700c642
67 changed files with 1805 additions and 0 deletions

View 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