Reverted to old code and also contains new code
Showing
android/.gitignore
0 → 100644
android/.idea/$CACHE_FILE$
0 → 100644
android/.idea/.name
0 → 100644
File added
android/.idea/codeStyles/Project.xml
0 → 100644
android/.idea/gradle.xml
0 → 100644
android/.idea/jarRepositories.xml
0 → 100644
android/.idea/misc.xml
0 → 100644
android/.idea/modules.xml
0 → 100644
android/.idea/runConfigurations.xml
0 → 100644
android/.idea/vcs.xml
0 → 100644
android/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
android/libs/flutter.jar
0 → 100644
File added
android/settings.gradle
0 → 100644
android/src/main/AndroidManifest.xml
0 → 100644
android/src/main/res/drawable/corner.xml
0 → 100644
android/src/main/res/drawable/toast_bg.xml
0 → 100644
android/src/main/res/layout/toast_custom.xml
0 → 100644
example/lib/toast_context.dart
0 → 100644
example/lib/toast_no_context.dart
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/UIView+Toast.h
0 → 100644
This diff is collapsed.
Click to expand it.
ios/Classes/UIView+Toast.m
0 → 100644
This diff is collapsed.
Click to expand it.
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.2' | ||
| 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 = { 'Karthik Ponnam' => 'ponnamkarthik3@gmail.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_web.dart
0 → 100644
screenshot/1.png
0 → 100644
50.7 KB
screenshot/2.png
0 → 100644
50.1 KB
screenshot/3.png
0 → 100644
50.6 KB
screenshot/4.png
0 → 100644
52.3 KB
File moved
Please
register
or
sign in
to comment