Platform docs update

This commit is contained in:
Phani Pavan K
2023-04-05 19:40:19 +05:30
parent 84b8a51cb0
commit cf96f651ee
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
group 'boi.walle.modal_progress_hud_nsn' group 'boi.walle.modal_progress_hud_nsn'
version '1.0-SNAPSHOT' version '0.4.0'
buildscript { buildscript {
ext.kotlin_version = '1.7.10' ext.kotlin_version = '1.7.10'

View File

@@ -4,14 +4,14 @@
# #
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'modal_progress_hud_nsn' s.name = 'modal_progress_hud_nsn'
s.version = '0.0.1' s.version = '0.4.0'
s.summary = 'A new Flutter plugin project.' s.summary = 'A modal progress indicator widget with Sound Null Safety'
s.description = <<-DESC s.description = <<-DESC
A new Flutter plugin project. A new Flutter plugin project.
DESC DESC
s.homepage = 'http://example.com' s.homepage = 'https://github.com/kphanipavan/modal_progress_hud_nsn'
s.license = { :file => '../LICENSE' } s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' } s.author = { 'My Company' => 'kphanipavan@gmail.com' }
s.source = { :path => '.' } s.source = { :path => '.' }
s.source_files = 'Classes/**/*' s.source_files = 'Classes/**/*'
s.dependency 'Flutter' s.dependency 'Flutter'

View File

@@ -4,14 +4,14 @@
# #
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'modal_progress_hud_nsn' s.name = 'modal_progress_hud_nsn'
s.version = '0.0.1' s.version = '0.4.0'
s.summary = 'A new Flutter plugin project.' s.summary = 'A modal progress indicator widget with Sound Null Safety'
s.description = <<-DESC s.description = <<-DESC
A new Flutter plugin project. A new Flutter plugin project.
DESC DESC
s.homepage = 'http://example.com' s.homepage = 'https://github.com/kphanipavan/modal_progress_hud_nsn'
s.license = { :file => '../LICENSE' } s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' } s.author = { 'Our Company' => 'kphanipavan@gmail.com' }
s.source = { :path => '.' } s.source = { :path => '.' }
s.source_files = 'Classes/**/*' s.source_files = 'Classes/**/*'