Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
Flood Prediction
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Intelligent Tank Management System
Flood Prediction
Commits
78287085
Commit
78287085
authored
Apr 27, 2022
by
Mohamed Naseef
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GeneratedPluginRegistrant
parent
3f57557f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
GeneratedPluginRegistrant.java
GeneratedPluginRegistrant.java
+29
-0
No files found.
GeneratedPluginRegistrant.java
0 → 100644
View file @
78287085
package
io.flutter.plugins
;
import
androidx.annotation.Keep
;
import
androidx.annotation.NonNull
;
import
io.flutter.Log
;
import
io.flutter.embedding.engine.FlutterEngine
;
/**
* Generated file. Do not edit.
* This file is generated by the Flutter tool based on the
* plugins that support the Android platform.
*/
@Keep
public
final
class
GeneratedPluginRegistrant
{
private
static
final
String
TAG
=
"GeneratedPluginRegistrant"
;
public
static
void
registerWith
(
@NonNull
FlutterEngine
flutterEngine
)
{
try
{
flutterEngine
.
getPlugins
().
add
(
new
io
.
flutter
.
plugins
.
flutter_plugin_android_lifecycle
.
FlutterAndroidLifecyclePlugin
());
}
catch
(
Exception
e
)
{
Log
.
e
(
TAG
,
"Error registering plugin flutter_plugin_android_lifecycle, io.flutter.plugins.flutter_plugin_android_lifecycle.FlutterAndroidLifecyclePlugin"
,
e
);
}
try
{
flutterEngine
.
getPlugins
().
add
(
new
io
.
flutter
.
plugins
.
imagepicker
.
ImagePickerPlugin
());
}
catch
(
Exception
e
)
{
Log
.
e
(
TAG
,
"Error registering plugin image_picker_android, io.flutter.plugins.imagepicker.ImagePickerPlugin"
,
e
);
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment