Merge remote-tracking branch 'upstream/master'
# Conflicts: # .idea/.gitignore
Showing
.github/FUNDING.yml
0 → 100644
.github/workflows/build.yml
0 → 100644
.gitignore
0 → 100644
.idea/codeStyles/Project.xml
0 → 100644
.idea/libraries/Dart_SDK.xml
0 → 100644
.idea/libraries/Flutter_Plugins.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.metadata
0 → 100644
CHANGELOG.md
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
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/compiler.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/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
assets/toastify.css
0 → 100644
assets/toastify.js
0 → 100644
example/.gitignore
0 → 100644
example/.metadata
0 → 100644
example/.vscode/launch.json
0 → 100644
example/README.md
0 → 100644
example/analysis_options.yaml
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
example/android/gradlew
0 → 100755
example/android/gradlew.bat
0 → 100644
example/android/settings.gradle
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/Podfile
0 → 100644
example/ios/Podfile.lock
0 → 100644
example/ios/Runner.xcodeproj/project.pbxproj
0 → 100644
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/lib/toast_context.dart
0 → 100644
example/lib/toast_no_context.dart
0 → 100644
example/linux/.gitignore
0 → 100644
example/linux/CMakeLists.txt
0 → 100644
example/linux/flutter/CMakeLists.txt
0 → 100644
example/linux/main.cc
0 → 100644
example/linux/my_application.cc
0 → 100644
example/linux/my_application.h
0 → 100644
example/macos/.gitignore
0 → 100644
example/macos/Flutter/Flutter-Debug.xcconfig
0 → 100644
example/macos/Podfile
0 → 100644
example/macos/Runner/AppDelegate.swift
0 → 100644
5.55 KB
520 Bytes
13.8 KB
1.04 KB
35.6 KB
2.17 KB
example/macos/Runner/Base.lproj/MainMenu.xib
0 → 100644
example/macos/Runner/Configs/Debug.xcconfig
0 → 100644
example/macos/Runner/Info.plist
0 → 100644
example/macos/Runner/MainFlutterWindow.swift
0 → 100644
example/macos/Runner/Release.entitlements
0 → 100644
example/pubspec.lock
0 → 100644
example/pubspec.yaml
0 → 100644
example/test/widget_test.dart
0 → 100644
example/web/favicon.png
0 → 100644
917 Bytes
example/web/icons/Icon-192.png
0 → 100644
5.17 KB
example/web/icons/Icon-512.png
0 → 100644
8.06 KB
example/web/icons/Icon-maskable-192.png
0 → 100644
5.46 KB
example/web/icons/Icon-maskable-512.png
0 → 100644
20.5 KB
example/web/index.html
0 → 100644
example/web/manifest.json
0 → 100644
example/windows/.gitignore
0 → 100644
example/windows/CMakeLists.txt
0 → 100644
example/windows/flutter/CMakeLists.txt
0 → 100644
example/windows/runner/CMakeLists.txt
0 → 100644
example/windows/runner/Runner.rc
0 → 100644
example/windows/runner/flutter_window.cpp
0 → 100644
example/windows/runner/flutter_window.h
0 → 100644
example/windows/runner/main.cpp
0 → 100644
example/windows/runner/resource.h
0 → 100644
File added
example/windows/runner/runner.exe.manifest
0 → 100644
example/windows/runner/utils.cpp
0 → 100644
example/windows/runner/utils.h
0 → 100644
example/windows/runner/win32_window.cpp
0 → 100644
example/windows/runner/win32_window.h
0 → 100644
fluttertoast.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/Resources/PrivacyInfo.xcprivacy
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.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.dependency 'Toast' | ||
| s.pod_target_xcconfig = {'DEFINES_MODULE' => 'YES'} | ||
| s.resource_bundles = {'fluttertoast_privacy' => ['Resources/PrivacyInfo.xcprivacy']} | ||
| end |
lib/fluttertoast.dart
0 → 100644
lib/fluttertoast_web.dart
0 → 100644
pubspec.lock
0 → 100644
pubspec.yaml
0 → 100644
screenshot/1.png
0 → 100644
50.7 KB
screenshot/11.jpg
0 → 100644
37.2 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
screenshot/toast_deprecated_setview.png
0 → 100644
36.9 KB
Please
register
or
sign in
to comment