Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert project to package from plugin package #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions android/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions android/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions android/gradle.properties

This file was deleted.

5 changes: 0 additions & 5 deletions android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

1 change: 0 additions & 1 deletion android/settings.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions android/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions ios/.gitignore

This file was deleted.

Empty file removed ios/Assets/.gitkeep
Empty file.
4 changes: 0 additions & 4 deletions ios/Classes/BabstrapSettingsScreenPlugin.h

This file was deleted.

15 changes: 0 additions & 15 deletions ios/Classes/BabstrapSettingsScreenPlugin.m

This file was deleted.

14 changes: 0 additions & 14 deletions ios/Classes/SwiftBabstrapSettingsScreenPlugin.swift

This file was deleted.

23 changes: 0 additions & 23 deletions ios/babstrap_settings_screen.podspec

This file was deleted.

12 changes: 0 additions & 12 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ dev_dependencies:

# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
package: com.babacar.babstrap_settings_screen
pluginClass: BabstrapSettingsScreenPlugin
ios:
pluginClass: BabstrapSettingsScreenPlugin

# To add assets to your plugin package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
Expand Down