Initial Commit
parents
Showing
.gitignore
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
android/.gitignore
0 → 100644
android/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
android/gradle/wrapper/gradle-wrapper.jar
0 → 100644
File added
android/gradlew
0 → 100644
android/gradlew.bat
0 → 100644
android/settings.gradle
0 → 100644
android/src/main/AndroidManifest.xml
0 → 100644
example/.gitignore
0 → 100644
example/.metadata
0 → 100644
example/README.md
0 → 100644
example/android/.gitignore
0 → 100644
example/android/app/build.gradle
0 → 100644
544 Bytes
442 Bytes
721 Bytes
1.01 KB
1.41 KB
example/android/build.gradle
0 → 100644
example/android/gradle.properties
0 → 100644
File added
example/android/gradlew
0 → 100644
example/android/gradlew.bat
0 → 100644
example/android/settings.gradle
0 → 100644
example/fluttertoast_example.iml
0 → 100644
example/fluttertoast_example_android.iml
0 → 100644
example/ios/.gitignore
0 → 100644
example/ios/Flutter/AppFrameworkInfo.plist
0 → 100644
example/ios/Flutter/Debug.xcconfig
0 → 100644
example/ios/Flutter/Release.xcconfig
0 → 100644
example/ios/Runner.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
example/ios/Runner/AppDelegate.swift
0 → 100644
564 Bytes
1.25 KB
1.55 KB
1.68 KB
1.88 KB
1.25 KB
1.85 KB
3.74 KB
1.84 KB
3.22 KB
68 Bytes
68 Bytes
68 Bytes
example/ios/Runner/Info.plist
0 → 100644
example/ios/Runner/Runner-Bridging-Header.h
0 → 100644
example/lib/main.dart
0 → 100644
example/pubspec.yaml
0 → 100644
example/test/widget_test.dart
0 → 100644
fluttertoast.iml
0 → 100644
fluttertoast_android.iml
0 → 100644
ios/.gitignore
0 → 100644
ios/Assets/.gitkeep
0 → 100644
ios/Classes/FluttertoastPlugin.h
0 → 100644
ios/Classes/FluttertoastPlugin.m
0 → 100644
ios/Classes/SwiftFluttertoastPlugin.swift
0 → 100644
ios/fluttertoast.podspec
0 → 100644
| # | |||
| # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | |||
| # | |||
| Pod::Spec.new do |s| | |||
| s.name = 'fluttertoast' | |||
| s.version = '0.0.1' | |||
| s.summary = 'Toast Library for FLutter' | |||
| s.description = <<-DESC | |||
| Toast Library for FLutter | |||
| DESC | |||
| s.homepage = 'http://example.com' | |||
| s.license = { :file => '../LICENSE' } | |||
| s.author = { 'Your Company' => 'email@example.com' } | |||
| s.source = { :path => '.' } | |||
| s.source_files = 'Classes/**/*' | |||
| s.public_header_files = 'Classes/**/*.h' | |||
| s.dependency 'Flutter' | |||
| s.ios.deployment_target = '8.0' | |||
| end | |||
lib/fluttertoast.dart
0 → 100644
pubspec.yaml
0 → 100644
Please
register
or
sign in
to comment