milestone/stable-1-reconcile-auth-3 #176
							
								
								
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,3 @@
 | 
			
		||||
[submodule "wiki"]
 | 
			
		||||
	path = wiki
 | 
			
		||||
	url = ssh://git@git.wyatt-studio.fr:993/Wyatt-FOSS/wyatt-packages.wiki.git
 | 
			
		||||
							
								
								
									
										18
									
								
								packages/wyatt_authentication_bloc/docs.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										18
									
								
								packages/wyatt_authentication_bloc/docs.sh
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,18 @@
 | 
			
		||||
sed -i -e "s/export 'package:firebase_auth\/firebase_auth.dart';/\/\/export 'package:firebase_auth\/firebase_auth.dart';/g" lib/wyatt_authentication_bloc.dart
 | 
			
		||||
sed -i -e "s/export 'package:google_sign_in\/google_sign_in.dart';/\/\/export 'package:google_sign_in\/google_sign_in.dart';/g" lib/wyatt_authentication_bloc.dart
 | 
			
		||||
 | 
			
		||||
dart pub global activate dartdoc
 | 
			
		||||
dart pub global run dartdoc --format md \
 | 
			
		||||
	--exclude package:firebase_auth,package:google_sign_in, \
 | 
			
		||||
	dart:async,dart:collection,dart:convert,dart:core,dart:developer, \
 | 
			
		||||
	dart:io,dart:isolate,dart:math,dart:typed_data,dart:ui,dart:ffi, \
 | 
			
		||||
	dart:html,dart:js,dart:js_util \
 | 
			
		||||
	--no-auto-include-dependencies \
 | 
			
		||||
	--no-validate-links \
 | 
			
		||||
	--show-progress \
 | 
			
		||||
	--output "/Users/hpcl/Work/Wyatt/wyatt-packages/wiki/wyatt_authentication_bloc/"
 | 
			
		||||
 | 
			
		||||
sed -i -e "s/\/\/export 'package:firebase_auth\/firebase_auth.dart';/export 'package:firebase_auth\/firebase_auth.dart';/g" lib/wyatt_authentication_bloc.dart
 | 
			
		||||
sed -i -e "s/\/\/export 'package:google_sign_in\/google_sign_in.dart';/export 'package:google_sign_in\/google_sign_in.dart';/g" lib/wyatt_authentication_bloc.dart
 | 
			
		||||
 | 
			
		||||
rm lib/wyatt_authentication_bloc.dart-e
 | 
			
		||||
@ -17,9 +17,7 @@
 | 
			
		||||
/// An authentication library for BLoC.
 | 
			
		||||
library wyatt_authentication_bloc;
 | 
			
		||||
 | 
			
		||||
/// {@nodoc}
 | 
			
		||||
export 'package:firebase_auth/firebase_auth.dart';
 | 
			
		||||
/// {@nodoc}
 | 
			
		||||
export 'package:google_sign_in/google_sign_in.dart';
 | 
			
		||||
 | 
			
		||||
export 'src/src.dart';
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										1
									
								
								wiki
									
									
									
									
									
										Submodule
									
								
							
							
								
								
								
								
								
								
									
									
								
							
						
						
									
										1
									
								
								wiki
									
									
									
									
									
										Submodule
									
								
							@ -0,0 +1 @@
 | 
			
		||||
Subproject commit f5a9066a571ee6f9359ad58e9fd6afafc06703d0
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user