update example

master
lmy 5 years ago
parent 9e7b8de2aa
commit 0a0f85a9a2

@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android { android {
compileSdkVersion 27 compileSdkVersion 28
lintOptions { lintOptions {
disable 'InvalidPackage' disable 'InvalidPackage'

@ -1 +1,2 @@
org.gradle.jvmargs=-Xmx1536M org.gradle.jvmargs=-Xmx1536M
android.enableR8=true

@ -0,0 +1,10 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=D:\develop\flutter"
export "FLUTTER_APPLICATION_PATH=D:\Code\flutter-icons\example"
export "FLUTTER_TARGET=lib\main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
export "FLUTTER_FRAMEWORK_DIR=D:\develop\flutter\bin\cache\artifacts\engine\ios"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"

@ -62,7 +62,12 @@ class _MyHomePageState extends State<MyHomePage> {
Icon(MaterialIcons.ac_unit), Icon(MaterialIcons.ac_unit),
Icon(FontAwesome5.address_book), Icon(FontAwesome5.address_book),
Icon(FontAwesome5Solid.address_book), Icon(FontAwesome5Solid.address_book),
Icon(FontAwesome5Brands.$500px) Icon(FontAwesome5Brands.$500px),
Icon(FlutterIcons.$500px_ent),
Icon(FlutterIcons.$500px_faw5d),
Icon(WeatherIcons.wi_alien),
Icon(WeatherIcons.wi_cloud),
Icon(WeatherIcons.wi_day_rain)
], ],
), ),
), ),

@ -20,8 +20,10 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons. # Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2 cupertino_icons: ^0.1.2
flutter_icons: flutter_icons:
path: ../ # path: ../
git:
url: https://github.com/flutter-studio/flutter-icons.git
ref: 1.1.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter

Loading…
Cancel
Save